Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227143 - app-cdr/mp3burn restore request
Summary: app-cdr/mp3burn restore request
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL: http://sourceforge.net/projects/mp3burn/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 11:25 UTC by Samuli Suominen (RETIRED)
Modified: 2008-11-25 10:04 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2008-06-15 11:25:08 UTC
.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2008-06-16 07:22:34 UTC
x86 stable
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-06-16 07:22:47 UTC
Wrong bug
Comment 3 Friedrich Oslage (RETIRED) gentoo-dev 2008-06-19 19:44:21 UTC
sparc stable
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2008-06-21 08:12:27 UTC
Simply using 

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

leads to noise in my CD player.
Comment 5 Santiago M. Mola (RETIRED) gentoo-dev 2008-06-26 20:10:34 UTC
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 Christian Faulhammer (RETIRED) gentoo-dev 2008-07-08 06:20:30 UTC
Maybe kill this program here?
Comment 7 Santiago M. Mola (RETIRED) gentoo-dev 2008-07-08 10:53:58 UTC
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 Christian Faulhammer (RETIRED) gentoo-dev 2008-07-08 11:09:14 UTC
Please do so.  Removing arches.
Comment 9 Samuli Suominen (RETIRED) gentoo-dev 2008-07-30 20:40:46 UTC
Please punt this (maintainer request)
Comment 10 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-02 13:58:30 UTC
# 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-14 02:26:25 UTC
gone.
Comment 12 Santiago Gala 2008-11-24 18:20:48 UTC
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 Christian Faulhammer (RETIRED) gentoo-dev 2008-11-25 09:34:58 UTC
(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 Samuli Suominen (RETIRED) gentoo-dev 2008-11-25 10:01:04 UTC
(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.