pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30656
The following reply was made to PR pkg/30656; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/30656
Date: Thu, 21 Jul 2005 22:39:52 -0700 (PDT)
I am using
Darwin belgium.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power
Macintosh powerpc
My workaround was to reverse the recent x11/qt3-libs/Makefile.common
change:
--- x11/qt3-libs/Makefile.common 18 Jul 2005 02:33:27 -0000
1.55
+++ x11/qt3-libs/Makefile.common 22 Jul 2005 05:30:40 -0000
@@ -99,7 +99,8 @@
.include "../../mk/x11.buildlink3.mk"
-pre-configure:
+#pre-configure:
+post-patch:
This worked and I could build and package.
It still had problems with references like:
mv: rename libqassistantclient.so.1.0.0 to
../../../lib/libqassistantclient.so.1
.0.0: No such file or directory
gnumake[2]: [../../../lib/libqassistantclient.so.1.0.0] Error 1 (ignored)
But the /opt/pkg/qt3/lib/libqassistantclient.la was correct.
And /opt/pkg/qt3/lib/libqui.la and /opt/pkg/qt3/lib/libeditor.la are
correct.
And still the work.belgium/qt-x11-free-3.3.4//lib/libqt-mt.la was wrong --
had .so (instead of dylib) references. (But the qt3-libs previously
installed was still correct.)
/opt/pkg/qt3/plugins/designer/libcppeditor.la looks wrong though -- it has
.so references. Also qt3/plugins/designer/libdlgplugin.la
qt3/plugins/designer/libkdevdlgplugin.la
qt3/plugins/designer/librcplugin.la qt3/plugins/designer/libwizards.la had
.so instead of dylib.
One thing I noticed is that g++ is specifically using /usr/bin/libtool
-- I noticed this when I moved it out of the way:
g++: installation problem, cannot exec `/usr/bin/libtool': No such file or
directory
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/
Home |
Main Index |
Thread Index |
Old Index