svn commit: r257302 - in head/contrib/binutils/bfd: . po

Dimitry Andric dim at FreeBSD.org
Tue Oct 29 07:52:43 UTC 2013


On 29 Oct 2013, at 05:25, Eygene Ryabinkin <rea at FreeBSD.org> wrote:
> Author: rea (ports committer)
> Date: Tue Oct 29 04:25:49 2013
> New Revision: 257302
> URL: http://svnweb.freebsd.org/changeset/base/257302
> 
> Log:
>  binutils/bfd: fix printf-like format strings for "bfd *" arguments
> 
>  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.html

Note this fixes the badly formatted error message, but *not* the other
problem that some people have observed, for example with pkg: 

http://lists.freebsd.org/pipermail/freebsd-current/2013-October/045962.html

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20131029/ab8f9fde/attachment.sig>


More information about the svn-src-all mailing list