From owner-svn-src-all@FreeBSD.ORG Tue Oct 29 07:52:43 2013 Return-Path: Delivered-To: svn-src-all@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 10EF61C3; Tue, 29 Oct 2013 07:52:43 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0A212139; Tue, 29 Oct 2013 07:52:42 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::7950:f87f:c6e0:7f05] (unknown [IPv6:2001:7b8:3a7:0:7950:f87f:c6e0:7f05]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id CA49C5C45; Tue, 29 Oct 2013 08:52:40 +0100 (CET) From: Dimitry Andric Content-Type: multipart/signed; boundary="Apple-Mail=_0225238F-F055-4F2C-9F6E-7884EF6FCE52"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) Subject: Re: svn commit: r257302 - in head/contrib/binutils/bfd: . po Date: Tue, 29 Oct 2013 08:52:32 +0100 References: <201310290425.r9T4PokD087893@svn.freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org In-Reply-To: <201310290425.r9T4PokD087893@svn.freebsd.org> X-Mailer: Apple Mail (2.1816) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 07:52:43 -0000 --Apple-Mail=_0225238F-F055-4F2C-9F6E-7884EF6FCE52 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 29 Oct 2013, at 05:25, Eygene Ryabinkin wrote: > Author: rea (ports committer) > Date: Tue Oct 29 04:25:49 2013 > New Revision: 257302 > URL: http://svnweb.freebsd.org/changeset/base/257302 >=20 > Log: > binutils/bfd: fix printf-like format strings for "bfd *" arguments >=20 > There is a special format argument '%B' that directly handles values > of type 'bfd *', they must be used instead of '%s'. Manifestations > of this bug can be seen in ld(1) error messages, for example, > = http://lists.freebsd.org/pipermail/freebsd-current/2013-August/043580.html= > = http://lists.freebsd.org/pipermail/freebsd-current/2013-October/045404.htm= l Note this fixes the badly formatted error message, but *not* the other problem that some people have observed, for example with pkg:=20 = http://lists.freebsd.org/pipermail/freebsd-current/2013-October/045962.htm= l See point 4) in Matthias's mail. Since r253839, ld was changed to default to --no-as-needed, but there is still something subtly broken with this behavior: sometimes, DT_NEEDED dependencies *are* automatically pulled in, sometimes they are not... If anyone has a clue what is wrong, please let us know. :-) -Dimitry --Apple-Mail=_0225238F-F055-4F2C-9F6E-7884EF6FCE52 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlJvaUYACgkQsF6jCi4glqPANACdEvea3CPXCQ8eiB7/3nVG2eUm TasAoKCsdp1FY4O8VaqnUyCQ+ui2XB9Y =/FU2 -----END PGP SIGNATURE----- --Apple-Mail=_0225238F-F055-4F2C-9F6E-7884EF6FCE52--