Mel wrote:

Nope. But I would be interested to see what the line is that compiles uic. And what configure produces.

I still think there's something '6.x-ish' going on here, but without knowing how uic gets built, it's anyone's guess.

Could you try the following:
cd /usr/ports/x11/qt33
make clean
mkdir /var/log/portbuilds
make build >/var/log/portbuilds/`make -V PKGNAME`.log 2>&1
make -V CONFIGURE_ARGS >> /var/log/portbuilds/`make -V PKGNAME`.log
cat `make -V WRKSRC`/config.log \
        >>/var/log/portbuilds/`make -V PKGNAME`.log

Then put that log up somewhere if you have webspace, or try to find references to '-pthread', 'libpthread', 'libthr' and the final link command that makes uic.

It's probably some setting you have or some stray library that causes this and until you get it resolved, you can't trust any threaded application you build from ports. Or, it's specific for qt, but I highly doubt that.

I'm getting this error, no config.log file

cat: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/config.log: No such file or directory

find /usr/ports/x11-toolkits/qt33/ -name "config*"
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/zlib/configure
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libmng/makefile
s/configure.in
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libmng/configur
e
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libmng/configur
e.in
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libmng/config.g
uess
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libmng/config.s
ub
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/libpng/configur
e
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src/3rdparty/sqlite/config.h
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/qvfb/config.ui
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/qvfb/.obj/release-shar
ed-mt/config.o
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/qvfb/config.h
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/qvfb/config.cpp
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/config.cpp
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/config.h
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/.obj/release
-shared-mt/config.o
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/designer/designer/conf
igtoolboxdialog.ui.h
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/designer/designer/conf
igtoolboxdialog.ui
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/designer/designer/conf
igtoolboxdialog.h
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/designer/designer/conf
igtoolboxdialog.cpp
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/designer/designer/conf
igtoolboxdialog.o
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/configure
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/config.tests
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/configure.orig
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/config.status

I need advise on how to proceed.
Thanks
Leslie
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to