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.

-- Mel


Here's is what I've done so far.
There's two problems, the command

cat `make -V WRKSRC`/config.log \
        >>/var/log/portbuilds/`make -V PKGNAME`.log

Generates an error, Please see below. And the log file is empty!


-------------------------------------------------
bsdpc01# cd /usr/ports/x11-toolkits/qt33

bsdpc01# make clean
===>  Cleaning for qt-copy-3.3.8_6

bsdpc01# sh
# 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
cat: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/config.log: No
such file or directory

# cat `make -V WRKSRC`/config.log \>>/var/log/portbuilds/`make -V
PKGNAME`.log
cat: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/config.log: No
such file or directory
cat: >: No such file or directory

# ls /var/log/portbuilds
qt-copy-3.3.8_6.log


ll /var/log/portbuilds/
total 0
-rw-r--r--  1 root  wheel  0 Mar 18 15:27 qt-copy-3.3.8_6.log
-------------------------------------------------------------------

_______________________________________________
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