pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40461



The following reply was made to PR pkg/40461; it has been noted by GNATS.

From: Bernd Ernesti <pr200903%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/40461
Date: Wed, 9 Dec 2009 22:11:06 +0100

 It looks like the issue arose during the istallation stage.
 
 This is a file listing from the build directory:
 
  qt-x11-opensource-src-4.5.3/lib/.libs# ls -la libQt3Support*
 -rw-r--r--  1 root  wheel  4413686 Dec  7 12:21 libQt3Support.a
 lrwxr-xr-x  1 root  wheel       19 Dec  7 12:21 libQt3Support.la -> 
../libQt3Support.la
 -rw-r--r--  1 root  wheel     1049 Dec  7 12:21 libQt3Support.lai
 -rw-r--r--  1 root  wheel     1409 Dec  7 12:21 libQt3Support.lai.blsav
 lrwxr-xr-x  1 root  wheel       22 Dec  7 12:21 libQt3Support.so -> 
libQt3Support.so.4.5.3
 lrwxr-xr-x  1 root  wheel       22 Dec  7 12:21 libQt3Support.so.4 -> 
libQt3Support.so.4.5.3
 -rwxr-xr-x  1 root  wheel  3127593 Dec  7 12:21 libQt3Support.so.4.5.3
 -rwxr-xr-x  1 root  wheel  3127561 Dec  7 12:22 libQt3Support.so.4.5.3T
 
 libQt3Support.so.4.5.3T is the library which has the wrong library path.
 
 And here is the output during the make install via sudo:
 
 libtool --mode=install /usr/bin/install -c -o root -g wheel -m 555 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQt3Support.la  
/usr/pkg/qt4/lib/
 libtool: install: warning: relinking 
`/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQt3Support.la'
  (cd /Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/src/qt3support; 
/bin/sh /usr/pkg/bin/libtool --silent --mode=relink c++ -version-info 9:3:5 
-rpath /usr/pkg/qt4/lib -L/Z/x11/qt4-libs/work.i386/.buildlink/lib 
-Wl,-R/usr/pkg/lib -L/Z/x11/qt4-libs/work.i386/.x11-buildlink/lib 
-Wl,-R/usr/X11R7/lib -fno-exceptions -Wl,-R/usr/pkg/qt4/lib -shared -o 
../../lib/libQt3Support.la
  .......
  -L/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib 
-L/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/.libs 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtSql.la -pthread 
-pthread -pthread 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtXml.la -pthread 
-pthread -pthread 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtGui.la -lpng 
-lfreetype -lSM -lICE -pthread -pthread -pthread -lXrender -lfontconfig -lXext 
-lX11 /Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtNetwork.la 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtCore.la -pthread 
-pthread -pthread 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtCore.la -lz -lm 
-pthread -pthread ) 
 /usr/bin/install -c -o root -g wheel -m 555 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/.libs/libQt3Support.so.4.5.3T
 /usr/pkg/qt4/lib/libQt3Support.so.4.5.3
 
 
 This is the dependency_libs line from the libQt3Support.la of the build 
directory:
 
 # Libraries that this one depends upon.
 dependency_libs=' -L/Z/x11/qt4-libs/work.i386/.buildlink/lib 
-L/Z/x11/qt4-libs/work.i386/.x11-buildlink/lib 
-L/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib 
-L/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/.libs 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtSql.la 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtXml.la 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtGui.la 
/Z/x11/qt4-libs/work.i386/.buildlink/lib/libpng.la -lfreetype -lSM -lICE 
-lXrender -lfontconfig -lXext -lX11 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtNetwork.la 
/Z/x11/qt4-libs/work.i386/qt-x11-opensource-src-4.5.3/lib/libQtCore.la -lz -lm'
 
 
 And here the one from /usr/pkg/qt4/libs:
 
 # Libraries that this one depends upon.
 dependency_libs='-L/usr/pkg/lib -L/usr/X11R7/lib -L/usr/pkg/qt4/lib -lQtSql 
-lQtXml -lQtGui -lpng -lfreetype -lSM -lICE -lXrender -lfontconfig -lXext -lX11 
-lQtNetwork -lQtCore -lz -lm'
 


Home | Main Index | Thread Index | Old Index