Subject: Re: x11/qt3-tools does not compile
To: Joe Reed <jnr@po.cwru.edu>
From: Joe Reed <jnr@po.cwru.edu>
List: tech-pkg
Date: 01/04/2003 19:24:21
some more information
i had thought that the problem could be an old gmake, or poorly compiled
gcc, i upgraded gmake to the one that is currently in pkgsrc-current. I
still recieved the same error. I also rebuilt my system (cd /usr/src &&
./build.sh -D /home/build/dest -R /home/build/rel) then untarred and
installed the new system, using etcupdate to upgrade the config files. all
this was to no avail. i still recieve the same error.
does anyone else have this problem (i386) ? or (even better ;-) suggestions
as to the cause / possible solutions?
thanks,
--joe
Joe Reed writes:
>
> 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/uili
> b'
> 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/desi
> gn 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/desi
> gn 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
>