Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 227143
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Gentoo TreeCleaner Project <treecleaner@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Samuli Suominen <ssuominen@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 227143 depends on: Show dependency tree
Bug 227143 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-06-15 11:25 0000
.

------- Comment #1 From Christian Faulhammer 2008-06-16 07:22:34 0000 -------
x86 stable

------- Comment #2 From Christian Faulhammer 2008-06-16 07:22:47 0000 -------
Wrong bug

------- Comment #3 From Friedrich Oslage 2008-06-19 19:44:21 0000 -------
sparc stable

------- Comment #4 From Christian Faulhammer 2008-06-21 08:12:27 0000 -------
Simply using 

 $ mp3burn Better\ than\ Ezra\ -\ Cars\ crash.mp3 Better\ than\ Ezra\ -\
Wintercoats.ogg 

leads to noise in my CD player.

------- Comment #5 From Santiago M. Mola 2008-06-26 20:10:34 0000 -------
mangurrian ~ # mp3burn  02.Loli\ Jackson.mp3 02.\ materia\ confiscada\ \(dark\
side\ of\ the\ force\ rmx\).ogg duel.flac -o 'dev=1,0,0'
mkfifo: cannot create fifo `02.Loli Jackson.mp3.cdr': File exists
cdrecord: No write mode specified.
cdrecord: Asuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive dependent
defaults.
Cdrecord-ProDVD-ProBD-Clone 2.01.01a34 (x86_64-unknown-linux-gnu) Copyright (C)
1995-2007 Jörg Schilling
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.5.34
Using libscg version 'schily-0.9'.
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'MATSHITA'
Identifikation : 'DVD-RAM UJ-850S '
Revision       : '1.60'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Using generic SCSI-3/mmc-3 DVD+RW driver (mmc_dvdplusrw).
Driver flags   : NO-CD DVD MMC-3 SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
cdrecord: Track 1 has unknown length.
cdrecord: Use tsize= option in SAO mode to specify track size.
warning:  cdrecord exited non-zero!


That's with cdrtools. With cdrkit it does a bit better (I don't have to put
extra arguments on the command line), but it also gives the last error:
cdrecord: Track 1 has unknown length.
cdrecord: Use tsize= option in SAO mode to specify track size.
warning:  cdrecord exited non-zero!

I tried with different options with no luck. Ken69267 had similar issues.

------- Comment #6 From Christian Faulhammer 2008-07-08 06:20:30 0000 -------
Maybe kill this program here?

------- Comment #7 From Santiago M. Mola 2008-07-08 10:53:58 0000 -------
CVS contains various fixes. It solves some problems I had before and I could
burn a full audio CD from mp3... but the resulting CD just contained noise.

Unless someone is willing to dig into the problem, I think the package should
be punted from the tree, preventing people from wasting CDs and making the
mother Earth cry.

------- Comment #8 From Christian Faulhammer 2008-07-08 11:09:14 0000 -------
Please do so.  Removing arches.

------- Comment #9 From Samuli Suominen 2008-07-30 20:40:46 0000 -------
Please punt this (maintainer request)

------- Comment #10 From Jeremy Olexa (darkside) 2008-09-02 13:58:30 0000 -------
# Jeremy Olexa <darkside@gentoo.org> (02 Sep 2008)
# Removed at maintainer's request in 30 days by the treecleaners.
# Please don't waste cds trying to use this program, bug 227143
app-cdr/mp3burn

------- Comment #11 From Jeremy Olexa (darkside) 2008-10-14 02:26:25 0000 -------
gone.

------- Comment #12 From Santiago Gala 2008-11-24 18:20:48 0000 -------
Just FYI, it works fairly reliably for me. The command line is:

sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" <files.mp3>
sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" -p <file>.m3u

swap is the standard thing to do for cdrecord when it produces line noise, it
is due to byte order issues between the OS and the CD driver, I think. Adding
-d to the cdrecord options does a dummy write, useful to test the setup.

I think sudo is not needed if the groups are set up properly, but I need it
here.

------- Comment #13 From Christian Faulhammer 2008-11-25 09:34:58 0000 -------
(In reply to comment #12)
> Just FYI, it works fairly reliably for me. The command line is:
> 
> sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" <files.mp3>
> sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" -p <file>.m3u
> 
> swap is the standard thing to do for cdrecord when it produces line noise, it
> is due to byte order issues between the OS and the CD driver, I think. Adding
> -d to the cdrecord options does a dummy write, useful to test the setup.
> 
> I think sudo is not needed if the groups are set up properly, but I need it
> here.

 Interesting...will we reimport it to the tree, tree-cleaner?

------- Comment #14 From Samuli Suominen 2008-11-25 10:01:04 0000 -------
(In reply to comment #13)
> (In reply to comment #12)
> > Just FYI, it works fairly reliably for me. The command line is:
> > 
> > sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" <files.mp3>
> > sudo mp3burn  -o "dev=1,0,0 -tao -swab -v" -p <file>.m3u
> > 
> > swap is the standard thing to do for cdrecord when it produces line noise, it
> > is due to byte order issues between the OS and the CD driver, I think. Adding
> > -d to the cdrecord options does a dummy write, useful to test the setup.
> > 
> > I think sudo is not needed if the groups are set up properly, but I need it
> > here.
> 
>  Interesting...will we reimport it to the tree, tree-cleaner?
> 

Added 0.4.2 "back" to Portage. It's a new version. I won't be restoring the old
versions, let's try to get this one in stable after 30 days.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug