On 27/06/2016 15:11, James wrote: > Harry Putnam <reader <at> newsguy.com> writes: > > >> Running gentoo thru vbox as guest on a Solaris host (openindiana) > >> ************************ >> XSParagraph.c: loadable library and perl binaries are mismatched >> (got handshake key 0x7cc0000, needed 0x7c40000) >> ************************ > >> Anyone know what needs to be done here? >> Are there perl pkgs that need emerging first? > > Did you run perl-updater after upgrading perl?
re-emerge texinfo, it provides the XSParagraph libs. You could also try perl-cleaner --all just in case there are other similar issues with other packages. perl-cleaner might be able to find and repair those. Basically, texinfo was installed then a new version of perl was installed, and they do not match (that's what the handshake is for). I suppose this sort of issue is best handled with dependencies in the texinfo ebuild itself. Probably warrants a bug entry if re-emerging texinfo fixes it -- Alan McKinnon [email protected]

