Your message dated Thu, 31 Mar 2005 20:02:10 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298837: fixed in jack 3.1.1-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Mar 2005 09:42:39 +0000
>From [EMAIL PROTECTED] Thu Mar 10 01:42:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from shire.symonds.net [69.93.152.234]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D9KBj-0002Xf-00; Thu, 10 Mar 2005 01:42:39 -0800
Received: from [59.92.138.192] (helo=majuli.appaji.net)
by shire.symonds.net with esmtpa (Exim 4.44)
id 1D9KBi-0000sl-4Y
for [EMAIL PROTECTED]; Thu, 10 Mar 2005 03:42:39 -0600
Received: from appaji by majuli.appaji.net with local (Exim 3.36 #1 (Debian))
id 1D9KW2-0000js-00
for <[EMAIL PROTECTED]>; Thu, 10 Mar 2005 15:33:38 +0530
Content-Type: multipart/mixed; boundary="===============2133639168=="
MIME-Version: 1.0
From: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: jack: target filename not displayed when files cannot be renamed -
improper
error message
Reply-To: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.8
Date: Thu, 10 Mar 2005 15:33:38 +0530
Message-Id: <[EMAIL PROTECTED]>
Sender: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============2133639168==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: jack
Version: 3.1.1-1
Severity: normal
Tags: patch
[CD that has a freedb disc ID of 5a092508 is an example for this]
Jack was not able to rename a file, but the error message did not show
the target filename and was not clear about the problem.
[majuli jack-5a092508]$ jack -q
This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]>
*warning* config file /etc/jackrc is of unknown version None.
*info* querying...
Tagging. *error* Cannot rename "track_01.mp3" (Filename too long?)
The reason for the failure was this ...
snip from '[majuli jack-5a092508]$ strace jack -q'
write(4, "TAGShankar Mahadevan / Dil Chaht"..., 128) = 128
stat64("01_Shankar_Mahadevan_/_Dil_Chahta_Hai.mp3", 0xbffff650) = -1 ENOENT (No
such file or directory)
rename("track_01.mp3", "01_Shankar_Mahadevan_/_Dil_Chahta_Hai.mp3") = -1 ENOENT
(No such file or directory)
futex(0x813b990, FUTEX_WAKE, 1) = 0
The attached patch when applied, would also display the target filename and a
possible reason for the same. IMO, it is important that the target filename
be displayed.
[majuli jack-5a092508]$ jack -q
This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]>
*warning* config file /etc/jackrc is of unknown version None.
*info* querying...
Tagging. *error* Cannot rename "track_01.mp3" to
"01_Shankar_Mahadevan_/_Dil_Chahta_Hai.mp3" (Filename is too long or
has unusable characters)
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages jack depends on:
ii cdparanoia 3a9.8-11 An audio extraction tool for sampl
ii python 2.3.5-1 An interactive high-level object-o
ii python-cddb 1.4-3 Python interface to CD-IDs and Fre
ii python-id3 1.2-6.1 Python module for id3-tags manipul
ii python-id3lib 0.5.1-3 id3lib wrapper for Python - dummy
ii python-pyvorbis 1.3-1 A Python interface to the Ogg Vorb
ii vorbis-tools 1.0.1-1.2 Several Ogg Vorbis Tools
-- no debconf information
--===============2133639168==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="jack_tag.py.patch"
--- /usr/lib/python2.3/site-packages/jack_tag.py 2005-03-10
15:18:34.695670416 +0530
+++ jack_tag.py 2005-03-10 15:18:24.407234496 +0530
@@ -174,7 +174,7 @@
try:
os.rename(mp3name, newname + ext)
except OSError:
- error('Cannot rename "%s" (Filename too
long?)' % mp3name)
+ error('Cannot rename "%s" to "%s" (Filename is
too long or has unusable characters)' % (mp3name, newname + ext))
jack_m3u.add(newname + ext)
if cf['_keep_wavs']:
os.rename(wavname, newname + ".wav")
--===============2133639168==--
---------------------------------------
Received: (at 298837-close) by bugs.debian.org; 1 Apr 2005 01:15:38 +0000
>From [EMAIL PROTECTED] Thu Mar 31 17:15:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHAl8-00049w-00; Thu, 31 Mar 2005 17:15:38 -0800
Received: from newraff.debian.org [208.185.25.31] (mail)
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHAl7-0006yy-00; Thu, 31 Mar 2005 18:15:37 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DHAY6-0007Sg-00; Thu, 31 Mar 2005 20:02:10 -0500
From: Michael Banck <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#298837: fixed in jack 3.1.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 31 Mar 2005 20:02:10 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: jack
Source-Version: 3.1.1-2
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-2.diff.gz
to pool/main/j/jack/jack_3.1.1-2.diff.gz
jack_3.1.1-2.dsc
to pool/main/j/jack/jack_3.1.1-2.dsc
jack_3.1.1-2_i386.deb
to pool/main/j/jack/jack_3.1.1-2_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.
Michael Banck <[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: Fri, 25 Mar 2005 23:48:01 +0100
Source: jack
Binary: jack
Architecture: source i386
Version: 3.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Michael Banck <[EMAIL PROTECTED]>
Description:
jack - Rip and encode CDs with one command
Closes: 292518 298837
Changes:
jack (3.1.1-2) unstable; urgency=low
.
* debian/control (Depends): Added flac as alternative to vorbis-tools.
* debian/jackrc: Update comment for encoder: to reflect flac's
existence in the Debian archive; closes: #292518.
* debian/patches/36_tag_clarify_error.patch: New patch by Y Giridhar
Appaji Nag; closes: #298837.
* debian/patches/37_expand_CBR_acronym.patch: New patch, change error
message wording to say `fixed bitrate', which is more clear than
`CBR'. Reported by Martin Michlmayr (see #293336).
* debian/jackrc: Add version to silence startup warning.
Files:
1596146ee9eb25e5f6e5c232dc687bb6 605 sound optional jack_3.1.1-2.dsc
cb4019c2c7956064403f48d05017825e 26960 sound optional jack_3.1.1-2.diff.gz
b5a10d9622e852a50767b33f97ecb019 101476 sound optional jack_3.1.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFCTKnjmHaJYZ7RAb8RAp8bAKCEiit12VTI/7CTGGw0CPqLJC3ergCfZMPO
2zviUomJmvTtcJMs8PaSGII=
=GtQy
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]