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

Bug 218336

Summary: x11-misc/fbdesk-1.4.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: fbdesk-1.4.1-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 21:27:00 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3    -I/usr/include/freetype2   -I/usr/include/libpng12 -MT XFontImp.o -MD -MP -MF ".deps/XFontImp.Tpo" -c -o XFontImp.o XFontImp.cc; \
        then mv -f ".deps/XFontImp.Tpo" ".deps/XFontImp.Po"; else rm -f ".deps/XFontImp.Tpo"; exit 1; fi
XFontImp.cc: In member function ‘virtual void FbTk::XFontImp::rotate(float)’:
XFontImp.cc:221: error: ‘calloc’ was not declared in this scope
XFontImp.cc:230: error: ‘free’ was not declared in this scope
XFontImp.cc:269: error: ‘free’ was not declared in this scope
make[3]: *** [XFontImp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/x11-misc/fbdesk-1.4.1/work/fbdesk-1.4.1/src/FbTk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/fbdesk-1.4.1/work/fbdesk-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/fbdesk-1.4.1/work/fbdesk-1.4.1'
make: *** [all] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 21:28:00 UTC
Created attachment 150238 [details, diff]
fbdesk-1.4.1-gcc43.patch

Fixes the problem. Compile-tested only.
Comment 2 David Shakaryan (RETIRED) gentoo-dev 2008-04-24 08:51:11 UTC
Should be fixed. Thanks Peter