Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25974 - ERROR: x11-base/xfree-4.3.0-r3 failed.
Summary: ERROR: x11-base/xfree-4.3.0-r3 failed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 12:13 UTC by Phillip Gardner
Modified: 2006-02-04 06:03 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 Phillip Gardner 2003-08-05 12:13:15 UTC
Trying to emerge x11-base/xfree-4.3.0-r3 always fails at with the following: 
 
libXfont.so.1: R_PPC_REL24 relocation at 0x0ff8a064 for symbol `all_bitmaps' out of range 

Reproducible: Always
Steps to Reproduce:
1. using ~ppc as my mask 
2. emerge x11-base/xfree-4.3.0-r3	 
Actual Results:  
+ install -c -m 0444 viscii1.1-1.enc.gz 
/var/tmp/portage/xfree-4.3.0-r3/image//usr/X11R6/lib/X11/fonts/encodings 
making all in fonts/encodings/large... 
make[4]: Entering directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc/fonts/encodings/large' 
rm -f encodings.dir fonts.dir 
+ LD_LIBRARY_PATH=../../../exports/lib 
+ ../../../exports/bin/mkfontdir -n -r -p /usr/X11R6/lib/X11/fonts/encodings/large/ -e . . 
../../../exports/bin/mkfontdir: error while loading shared libraries: ../../../exports/lib/libXfont.so.1: 
R_PPC_REL24 relo                                    cation at 0x0ff8a064 for symbol `all_bitmaps' out of range 
make[4]: *** [encodings.dir] Error 127 
make[4]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc/fonts/encodings/large' 
make[3]: *** [large] Error 2 
make[3]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc/fonts/encodings' 
make[2]: *** [install] Error 2 
make[2]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc/fonts' 
make[1]: *** [install] Error 2 
make[1]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc' 
make: *** [install] Error 2 
 
!!! ERROR: x11-base/xfree-4.3.0-r3 failed. 
!!! Function src_install, Line 566, Exitcode 2 
!!! (no error message)
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-10-11 05:03:52 UTC
should be solved by remerging the fontserver. If not solved already, try
unmerging everything related to X and remerging again against the latest
portage tree. 

Adding PIC to your useflags (if not already) doesn't seem to hurt either.


Pieter