Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139857 - unmask roxiso
Summary: unmask roxiso
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Optical Media project
URL: http://kymatica.bitminds.net/software...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 03:28 UTC by Peter Hyman
Modified: 2006-07-22 12:33 UTC (History)
1 user (show)

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


Attachments
roxiso-050508.ebuild (roxiso-050508.ebuild,468 bytes, text/plain)
2006-07-10 03:29 UTC, Peter Hyman
Details
roxiso-050508.ebuild (roxiso-050508.ebuild,467 bytes, text/plain)
2006-07-10 14:27 UTC, Peter Hyman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Hyman 2006-07-10 03:28:21 UTC
I don't know who put the use flag dvdr in roxiso, but it's wrong. Now, with cdrecord.prodvd's features incorporated into cdrtools, the DEPEND in this ebuild is straightforward. app-cdr/cdrtools is all that is needed. Actually, it's an RDEPEND since it's not needed to build. Masking this created problems for users who have it and run emerge -pvt

These are the packages that would be merged, in reverse order:

Calculating world dependencies  ..... ....
!!! Packages for the following atoms are either all
!!! masked or don't exist:
rox-extra/roxiso

So, unmask it and use this ebuild.
Comment 1 Peter Hyman 2006-07-10 03:29:17 UTC
Created attachment 91343 [details]
roxiso-050508.ebuild

fixes incorrect IUSE and DEPEND statement
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-10 03:32:19 UTC
Hmmm, well there's still the other issue w/ this - it doesn't work at all. ;)

http://article.gmane.org/gmane.linux.gentoo.devel/40311
Comment 3 Peter Hyman 2006-07-10 09:31:35 UTC
Works for me. no messages about missing libraries. Be nice if Lars was a bit more specific before whacking programs. JMHO. I don't believe this was ever a program for burning dvds. Only cds.
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2006-07-10 10:43:22 UTC
This is the error (on Terminal and in an error-window):

lars@galadriel ~ $ RoxISO 
*** This program needs ROX-Lib2 to run.
I tried all of these places:

/home/lars/lib
/usr/local/lib
/usr/lib

ROX-Lib2 is available from:
http://rox.sourceforge.net
lars@galadriel ~ $ 
Comment 5 Peter Hyman 2006-07-10 14:27:05 UTC
Created attachment 91400 [details]
roxiso-050508.ebuild

Good catch Lars. Looking at the ebuild (which I did not write), the variable ROX_CLIB_VER is an error. It should be ROX_LIB_VER which will force the correct ebuild to pull in. The attached ebuild fixes that. Anyone who uses rox would likely never see that error since rox lib is pulled in much earlier by other more popular programs. Thanks for finding this.
Comment 6 Peter Hyman 2006-07-22 12:33:49 UTC
ignored and not for me to maintain.