Bug 14159

Summary: make failed on lib/liblbxutil
Product: xorg Reporter: Peter Dyballa <Peter_Dyballa>
Component: Lib/otherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 7.2 (2007.02)   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 10101    

Description Peter Dyballa 2008-01-20 15:00:49 UTC
At the end of the build process:

	/bin/sh ../libtool --tag=CC --mode=link gcc  -v -pipe -fPIC -O0 -mcpu=7450 -mtune=7450 -fno-common  -dead_strip -bind_at_load -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/sw/lib -L/usr/local/lib -o liblbxutil.la -rpath /usr/X11R7.2/lib -version-number 1:0:0 -no-undefined lbx_zlib_io.lo lbx_zlib.lo reqstats.lo misc.lo dpackbits.lo epackbits.lo dfaxg42d.lo efaxg42d.lo lbxdelta.lo  -lz 
	gcc -dynamiclib  -o .libs/liblbxutil.1.0.0.dylib  .libs/lbx_zlib_io.o .libs/lbx_zlib.o .libs/reqstats.o .libs/misc.o .libs/dpackbits.o .libs/epackbits.o .libs/dfaxg42d.o .libs/efaxg42d.o .libs/lbxdelta.o  -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/sw/lib -L/usr/local/lib -lz  -mcpu=7450 -mtune=7450 -install_name  /usr/X11R7.2/lib/liblbxutil.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0
	ld: warning prebinding disabled because of undefined symbols
	ld: Undefined symbols:
	_Xalloc
	_Xfree
	/usr/bin/libtool: internal link edit command failed
	make[2]: *** [liblbxutil.la] Error 1
	make[1]: *** [all-recursive] Error 1
	make: *** [all] Error 2
	***** make failed on lib/liblbxutil
Comment 1 Julien Cristau 2008-01-20 15:13:07 UTC
lbx is deprecated since 7.1.

http://xorg.freedesktop.org/archive/X11R7.1/doc/RELNOTES6.html
Comment 2 Peter Dyballa 2008-01-20 15:48:56 UTC
I know. The build.sh script could have it commented ... it is changed a few times per year.
Comment 3 Adam Jackson 2008-02-24 16:45:22 UTC
build.sh no longer attempts to build lbx support.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.