Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69325 - fontconfig compiles libfontconfig.a without -fPIC
Summary: fontconfig compiles libfontconfig.a without -fPIC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 15:15 UTC by Daniel Black (RETIRED)
Modified: 2006-04-22 17:51 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 Daniel Black (RETIRED) gentoo-dev 2004-10-28 15:15:25 UTC
This causes a compile failure on

emerge info:

Portage 2.0.51-r2 (uclibc/ppc, gcc-3.4.1, uclibc-0.9.26-r5, 2.6.9-gentoo-r1 ppc)
=================================================================
System uname: 2.6.9-gentoo-r1 ppc 740/750
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-Os -pipe -mcpu=750"
CHOST="powerpc-pc-linux-uclibc"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe -mcpu=750"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc berkdb mysql ncurses perl pie png python readline ssl uclibc zlib"


gcc -c -O2 -pipe -mcpu=750 -fno-strict-aliasing  -fsigned-char   -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11  -I../.. -I../../exports/include   -Dlinux -D__powerpc__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                             -D_GNU_SOURCE                            -DFUNCPROTO=15-DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DFREETYPE2  -DXFREE86_FT2     -fPIC xftrender.c
rm -f xftdir.o
gcc -c -O2 -pipe -mcpu=750 -fno-strict-aliasing  -fsigned-char   -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11  -I../.. -I../../exports/include   -Dlinux -D__powerpc__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                             -D_GNU_SOURCE                            -DFUNCPROTO=15-DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DFREETYPE2  -DXFREE86_FT2     -fPIC xftdir.c
rm -f libXft.so.1.1~
+ cd .
+ gcc -o ./libXft.so.1.1~ -shared -Wl,-soname,libXft.so.1 xftcfg.o xftcolor.o xftcore.o xftdbg.o xftdpy.o xftdraw.o xftextent.o xftfont.o xftfs.o xftinit.o xftlist.o xftmatch.o xftmatrix.o xftname.o xftpat.o xftstr.o xftxlfd.o xftfreetype.o xftglyphs.o xftrender.o xftdir.o -L../../exports/lib -lXrender -lXext -lX11 -lfontconfig -lexpat -L/usr/lib -lfreetype -lc
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `stat' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListNext' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListDone' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcTestDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcEditDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcInit' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcGlobalCacheCreate' has a R_PPC_REL24relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcGlobalCacheLoad' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetFontDirs' has a R_PPC_REL24relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDirScan' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListNext' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListDone' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcGlobalCacheSave' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcGlobalCacheDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigBuildFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `time' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetAddFilename' has a R_PPC_REL24relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetAddFilename' has a R_PPC_REL24relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigAddConfigDir' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigAddFontDir' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrCopyFilename' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcBlanksCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcBlanksAdd' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcSubstPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcLangSetPromote' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrCmpIgnoreCase' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrCmpIgnoreCase' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMatrixEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMatrixEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcCharSetIsSubset' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcCharSetIsSubset' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcCharSetEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcCharSetEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcLangSetContains' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcLangSetEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcLangSetEqual' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueSave' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternGet' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcNameConstant' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigCompareValue' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrPlus' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMatrixMultiply' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `puts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueListPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `putchar' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueListPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `putchar' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueListDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternInsertElt' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcTestPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternFindElt' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigCompareValue' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcValueDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `puts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcSubstPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrCmpIgnoreCase' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternFindElt' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternFindElt' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternFindElt' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternDel' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDebug' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `printf' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcPatternPrint' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSubstituteWithPat' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strcpy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strcat' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strcat' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `access' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `getenv' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemAlloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigHome' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSetCache' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `time' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcMemFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `getenv' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigHome' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `getenv' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `calloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strchr' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strncpy' has a R_PPC_REL24 relocation,that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strlen' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `malloc' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `strcpy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `free' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigFilename' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetAdd' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrFree' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcDirScan' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigAppFontAddDir' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListNext' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListDone' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetCurrent' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigGetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFontSetCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcFileScan' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrSetDestroy' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListCreate' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigAppFontAddDir' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListNext' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcStrListDone' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
/usr/lib/gcc/powerpc-pc-linux-uclibc/3.4.1/../../../../powerpc-pc-linux-uclibc/bin/ld: Error: The symbol `FcConfigSetFonts' has a R_PPC_REL24 relocation, that means '/usr/lib/libfontconfig.a(fccfg.o)' was compiled without -fPIC.
collect2: ld returned 1 exit status
make[4]: *** [libXft.so.1.1] Error 1
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/lib/Xft1'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xorg-x11-6.8.0-r1 failed.
!!! Function src_compile, Line 622, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-28 15:34:50 UTC
Might want to pay more attention to which packages provide which files in the future. Not sure where this idea came from.

donnie@supernova recitation $ qpkg -f /usr/lib/libfontconfig.a
media-libs/fontconfig *
donnie@supernova recitation $ qpkg -l xorg-x11 | grep libfontconfig
donnie@supernova recitation $ qpkg -l fontconfig | grep libfontconfig
/usr/lib/libfontconfig.so.1.0.4
/usr/lib/libfontconfig.so.1 -> libfontconfig.so.1.0.4 1098892182
/usr/lib/libfontconfig.so -> libfontconfig.so.1.0.4 1098892182
/usr/lib/libfontconfig.la
/usr/lib/libfontconfig.a
donnie@supernova recitation $ qpkg -I -v xorg-x11
x11-base/xorg-x11-6.8.0-r1 *
donnie@supernova recitation $ qpkg -I -v fontconfig
media-libs/fontconfig-2.2.3 *
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-12-29 18:55:23 UTC
This is a serious one - I couldn't emerge x11-base/xorg-x11 without dodging a CFLAGS=-fPIC.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2005-04-02 06:25:00 UTC
@dragonheart: Status of this bug?
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2005-05-07 16:16:36 UTC
*bump*  Does ppc still needs to be in Cc?
Comment 5 SpanKY gentoo-dev 2005-05-07 16:57:08 UTC
prob not

the issue should prob be fixed in X instead of fontconfig ... make X use fontconfig.so instead of fontconfig.a ...
Comment 6 foser (RETIRED) gentoo-dev 2006-04-07 05:51:22 UTC
so this can be closed ?
Comment 7 Daniel Black (RETIRED) gentoo-dev 2006-04-22 17:51:41 UTC
sure - fixed it is