Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2008 16:54:42 +0100
From:      Leslie Jensen <leslie@eskk.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: [Fwd: Re: Compile error, kde related?]
Message-ID:  <47DFE5C2.1040003@eskk.nu>
In-Reply-To: <20080318161404.53e2fa09@itbsdpc02.gelita.swe>
References:  <47DFC8C8.8030503@eskk.nu>	<20080318145605.44fdaefd@itbsdpc02.gelita.swe>	<47DFD2CB.9050201@eskk.nu>	<20080318160332.140fcbfb@itbsdpc02.gelita.swe>	<47DFDA3A.8020502@eskk.nu> <20080318161404.53e2fa09@itbsdpc02.gelita.swe>

next in thread | previous in thread | raw e-mail | index | archive | help
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
-------------------------------------------------------------------




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