Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11864 - openbox-2.1.3-r3.ebuild fails.
Summary: openbox-2.1.3-r3.ebuild fails.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-09 14:43 UTC by Peter Johanson (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Peter Johanson (RETIRED) gentoo-dev 2002-12-09 14:43:28 UTC
the latest unmasked openbox ebuild fails for me. I'm using 
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer -mfpmath=sse -msse -msse2
 -mmmx" on a p4-m. the compile fails with:

c++ -DHAVE_CONFIG_H -I. -I. -I..   -DNDEBUG  -march=pentium4 -O3 -pipe
-fomit-frame-pointer -mfpmath=sse -msse -msse2 -mmmx  -I/usr/X11R6/include -Wall
-W -c xftlsfonts.cc
xftlsfonts.cc: In function `int main(int, char**)':
xftlsfonts.cc:101: `XftValueList' undeclared (first use this function)
xftlsfonts.cc:101: (Each undeclared identifier is reported only once for each
function it appears in.)
xftlsfonts.cc:101: `vallist' undeclared (first use this function)
make[3]: *** [xftlsfonts.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/openbox-2.1.3-r3/work/openbox-2.1.3/util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/openbox-2.1.3-r3/work/openbox-2.1.3/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/openbox-2.1.3-r3/work/openbox-2.1.3'
make: *** [all-recursive-am] Error 2

!!! ERROR: x11-wm/openbox-2.1.3-r3 failed.
!!! Function commonbox_src_compile, Line -8674, Exitcode 2
!!! (no error message)

new ebuild seems to only lack a src_unpack section which contains a sed line for
making some replacements. thanks for the hard work.

-pete
Comment 1 Matt Keadle 2002-12-10 14:58:22 UTC
-r4 is commited and should fix your problems.