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

Bug 217978

Summary: x11-wm/blackbox-0.70.1 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Commonbox Team <commonbox>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: blackbox-0.70.1-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-16 16:33:43 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -I/usr/include -I/usr/local/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -I/usr/include/freetype2 -MT Image.lo -MD -MP -MF .deps/Image.Tpo -c Image.cc -o Image.o
Image.cc: In member function 'void bt::Image::hgradient(const bt::Color&, const bt::Color&, bool)':
Image.cc:1350: error: 'memcpy' was not declared in this scope
make[2]: *** [Image.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
Font.cc: In member function '_XOC* bt::FontCache::findFontSet(const std::string&)':
Font.cc:207: warning: deprecated conversion from string constant to 'char*'
make[2]: Leaving directory `/var/tmp/portage/x11-wm/blackbox-0.70.1/work/blackbox-0.70.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-wm/blackbox-0.70.1/work/blackbox-0.70.1'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-16 16:34:30 UTC
Created attachment 149953 [details, diff]
blackbox-0.70.1-gcc43.patch

Fixes the problem. Snatched from Fedora.
Comment 2 David Shakaryan (RETIRED) gentoo-dev 2008-04-24 08:58:06 UTC
Committed. Thanks once more Peter :)