From owner-freebsd-ports@FreeBSD.ORG Sun Feb 8 21:30:18 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 662F916A4CE; Sun, 8 Feb 2004 21:30:18 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id E650443D39; Sun, 8 Feb 2004 21:30:17 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B10FA1675F3; Mon, 9 Feb 2004 06:30:13 +0100 (CET) Received: from localhost.invalid (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i195U9rx018556 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 9 Feb 2004 06:30:10 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: "Adam Weinberger" Date: Mon, 9 Feb 2004 06:30:09 +0100 User-Agent: KMail/1.6 References: <20040207192557.scsscg4ss40cw444@mail.viviendaatualcance.com.mx> <20040208103948.GG3365@toxic.magnesium.net> <42770.80.144.39.34.1076256779.squirrel@new.host.name> In-Reply-To: <42770.80.144.39.34.1076256779.squirrel@new.host.name> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_hrxJAVG3gsqKP0u"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402090630.09665.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-ports@FreeBSD.org cc: mi@aldan.algebra.com Subject: Re: Current cvs kde3 breaks for me in kdelibs-3.2 - Spinlock X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 05:30:18 -0000 --Boundary-02=_hrxJAVG3gsqKP0u Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 08 February 2004 17:12, I wrote: > Adam Weinberger sagte: > > qt32 was building uic with -lpthread -lc_r, i assume from something in > > qt/mkspecs/freebsd-g++. This caused the build to die in > > designer/designer as soon as the built uic was run. > > Arrrgh, of course, mkspecs. Hurrah for static host definitions. We > probably need some REINPLACE 's|-lc_r|${PTHREAD_LIBS}' in devel/qmake. > IIRC, we only reinplace -pthread atm. I've looked at it, and actually we don't need that (there is no -lc_r in=20 mkspecs/freebsdg++/qmake.conf). My guess is, that qmake was compiled on a pre-pthreadlibs-change -CURRENT (= so=20 =2Dpthread was replaced with -lc_r in mkspecs/freebsd-g++/qmake.conf), and = qt32=20 indeed uses the mkspecs which are installed by qmake. So in order to smoothly upgrade qt32 to the new state of things, you would= =20 probably need to rebuild both qmake and qt32 (in that order). I'm not sure= =20 why it linked to BOTH -lpthread and lc_r, maybe the -lpthread came from a=20 dependency lib... =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_hrxJAVG3gsqKP0u Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAJxrhXhc68WspdLARAmljAJ4/axEKNRk9JmoXt0F2QPSzSnawdwCeP9Fi hr37AY1+sN+6uDqdicvGjQY= =9t68 -----END PGP SIGNATURE----- --Boundary-02=_hrxJAVG3gsqKP0u--