#3487: MesaLib-8.0.4 does not build with xdemos patch if MesaLib is not already
installed
----------------------+-----------------------------------------------------
 Reporter:  wblaszcz  |       Owner:  blfs-book@…                   
     Type:  defect    |      Status:  new                           
 Priority:  normal    |   Milestone:  current                       
Component:  BOOK      |     Version:  SVN                           
 Severity:  normal    |    Keywords:                                
----------------------+-----------------------------------------------------
 MesaLib-8.0.4 does not build with the MesaLib-8.0.4-add_xdemos-2 patch if
 MesaLib is not already installed.
 The following error occurs:
 {{{
 gcc -I../include -L../lib -lGL -lX11   -lm -o glxinfo glxinfo.c
 /usr/bin/ld: warning: libglapi.so.0, needed by ../lib/libGL.so, not found
 (try using -rpath or -rpath-link)
 ../lib/libGL.so: undefined reference to `_glapi_get_proc_address'
 ../lib/libGL.so: undefined reference to `_glapi_get_dispatch_table_size'
 ../lib/libGL.so: undefined reference to `_glthread_GetID'
 ../lib/libGL.so: undefined reference to `_glapi_check_multithread'
 ../lib/libGL.so: undefined reference to `_glapi_set_context'
 ../lib/libGL.so: undefined reference to `_glapi_set_dispatch'
 ../lib/libGL.so: undefined reference to `_glapi_tls_Dispatch'
 collect2: ld returned 1 exit status
 make[1]: *** [glxinfo] Error 1
 make[1]: Leaving directory `/sources/Mesa-8.0.4/xdemos'
 make: *** [default] Error 1

 }}}
 It builds and installs fine without the patch, then a subsequent build
 with the xdemos patch builds fine.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3487>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to