Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137341 - fontforge fails to compile w/ -ftracer and gcc-4
Summary: fontforge fails to compile w/ -ftracer and gcc-4
Status: RESOLVED DUPLICATE of bug 130161
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 00:47 UTC by Maarten Billemont
Modified: 2006-07-03 23:53 UTC (History)
0 users

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 Maarten Billemont 2006-06-20 00:47:12 UTC
Using GCC4, and the -ftracer CFLAG, fontforge fails to compile with the following error:
 
 i686-pc-linux-gnu-gcc -march=athlon-xp -O3 -pipe -g -ftracer -I/usr/include/freetype2/ -I/usr/include/libxml2/ -I../inc -I/usr/pkg/include -I/usr/pkg/include/giflib -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -DNOTHREADS -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -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 -DHAVE_ICONV_H=1 -D_HAS_LONGLONG=1 -DHAVE_LIBINTL_H=1 -DFONTFORGE_CONFIG_TYPE3=1 -DFONTFORGE_CONFIG_DEVICETABLES=1 -DLIBDIR=\"/lib\" -c gpsdraw.c       -fPIC -DPIC -o gpsdraw.lo
 distcc[4818] ERROR: compile /var/tmp/ccache/gpsdraw.tmp.Lyndir.4814.i on localhost failed
 gpsdraw.c: In function 'PSDrawElipse':
 gpsdraw.c:442: fatal error: internal consistency failure
 compilation terminated.
 
 Perhaps -ftracer ought to be filtered for GCC4?
Comment 1 SpanKY gentoo-dev 2006-07-03 23:53:43 UTC

*** This bug has been marked as a duplicate of 130161 ***