Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2008 09:04:34 +0100
From:      Leslie Jensen <leslie@eskk.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Compile error, kde related?
Message-ID:  <47DE2612.6010905@eskk.nu>
In-Reply-To: <200803161912.18248.fbsd.questions@rachie.is-a-geek.net>
References:  <47D7E889.8070100@eskk.nu> <47DC1AF1.1090101@eskk.nu>	<47DD0AE6.5090705@eskk.nu> <200803161912.18248.fbsd.questions@rachie.is-a-geek.net>

next in thread | previous in thread | raw e-mail | index | archive | help


> 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.

Hi
I'm getting an error!

bsdpc01# make build >/var/log/portbuilds/`make -V PKGNAME`.log 2>&1

Ambiguous output redirect.

/Leslie







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47DE2612.6010905>