Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218760 - media-gfx/k3d-0.6.7.0 fails w/ gcc-4.3.0
Summary: media-gfx/k3d-0.6.7.0 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: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on: 218763
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-21 18:50 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-13 07:24 UTC (History)
1 user (show)

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


Attachments
k3d-0.6.7.0-gcc43.patch (k3d-0.6.7.0-gcc43.patch,8.75 KB, patch)
2008-04-21 18:53 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-21 18:50:09 UTC
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"k3d\" -DVERSION=\"0.6.7.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_VOIDP=4 -DK3D_PLATFORM_POSIX=1 -DK3D_HAVE_X86=1 -DHAPY_HAVE_NUMERIC_LIMITS=1 -DHAPY_HAVE_STD_ITERATOR_TYPE=1 -DK3D_HAVE_LIBXML2=1 -DHAVE_LIBBOOST_REGEX=1 -DHAVE_LIBBOOST_DATE_TIME=1 -DK3D_HAVE_SVG_ICONS=1 -I. -I../.. -I../.. -I../../hapy/src/include -Wall -Wno-ctor-dtor-privacy -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT Assert.lo -MD -MP -MF .deps/Assert.Tpo -c Assert.cc  -fPIC -DPIC -o .libs/Assert.o
Assert.cc: In function 'void Hapy::Abort(const char*, int, const char*)':
Assert.cc:19: error: '::abort' has not been declared
Assert.cc: In function 'void Hapy::Exit(const char*, int, const char*)':
Assert.cc:25: error: '::exit' has not been declared
Assert.cc: In function 'void Hapy::Exit()':
Assert.cc:30: error: '::exit' has not been declared
Assert.cc:32: error: '::exit' has not been declared
make[3]: *** [Assert.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/Algorithms.Tpo .deps/Algorithms.Plo
make[3]: Leaving directory `/var/tmp/portage/media-gfx/k3d-0.6.7.0/work/k3d-0.6.7.0/hapy/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-gfx/k3d-0.6.7.0/work/k3d-0.6.7.0/hapy/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-gfx/k3d-0.6.7.0/work/k3d-0.6.7.0/hapy'
make: *** [all-recursive] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-21 18:53:12 UTC
Created attachment 150516 [details, diff]
k3d-0.6.7.0-gcc43.patch

Fixes the problem. Adapted from Fedora's version. (added libxml2 bits, which Fedora doesn't use)
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-21 18:59:33 UTC
I need the fix from bug 218763 to test this.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2008-05-13 07:24:37 UTC
committed