Bug#336808: Can't reproduce bugs #336808 and #337396

2007-08-19 Thread Joachim Reichel
Hi,

thanks for your detailed bug report. Now I was able to reproduce the
problem. The problem is triggered if the file contains a ID3 v2 tag and
$PWD and the temporary directory reside on different file systems. The
perl script calls rename() which fails with EXDEV.

I'll contact upstream about this.

Regards,
  Joachim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#336808: Can't reproduce bugs #336808 and #337396

2007-08-17 Thread Adam Funk
> I cannot reproduce the problems you described and tagged the bugs as
> unreproducible. If you have further information, please submit it
> (please test with the current version 0.7.7-1).

The following came from an Ubuntu Feisty system, but as we discussed
you think the package is the same.  Hope this helps!


$ normalize-mp3 --version
normalize-mp3 (normalize) 0.7.7

$ dpkg -l normalize-audio 
[headers deleted]
ii  normalize-audio 0.7.7-1  [truncated]



$ ls -l
total 31M
-rw--- 1 adam adam 4.6M 2007-07-31 11:59 cernettes-1--liquidnitrogen.mp3
-rw--- 1 adam adam 2.4M 2007-07-31 11:59 cernettes-2--daddyslab.mp3
-rw--- 1 adam adam 3.0M 2007-07-31 11:59 cernettes-3--sweetheart.mp3
-rw--- 1 adam adam 2.9M 2007-07-31 11:59 cernettes-4--surfingontheweb.mp3
-rw--- 1 adam adam 4.0M 2007-07-31 11:59 cernettes-5--antiworld.mp3
-rw--- 1 adam adam 3.9M 2007-07-31 11:59 cernettes-6--collider.mp3
-rw--- 1 adam adam 2.8M 2007-07-31 11:59 cernettes-7--strong.mp3
-rw--- 1 adam adam 3.6M 2007-07-31 11:59 cernettes-8--computergames.mp3
-rw--- 1 adam adam 3.4M 2007-07-31 11:59 cernettes-9--microwave.mp3

$ normalize-mp3 --tmpdir /tmp/ cernettes-*
Decoding cernettes-1--liquidnitrogen.mp3...
Running normalize...
Re-encoding cernettes-1--liquidnitrogen.mp3...
Can't rename temp file, leaving in /tmp/normalize-mp3-10943.tag, stopped at 
/usr/bin/normalize-mp3 line 217.

$ normalize-mp3 --tmpdir /tmp/foo  cernettes-*
Decoding cernettes-2--daddyslab.mp3...
Running normalize...
Re-encoding cernettes-2--daddyslab.mp3...
Can't rename temp file, leaving in /tmp/foo/normalize-mp3-11008.tag, stopped at 
/usr/bin/normalize-mp3 line 217.

$ ls -l
total 24M
-rw--- 1 adam adam 3.0M 2007-07-31 11:59 cernettes-3--sweetheart.mp3
-rw--- 1 adam adam 2.9M 2007-07-31 11:59 cernettes-4--surfingontheweb.mp3
-rw--- 1 adam adam 4.0M 2007-07-31 11:59 cernettes-5--antiworld.mp3
-rw--- 1 adam adam 3.9M 2007-07-31 11:59 cernettes-6--collider.mp3
-rw--- 1 adam adam 2.8M 2007-07-31 11:59 cernettes-7--strong.mp3
-rw--- 1 adam adam 3.6M 2007-07-31 11:59 cernettes-8--computergames.mp3
-rw--- 1 adam adam 3.4M 2007-07-31 11:59 cernettes-9--microwave.mp3

$ ls -ld /tmp /tmp/foo
drwxrwxrwt 76 root root  24K 2007-07-31 12:02 /tmp
drwx--  2 adam adam 4.0K 2007-07-31 12:01 /tmp/foo

$ ls -l /tmp/normalize-mp3-10943.tag 
/tmp/cernettes-1--liquidnitrogen.mp3.10943.wav /tmp/foo/*
-rw--- 1 adam adam  51M 2007-07-31 12:00 
/tmp/cernettes-1--liquidnitrogen.mp3.10943.wav
-rw--- 1 adam adam  26M 2007-07-31 12:01 
/tmp/foo/cernettes-2--daddyslab.mp3.11008.wav
-rw--- 1 adam adam 2.4M 2007-07-31 12:01 /tmp/foo/normalize-mp3-11008.tag
-rw--- 1 adam adam 4.6M 2007-07-31 12:00 /tmp/normalize-mp3-10943.tag



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]