Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40848 - symbolic link named /usr/bin/cdrecord-ProDVD should be /usr/bin/cdrecord.prodvd
Summary: symbolic link named /usr/bin/cdrecord-ProDVD should be /usr/bin/cdrecord.prodvd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 08:21 UTC by Tobias Hommel
Modified: 2004-02-11 19:10 UTC (History)
1 user (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 Tobias Hommel 2004-02-08 08:21:41 UTC
xcdroast only detects cdrecord-ProDVD correctly, if there's /usr/bin/cdrecord.prodvd, so this link:
/usr/bin/cdrecord-ProDVD -> cdrecord-prodvd-2.01a24-i686-pc-linux-gnu
should be:
/usr/bin/cdrecord.prodvd -> cdrecord-prodvd-2.01a24-i686-pc-linux-gnu

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2004-02-08 12:13:42 UTC
The symlink is created by xcdroast with USE-flag "dvdr" and not by cdrecord-prodvd.  But there was a small "typo".  It should be read cdrecord-ProDVD.

#install cdrecord.prodvd
if use dvdr; then
        dosym /usr/bin/cdrecord-ProDVD /usr/lib/xcdroast-0.98/cdrecord.prodvd
fi

Thanks for reporting this bug!
Comment 2 SpanKY gentoo-dev 2004-02-11 18:47:06 UTC
*** Bug 41302 has been marked as a duplicate of this bug. ***
Comment 3 Andrew Beard 2004-02-11 19:07:30 UTC
xcdroast still doesn't recognize ProDVD unless it's in the bin subdirectory in lib (so says the source code, as well as empirical evidence).  It seems like the lines should be:

#install cdrecord.prodvd
if use dvdr; then
        dosym /usr/bin/cdrecord-ProDVD /usr/lib/xcdroast-0.98/bin/cdrecord.prodvd
fi

I've verified that creating the subdirectiory manually causes ProDVD to be picked up.

I'd reopen this bug, I it seems that I'm unable.
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2004-02-11 19:10:45 UTC
You are correct and now it's corrected in the ebuild.