Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 136589

Summary: wmii-3 released / wmii needs bump
Product: Gentoo Linux Reporter: Armando Di Cianno <armando>
Component: New packagesAssignee: Torsten Veller (RETIRED) <tove>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: wmii-3 ebuild

Description Armando Di Cianno 2006-06-12 15:33:18 UTC
wmii-3 was released 20060519, only wmii-2 is available

http://www.wmii.de/

http://wmii.de/download/wmii-3.tar.gz
Comment 1 Armando Di Cianno 2006-06-12 16:19:36 UTC
Created attachment 89009 [details]
wmii-3 ebuild

ebuild based on wmii-2
- took out obsolete installed doc files
- fixed sed'ng of wmii specialized, but simple, config.mk
--+ CFLAGS now respected
--+ X11INC/LIB set to /usr/include and /user/lib, respectively
Comment 2 Armando Di Cianno 2006-06-12 16:21:59 UTC
My uploaded ebuild works fine, but if anyone knows how to get rid of the warning:
  make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule
... that'd be great.  Likely MAKEOPTS needs to be forced to -j1, or the Makefiles need to be fixed to respect MAKEOPTS set to some other value.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2006-06-12 22:23:29 UTC
wmii-3 will not be in the tree, see <http://bugs.gentoo.org/show_bug.cgi?id=117143#c27>

The warning will go away if you replace "make" with "$(MAKE)" in the Makefile.

*** This bug has been marked as a duplicate of 117143 ***