Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427794 - x11-misc/openbox-menu - a desktop menu for openbox
Summary: x11-misc/openbox-menu - a desktop menu for openbox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://mimasgpc.free.fr/openbox-menu_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 19:18 UTC by Mathieu Nivoliez
Modified: 2012-07-24 19:31 UTC (History)
1 user (show)

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


Attachments
proposed ebuild (openbox-menu-0.3.6.7.ebuild,1.03 KB, text/plain)
2012-07-24 14:45 UTC, Sławomir Nizio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Nivoliez 2012-07-23 19:18:55 UTC
Openbox-menu is inside the Funtoo tree for a long time now and it's pretty stable, could you add it hardmasked if you want or push it to sunrise for QA stuff?
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-24 14:30:12 UTC
http://code.google.com/p/mimarchlinux/downloads/list
Comment 2 Sławomir Nizio 2012-07-24 14:45:20 UTC
Created attachment 319086 [details]
proposed ebuild

I use it too, without issues. Attaching my ebuild which can albo be found in the Sabayon overlay.
Comment 3 Julian Ospald 2012-07-24 15:10:13 UTC
both ebuilds disrespect CC.
Comment 4 Julian Ospald 2012-07-24 16:08:52 UTC
+  24 Jul 2012; Julian Ospald <hasufell@gentoo.org>
+  +openbox-menu-0.3.6.7.ebuild, +files/openbox-menu-0.3.6.7-build.patch,
+  +metadata.xml:
+  initial commit wrt #427794
Comment 5 Sławomir Nizio 2012-07-24 17:06:59 UTC
Thanks for bringing it to Portage.

However:

$ CC=false ebuild openbox-menu-0.3.6.7.ebuild install
(...)
>>> Compiling source in /var/tmp/portage/x11-misc/openbox-menu-0.3.6.7/work/openbox-menu-0.3.6.7 ...
make -j2 -s 
make: *** [menu.o] Błąd 1

I get different results (not that it matters much, but that's interesting).
Comment 6 Julian Ospald 2012-07-24 17:23:08 UTC
Do: emerge -av1 x11-misc/openbox-menu

CC must be either exported in the ebuild, picked up by the buildsystem automatically in some way or specified in the emake-line

your line is not sufficient, cause it does not work for plain "emerge". You will get "cc" instead of "x86_64-pc-linux-gnu-gcc"
Comment 7 Sławomir Nizio 2012-07-24 19:31:38 UTC
ok, good to know :)