Hello,

On Sun, 02 Jul 2017, the...@sys-concept.com wrote:
>During upgrade I get an error trying to compile "binutils-libs-2.28-r1"
>
>Any hint what to do with it?
>
>XSParagraph.c: loadable library and perl binaries are mismatched (got 
>handshake key 0xd700000, needed 0xd600000)
 ^^
>make[3]: *** [Makefile:472: bfd.info] Error 1
                             ^^^^^^^^
==== 
bfd.info: bfd.texinfo $(bfd_TEXINFOS)
[..]
        if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
         -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
        then \
====

Looks like building bfd.info from its texinfo source (bfd.texi) fails,
so it's texinfo again!

# locate XSParagraph
/usr/lib64/texinfo/XSParagraph.a
/usr/lib64/texinfo/XSParagraph.la
/usr/lib64/texinfo/XSParagraph.so
# qfile /usr/lib64/texinfo/XSParagraph.so
sys-apps/texinfo (/usr/lib64/texinfo/XSParagraph.so)
# file /usr/bin/makeinfo 
/usr/bin/makeinfo: symbolic link to texi2any
# file /usr/bin/texi2any
/usr/bin/texi2any: Perl script text executable

[how texi2any uses/requires /usr/lib64/texinfo/XSParagraph.so is
complicated, but it does]

# ldd /usr/lib64/texinfo/XSParagraph.so
        linux-vdso.so.1 (0x00007fff96654000)
        libperl.so.5.24 => /usr/lib64/libperl.so.5.24 (0x00007f459518b000)
[..]
# dev-lang/perl (/usr/lib64/libperl.so.5.24)
#

So you'll need to rebuild sys-apps/texinfo to match your perl-binary
and libperl again.

Run perl-cleaner [--all | --reallyall ] recently?

HTH,
-dnh

-- 
Diese Signatur ist vorübergehend nicht erreichbar.
Versuchen Sie es später noch einmal oder hinterlassen
Sie eine Nachricht vor dem Signaturtrenner. Piep.

Reply via email to