Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218336 - x11-misc/fbdesk-1.4.1 fails w/ gcc-4.3.0
Summary: x11-misc/fbdesk-1.4.1 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-18 21:27 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-24 08:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fbdesk-1.4.1-gcc43.patch (fbdesk-1.4.1-gcc43.patch,3.42 KB, patch)
2008-04-18 21:28 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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