Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10920 - qt-3.0.5-r2 emerge fails to link on alpha
Summary: qt-3.0.5-r2 emerge fails to link on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High critical (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 13:47 UTC by Ted Goodridge, Jr
Modified: 2003-03-31 12:48 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 Ted Goodridge, Jr 2002-11-18 13:47:26 UTC
QT 3.0.5-r2 emerge fails with the following error:

test -d ../../../bin/ || mkdir -p ../../../bin/
g++ -fno-exceptions -o ../../../bin/uic .obj/release-shared-mt/main.o 
.obj/release-shared-mt/uic.o .obj/release-shared-mt/form.o 
.obj/release-shared-mt/object.o .obj/release-shared-mt/subclassing.o 
.obj/release-shared-mt/embed.o .obj/release-shared-mt/widgetdatabase.o 
.obj/release-shared-mt/domtool.o .obj/release-shared-mt/parser.o   
-L/usr/lib/mysql  
-Wl,-rpath,/var/tmp/portage/qt-3.0.5-r2/work/qt-x11-free-3.0.5/lib  
-L/var/tmp/portage/qt-3.0.5-r2/work/qt-x11-free-3.0.5/lib  -L/usr/X11R6/lib  
-L/usr/X11R6/lib -ldl -lpthread -lz -lqt-mt -lpthread -lGLU -lGL -lXmu -lICE 
-lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype -lXi
/usr/lib/gcc-lib/alpha-unknown-linux-gnu/3.2/../../../../alpha-unknown-linux-gnu/bin/ld:
../../../bin/uic: Not enough room for program headers (allocated 6, need 7)
/usr/lib/gcc-lib/alpha-unknown-linux-gnu/3.2/../../../../alpha-unknown-linux-gnu/bin/ld:
final link failed: Bad value
collect2: ld returned 1 exit status
make[3]: *** [../../../bin/uic] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/qt-3.0.5-r2/work/qt-x11-free-3.0.5/tools/designer/uic'
make[2]: *** [sub-uic] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/qt-3.0.5-r2/work/qt-x11-free-3.0.5/tools/designer'
make[1]: *** [sub-designer] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/qt-3.0.5-r2/work/qt-x11-free-3.0.5/tools'
make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.0.5-r2 failed.
!!! Function src_compile, Line 75, Exitcode 2
!!! (no error message
Comment 1 Ted Goodridge, Jr 2003-03-07 10:19:08 UTC
qt 3.1.0-r3 builds fine on alpha.  This can be marked closed.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-03-31 12:48:34 UTC
Cool