Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4473 - blackbox -0.65.0.20020702.ebuild fails on gcc 3.1
Summary: blackbox -0.65.0.20020702.ebuild fails on gcc 3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-03 03:47 UTC by Spider (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 Spider (RETIRED) gentoo-dev 2002-07-03 03:47:30 UTC
Not sure if this is really related to gcc 3.1 or something else:
USE="-kde -tcltk -qt -cups -arts opengl oss alsa mozilla truetype"

I'll bump the beta so I have something to use ;)

make[3]: Leaving directory
`/mnt/reiser/portage/blackbox-0.65.0.20020702/work/blackbox-xft/nls'
make[2]: Leaving directory
`/mnt/reiser/portage/blackbox-0.65.0.20020702/work/blackbox-xft/nls'
Making all in src
make[2]: Entering directory
`/mnt/reiser/portage/blackbox-0.65.0.20020702/work/blackbox-xft/src'
c++ -DHAVE_CONFIG_H -I. -I. -I..   -DSHAPE   -DNLS -DTIMEDCACHE -DXFT
-DLOCALEPATH=\"/usr/share/blackbox/nls\"
-DDEFAULTMENU=\"/usr/share/blackbox/menu\"
-DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Results\"  -march=athlon-tbird -O2
-pipe  -I/usr/X11R6/include -c Window.cc
Window.cc: In member function `int WindowStyle::doJustify(const std::string&,
int&, unsigned int, unsigned int) const':
Window.cc:3056: no match for call to `(std::string) (const
std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int,
size_t&)'
make[2]: *** [Window.o] Error 1
make[2]: Leaving directory
`/mnt/reiser/portage/blackbox-0.65.0.20020702/work/blackbox-xft/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/reiser/portage/blackbox-0.65.0.20020702/work/blackbox-xft'
make: *** [all-recursive-am] Error 2
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-03 11:21:42 UTC
Spider,

I forgot to mask this one explicitly :(  Sorry for that.  It looks like a
gcc-3.1 issue, because it compiles fine on 2.95.3 and 3.0..
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-03 12:43:08 UTC
lostlogic's the cool gcc-3.1 dude that's gonna fix this for us :)
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-07-03 12:47:26 UTC
should be std::string( on line 3056
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-07-03 13:00:13 UTC
blackbox cvs was updated today... perhaps it fixes the problem.
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-15 05:41:33 UTC
took the cvs version out of portage, anyway