Your message dated Sat, 20 May 2006 05:47:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367929: fixed in jack 3.1.1+cvs20050801-11
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: jack
Version: 3.1.1+cvs20050801-9
Severity: normal

In jack_checkopts.py is the following code:

    for t in ("ripper", "encoder"):
        if t in userdef_keys and not jack_utils.in_path(cf[t]["val"]):
            error("Helper %s '%s' not found on your system." % (t, 
cf[t]["val"]))


The jack_utils.in_path checks whether the value (a filename) is in the operating
system environment's $PATH and whether it is executable.

When a user specifies an encoder with a plugin by following the
example in the man page, this will be looking for an executable file
called, e.g., "plugin_lame" in the system $PATH.  Of course this test
fails in normal circumstances.

The test should be for whether the value is a loadable Python Module,
which is a different path (which is properly modified to include the
value of Jack's plugin_path variable).

A workaround is to comment out the code quoted above.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-beth.14
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages jack depends on:
ii  cdda2wav                  4:2.01+01a01-2 Creates WAV files from audio CDs
ii  cdparanoia                3a9.8-13       An audio extraction tool for sampl
ii  flac                      1.1.1-5        Free Lossless Audio Codec - comman
ii  python                    2.3.5-2        An interactive high-level object-o
ii  python-cddb               1.4-3          Python interface to CD-IDs and Fre
ii  python-eyed3              0.6.4-1        Python module for id3-tags manipul
ii  python-pyvorbis           1.3-1          A Python interface to the Ogg Vorb
ii  vorbis-tools              1.0.1-1.3      Several Ogg Vorbis Tools

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: jack
Source-Version: 3.1.1+cvs20050801-11

We believe that the bug you reported is fixed in the latest version of
jack, which is due to be installed in the Debian FTP archive:

jack_3.1.1+cvs20050801-11.diff.gz
  to pool/main/j/jack/jack_3.1.1+cvs20050801-11.diff.gz
jack_3.1.1+cvs20050801-11.dsc
  to pool/main/j/jack/jack_3.1.1+cvs20050801-11.dsc
jack_3.1.1+cvs20050801-11_i386.deb
  to pool/main/j/jack/jack_3.1.1+cvs20050801-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Michlmayr <[EMAIL PROTECTED]> (supplier of updated jack package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 20 May 2006 14:31:35 +0200
Source: jack
Binary: jack
Architecture: source i386
Version: 3.1.1+cvs20050801-11
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Martin Michlmayr <[EMAIL PROTECTED]>
Description: 
 jack       - Rip and encode CDs with one command
Closes: 367929
Changes: 
 jack (3.1.1+cvs20050801-11) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * debian/patches/50_check_ripper_encoder.patch: Don't check whether the
     ripper and encoder exist in $PATH if they have been specified by
     plugins since we cannot assume a strict mapping from plugin name to
     the name of the executable; closes: #367929.
   * debian/patches/36_check_plugin.patch: Better error checking when
     plugins are imported.
Files: 
 e33c1c292c6ff20bf5ea308fdf566c0e 687 sound optional 
jack_3.1.1+cvs20050801-11.dsc
 b638b221b5d72e8648cc1017d0c42094 57387 sound optional 
jack_3.1.1+cvs20050801-11.diff.gz
 f6b4b8a7a2e8e161f4f3d9a333b7c137 128848 sound optional 
jack_3.1.1+cvs20050801-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEbwyUKb5dImj9VJ8RAnbRAJ96BPjoBishEQcP0CBToOXo3TRgpQCgrOTz
8bTEwvap419vh69XZlJOPlA=
=ujCi
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to