From owner-freebsd-current@FreeBSD.ORG Wed Aug 7 17:43:39 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30F4FDEB for ; Wed, 7 Aug 2013 17:43:39 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B79232BE0 for ; Wed, 7 Aug 2013 17:43:38 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id l18so1777614wgh.35 for ; Wed, 07 Aug 2013 10:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=H5d7nufjheZsOmk8fLiN34eM4lieliwKQ9xqxd+Z0Ew=; b=rtz4cqq8xS8fdbKhNbI/hcPcOu9K6ROFt6J+HMHQFFfIHWoPOO2pSin2iOg29eNcjO gvQF1alKBf7NsVl0tLHOPyyHahG6kjtx7CzSSO0zXvIbNNiSFYMBisGlmTLWLYcT/Rn+ 49YEYPeHib21DG1YPbNv/ftDvMD/lbng214SCruhhgwVXfwqzIrFMwfExrJFUEO/quui etNvDcJbDi1yaLKCxgDaFczmhZ66rdWGIUFHzhLqOTZqMnMb+9RjljB1hU/sPpdA6IRU zn19ak+gB+h1O6qvfCSj/D/VHvs8PDIL0hK74EzGb2HJY9xEVmxwjJqtTmBxpOhYwWJ/ CPeA== X-Received: by 10.194.22.41 with SMTP id a9mr1130117wjf.16.1375897417116; Wed, 07 Aug 2013 10:43:37 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id mb7sm10388397wic.10.2013.08.07.10.43.35 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 07 Aug 2013 10:43:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 7 Aug 2013 19:43:33 +0200 From: Baptiste Daroussin To: Rainer Hurling Subject: Re: Port problems after r253839 on HEAD Message-ID: <20130807174333.GK40254@ithaqua.etoilebsd.net> References: <520283C9.8030806@gwdg.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0FM4RQAc0jwHekq5" Content-Disposition: inline In-Reply-To: <520283C9.8030806@gwdg.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 17:43:39 -0000 --0FM4RQAc0jwHekq5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 07, 2013 at 07:28:41PM +0200, Rainer Hurling wrote: > After introducing r253839 on HEAD (/head/contrib/binutils/ld/ldmain.c), > I recognized some wired behaviour in the ports system on my CURRENT boxes. >=20 > Some of the ports do not build anymore. They print almost similar > messages about an ld problem (invalid DSO for symbol 'xxx' definition), > followed by the lib, which symbols are not found. >=20 > With a recent 10.0-CURRENT (at least r253839) you can try this for > example with the following two ports: >=20 normally I had tracked down all those ports, except if you are building them with nom default options, What that means is basically the said ports are missing some -lbla in ldfla= gs, The missing ones are those listed in the line following the DSO bla in nano for example the first failure means -liconv is missing. I afk until 24th so I can't commit any fix to the said ports. There were properly building in my exp-run for the said change, meaning eit= her you build with non default options im that case the port requires a fix or perhaps your ports tree is not uptodate, in particular lots of those failur= es are fixed by the recent glib update. regards, Bapt --0FM4RQAc0jwHekq5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlICh0UACgkQ8kTtMUmk6ExG+wCfYtF24PkJc0JJ0gyd9ZE0O9uH TocAoMJo8ds2QNGJG0ik+x5p51/VSxg/ =Jck6 -----END PGP SIGNATURE----- --0FM4RQAc0jwHekq5--