Subject: qt3-tools build problem...
To: None <current-users@netbsd.org>
From: Adam K Kirchhoff <adamk@voicenet.com>
List: current-users
Date: 07/01/2003 12:33:58
Good afternoon folks,

	I'm having a very difficult time building KDE on NetBSD -CURRENT.

	This i the error message I'm receiving while builing qt3-tools:

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/qt-x11-free-3.1.2/tools/designer/uilib'
cd designer && /usr/pkg/bin/gmake -f Makefile
gmake[3]: Entering directory `/usr/pkgsrc/x11/qt3-tools/work/qt-x11-free-3.1.2/tools/designer/designer'
/usr/pkgsrc/x11/qt3-tools/work/qt-x11-free-3.1.2/bin/uic -L /usr/pkgsrc/x11/qt3-tools/work/qt-x11-free-3.1.2/plugins listboxeditor.ui -o listboxeditor.h
gmake[3]: *** [listboxeditor.h] Segmentation fault (core dumped)
gmake[3]: Leaving directory `/usr/pkgsrc/x11/qt3-tools/work/qt-x11-free-3.1.2/tools/designer/designer'
gmake[2]: *** [sub-designer] Error 2

The problem seems to be uic core dumping.  Now, I've poked around on the
net, done some googling, and searched the mailing lists.  The only result
that I've turned up is a problem with libtool being built with an older
version of the toolchain than the version I'm currently using.

However, I absolutely know that's not the case in this situation.  On
Sunday I installed NetBSD 1.6.  I then installed the prebuilt bash
package.  This is the *only* package I installed at the time.  I then
pulled the latest code from CVS and rebuilt the entire system.  I started
by updating to a GENERIC kernel from CURRENT, built a distribution,
installed the distribution, and then build a kernel with my own config
file.  I'm now running:

NetBSD sorrow 1.6V NetBSD 1.6V (SORROW) #0: Sun Jun 29 17:31:09 UTC 2003
root@sorrow:/usr/src/sys/arch/i386/compile/SORROW i386

I then proceeded to build various packages, the most recent being KDE.

Can anyone offer any insight?

Adam