Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23986 - x11-libs/xforms-1.0 failed on libformsGL
Summary: x11-libs/xforms-1.0 failed on libformsGL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-06 03:06 UTC by Hans Cats
Modified: 2003-07-06 15:58 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 Hans Cats 2003-07-06 03:06:45 UTC
The x11-libs/xforms-1.0 breaks every time I try to emerge it.

Reproducible: Always
Steps to Reproduce:

Actual Results:  
rm -f glcanvas.o unshared/glcanvas.o
gcc -m32 -c    -I../exports/include               -I../lib                -I../
                                                                               
                   lib/private               -I. -I/usr/X11R6/include    -Dlinux
-D__i386__ -D_POS                                                              
                                     IX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURC                                    
                                                               E    
-DFUNCPROTO=15 -DNARROWPROTO    -DMAKING_FORMS              -DHAVE_STRERR      
                                                                               
             OR -march=pentium4 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-function                                                               
                                    s=4 -mmmx -msse -msse2 -mfpmath=sse
-fprefetch-loop-arrays    glcanvas.c -o uns                                    
                                                               hared/glcanvas.o
rm -f glcanvas.o
gcc -m32 -c -march=pentium4 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign
                                                                               
                   -functions=4 -mmmx -msse -msse2 -mfpmath=sse
-fprefetch-loop-arrays      -I../e                                             
                                                      xports/include           
-I../lib                -I../lib/private        -I. -                          
                                                                        
I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SO
                                                                               
                   URCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE    
-DFUNCPROTO=15 -DNARROWPR                                                      
                                             OTO    -DMAKING_FORMS            
-DHAVE_STRERROR    -fPIC glcanvas.c
rm -f libformsGL.so.1.0~
+ cd .
+ gcc -m32 -o ./libformsGL.so.1.0~ -shared -Wl,-soname,libformsGL.so.1 glcanvas
                                                                               
                   .o -L/usr/X11R6/lib -lXext -lX11 -L/usr/local/lib -L../lib
-lforms -lGL -lc
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: 
                                                                               
                   cannot find -lGL
collect2: ld returned 1 exit status
+ rm -f libformsGL.so.1
+ ln -s libformsGL.so.1.0 libformsGL.so.1
+ true
rm -f libformsGL.so.1.0
mv -f libformsGL.so.1.0~ libformsGL.so.1.0
mv: cannot stat `libformsGL.so.1.0~': No such file or directory
make[1]: *** [libformsGL.so.1.0] Error 1
make[1]: Leaving directory `/var/tmp/portage/xforms-1.0/work/xforms-1.0-release
                                                                               
                   /gl'
make: *** [all] Error 2

!!! ERROR: x11-libs/xforms-1.0 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)



I cannot emerge the 1.0 version, but the 1.0_rc4-r1 ebuild builds.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-06 08:49:33 UTC
try opengl-update
Comment 2 Hans Cats 2003-07-06 15:58:09 UTC
opengl-update xfree did it!
Thanks a lot ;)