Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41302 - xcdroast creates wrong prodvd symlink
Summary: xcdroast creates wrong prodvd symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 15:27 UTC by Andrew Beard
Modified: 2004-02-11 19:09 UTC (History)
0 users

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 Andrew Beard 2004-02-11 15:27:16 UTC
The xcdroast-0.98_alpha15-r3 ebuild has the following lines:

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

so xcdroast can pick up the cdrecord-ProDVD binary installed by the required cdrecord-ProDVD ebuild (if the dvdr flag is enabled).  Unfortunaly, xcdroast still doesn't pick it up.  It seems like the symlink should instead be created at:

/usr/lib/xcdroast-0.98/bin/cdrecord.prodvd

I haven't tried modifying the ebuild, but can verify that xcdroast recognized DVD writing support with the correct symlink, and complains about cdrecord-ProDVD being missing otherwise.


Reproducible: Always
Steps to Reproduce:
1. emerge xcdroast with the dvdr flag
2. setup a burner that supports dvd-r
3.
Comment 1 SpanKY gentoo-dev 2004-02-11 18:47:05 UTC

*** This bug has been marked as a duplicate of 40848 ***
Comment 2 Andrew Beard 2004-02-11 18:59:23 UTC
The previous bug CREATED the problem, it didn't fix it.

The lines added as a resolution to 40848 are still seem to be incorrect.
Comment 3 SpanKY gentoo-dev 2004-02-11 19:03:24 UTC
so take it up with the original bug ... make noise if it
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2004-02-11 19:09:46 UTC
Stupid me.  Of course it should be /usr/lib/xcdroast-0.98/bin

Readjusting the ebuild...  And thanks for reporting!