#16082 closed defect (wontfix)
kdebase3-3.5.8_0 build fails on Leopard without XQuartz
Reported by: | scottt4@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | kdebase3-3.5.8-0 libXdamage.1.1.0.dylib | Cc: | ryandesign (Ryan Carsten Schmidt), jmroot (Joshua Root) |
Port: | kdebase3 |
Description (last modified by jmroot (Joshua Root))
OS X 10.5.4
X11.app 2.1.1 - (xorg-server 1.3.0-apple5)
My stock installed versions of libXdamage are
scott-thompsons-macbook-pro-4:lib scott$ ls -l libXda* lrwxr-xr-x 1 root wheel 18 Feb 21 10:37 libXdamage.1.0.0.dylib -> libXdamage.1.dylib -rwxr-xr-x 1 root wheel 88448 Jan 13 2008 libXdamage.1.dylib lrwxr-xr-x 1 root wheel 18 Feb 21 10:37 libXdamage.dylib -> libXdamage.1.dylib -rwxr-xr-x 1 root wheel 936 May 10 04:41 libXdamage.la
I believe that this is looking for the version of libXdamage in XQuartx 2.2.0 (http://xquartz.macosforge.org/trac/wiki/X112.2.0.1)
55% linking ./kwin/kompmgr/kompmgr /bin/sh ./libtool --mode=link --tag=CC gcc -Os -Os -fPIC -D_GNU_SOURCE -DQT_THREAD_SUPPORT -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include -D_LARGE_FILES=1 -L/opt/local/lib -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -o ./kwin/kompmgr/kompmgr -L/usr/X11/lib -R /usr/X11/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXext -lm ./kwin/kompmgr/kompmgr.o -L/opt/local/lib -L/usr/X11R6/lib gcc -Os -Os -fPIC -D_GNU_SOURCE -DQT_THREAD_SUPPORT -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include -D_LARGE_FILES=1 -Wl,-dylib_file -Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -o ./kwin/kompmgr/kompmgr ./kwin/kompmgr/kompmgr.o -L/opt/local/lib -L/usr/X11/lib /usr/X11/lib/libXcomposite.1.0.0.dylib /usr/X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/libXfixes.3.1.0.dylib /opt/local/lib/libXrender.dylib /usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libXau.6.0.0.dylib -lm -L/usr/X11R6/lib i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory Error creating ./kwin/kompmgr/kompmgr. Exit status 1. kdebase3-3.5.8-0 make failed!
Change History (5)
comment:1 Changed 16 years ago by tannhaus@…
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | kdebase3-3.5.8-0 make failed! → kdebase3-3.5.8_0 build fails on Leopard without XQuartz |
---|
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Description: | modified (diff) |
Port: | kdebase3 added |
Resolution: | → wontfix |
Status: | new → closed |
This looks like the same problem as #14592, i.e. some of the .la files in a new Leopard install point to the wrong libs, The fix is to either install a newer XQuartz, as you discovered, or to delete the .la files in /usr/X11/lib.
Closing since there doesn't seem to be anything we can do about it in the port.
Note: See
TracTickets for help on using
tickets.
I can verify this. I had the compile crash in the same spot, installed XQuartz 2.3.0, and the install completely finished.