Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150034 - rox-base/systemtrayn: minor fix
Summary: rox-base/systemtrayn: minor fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 01:56 UTC by Rafał Mużyło
Modified: 2006-10-04 09:15 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 Rafał Mużyło 2006-10-04 01:56:46 UTC
ROX_CLIB_VER has to be set before inherit rox, otherwise it does't work.
To reproduce: while you have no rox-clib installed, try to emerge systemtrayn - it fails to find rox-clib during compile. Look into rox.eclass.
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2006-10-04 07:12:39 UTC
Indeed, and thanks for the bug!

I have fixed this in systemtrayn for now, not sure if this even *can* be fixed in the eclass.  If not I'll probably have to update 90% of the rox ebuilds :)
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2006-10-04 07:33:34 UTC
No, it looks like all ROX_LIB_VER, ROX_VER, and ROX_CLIB_VER setting MUST be before the inherit line.  Hooray!

Thanks very much for the heads-up, I'll leave this bug open to ensure I get every rox package fixed.
Comment 3 Jim Ramsay (lack) (RETIRED) gentoo-dev 2006-10-04 09:15:59 UTC
There, fixed the order of variables in all rox packages.