From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 08:04:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A8D106564A for ; Mon, 17 Mar 2008 08:04:42 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 39CF98FC13 for ; Mon, 17 Mar 2008 08:04:41 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 62F111EE83C for ; Mon, 17 Mar 2008 09:04:40 +0100 (CET) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.1 X-Spam-Level: ** X-Spam-Status: No, score=2.1 tagged_above=-999 required=4.2 tests=[AWL=-1.169, HELO_LH_HOME=3.169, RDNS_DYNAMIC=0.1] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JVtrW+y+G0CW for ; Mon, 17 Mar 2008 09:04:34 +0100 (CET) Received: from lesbsdpc01.homenet.home (c-195-216-040-164.cust.thalamus.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 23F0C1EE897 for ; Mon, 17 Mar 2008 09:04:34 +0100 (CET) Message-ID: <47DE2612.6010905@eskk.nu> Date: Mon, 17 Mar 2008 09:04:34 +0100 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <47D7E889.8070100@eskk.nu> <47DC1AF1.1090101@eskk.nu> <47DD0AE6.5090705@eskk.nu> <200803161912.18248.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200803161912.18248.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Compile error, kde related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2008 08:04:42 -0000 > 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