Subject: x11/qt3-tools does not compile
To: None <tech-pkg@netbsd.org>
From: Joe Reed <jnr@po.cwru.edu>
List: tech-pkg
Date: 01/03/2003 10:39:56
hi all,
has anyone updated pkgsrc and successfully built qt-tools 3.0.6 ???
i am running the builds on 1.6K i386 with kernel and userland from
2002/12/26
when i run `cd x11/qt3-tools && make` i get the following errors:
...snip...
(cd ../../../lib/.libs && rm -f libqui.so.1 && ln -s libqui.so.1.0
libqui.so.1)
(cd ../../../lib/.libs && rm -f libqui.so && ln -s libqui.so.1.0 libqui.so)
(cd ../../../lib/.libs && rm -f libqui.so && ln -s libqui.so.1.0 libqui.so)
ar cru ../../../lib/.libs/libqui.a .obj/release-shared-mt/qwidgetfactory.o
.obj/release-shared-mt/domtool.o .obj/release-shared-mt/database.o
.obj/release-shared-mt/moc_database2.o
ranlib ../../../lib/.libs/libqui.a
creating ../../../lib/libqui.la
(cd ../../../lib/.libs && rm -f libqui.la && ln -s ../libqui.la libqui.la)
ln -s libqui.so.1.0.0 libqui.so
ln -s libqui.so.1.0.0 libqui.so.1
ln -s libqui.so.1.0.0 libqui.so.1.0
../../../lib/libqui.so.1.0.0
gmake[3]: ../../../lib/libqui.so.1.0.0: Command not found
gmake[3]: [../../../lib/libqui.so.1.0.0] Error 127 (ignored)
../../../lib/libqui.so
gmake[3]: ../../../lib/libqui.so: Command not found
gmake[3]: [../../../lib/libqui.so.1.0.0] Error 127 (ignored)
../../../lib/libqui.so.1
gmake[3]: ../../../lib/libqui.so.1: Command not found
gmake[3]: [../../../lib/libqui.so.1.0.0] Error 127 (ignored)
../../../lib/libqui.so.1.0
gmake[3]: ../../../lib/libqui.so.1.0: Command not found
gmake[3]: [../../../lib/libqui.so.1.0.0] Error 127 (ignored)
mv libqui.so.1.0.0 libqui.so libqui.so.1 libqui.so.1.0 ../../../lib/
mv: rename libqui.so.1.0.0 to ../../../lib//libqui.so.1.0.0: No such file or
directory
gmake[3]: [../../../lib/libqui.so.1.0.0] Error 1 (ignored)
gmake[3]: Leaving directory
`/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/tools/designer/uilib'
cd designer && /usr/pkg/bin/gmake -f Makefile
gmake[3]: Entering directory
`/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/tools/designer/design
er'
/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/bin/uic
dbconnections.ui -o dbconnections.h
gmake[3]: *** [dbconnections.h] Segmentation fault (core dumped)
gmake[3]: Leaving directory
`/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/tools/designer/design
er'
gmake[2]: *** [sub-designer] Error 2
gmake[2]: Leaving directory
`/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/tools/designer'
gmake[1]: *** [sub-designer] Error 2
gmake[1]: Leaving directory
`/usr/pkgsrc/x11/qt3-tools/work.bork/qt-x11-free-3.0.6/tools'
gmake: *** [sub-tools] Error 2
*** Error code 2
does anyone have any ideas as to a fix?
--joe