Package: burn
Version: 0.4.6-2
Followup-For: Bug #879540
Dear Maintainer,
* What led up to the situation?
I can't burn audio files using the burn command.
* What exactly did you do (or not do) that was effective (or
ineffective)?
$ burn -A -a *.wav
* What was the outcome of this action?
$ burn -A -a *.wav
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/burnlib/burn.py", line 42, in
<module>
import audio
File "/usr/lib/python2.7/dist-packages/burnlib/audio.py", line 28,
in <module>
import eyeD3
ImportError: No module named eyeD3
* What outcome did you expect instead?
I expected burn to actually burn the *.wav files.
* Solution to the issue:
Applying the following patch (relative to /) is enough to fix the
issue:
diff --git a/usr/lib/python2.7/dist-packages/burnlib/audio.py
b/usr/lib/python2.7/dist-packages/burnlib/audio.py
index 84795ed..1f85623 100644
--- a/usr/lib/python2.7/dist-packages/burnlib/audio.py
+++ b/usr/lib/python2.7/dist-packages/burnlib/audio.py
@@ -25,7 +25,7 @@
import os.path
import ogg.vorbis
-import eyeD3
+import eyed3
import mad
* Notes
Another reported a possible bug in python-eyed3 packages, it seems
wrong to me now.
I suspect a change in Python's case-sensitivity policy under Debian
Stretch or a bug in /usr/lib/python2.7/dist-packages/burnlib/audio.py.
-- System Information:
Debian Release: 9.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to fr_FR.UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages burn depends on:
ii cdrdao 1:1.2.3-3
ii genisoimage 9:1.1.11-3+b2
ii mpg321 0.3.2-1.1
ii python 2.7.13-2
ii python-docutils 0.13.1+dfsg-2
ii python-eyed3 0.7.10-1
ii python-pkg-resources 33.1.1-1
ii python-pyao 0.82-5
ii python-pymad 0.9-1+b1
ii python-pyvorbis 1.5-4
ii python2.7 2.7.13-2
ii wodim 9:1.1.11-3+b2
burn recommends no packages.
burn suggests no packages.
-- debconf-show failed