Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2

2016-10-02 Thread Matthias Hanft
Stroller wrote: > > I had a nightmare with perl recently, too. Did you check there are no perl > packages listed in your world file? Yes. "grep perl /var/lib/portage/world" doesn't find anything. > I also ran `sudo perl-cleaner --reallyall` at one point. Trying this leads to: * Removing

Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2

2016-10-02 Thread Matthias Hanft
Neil Bothwick wrote: > > But not everything with gd in its name. I had a similar problem recently > that was solved by re-emerging media-libs/gd Already tried "emerge -1 gd" with no success. "grep gd /var/lib/portage/world" doesn't find anything either. -Matt

Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2

2016-10-02 Thread Neil Bothwick
On Sun, 2 Oct 2016 18:34:19 +0200, Matthias Hanft wrote: > * Using ExtUtils::MakeMaker > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none > DESTDIR=/var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/image/ GD.c: > loadable library and perl binaries are mismatched (got

Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2

2016-10-02 Thread Stroller
> On 2 Oct 2016, at 17:34, Matthias Hanft wrote: > > I already tried to uninstall and reinstall everything with "perl" in its name, > but without success. I can install/upgrade everything else from > "dev-perl/..."; > it's just this weird "GDTextUtil" which remains at the end of

[gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2

2016-10-02 Thread Matthias Hanft
Hi, on one of my Gentoo machines, the package "dev-perl/GDTextUtil" refuses to emerge after I had made the usual updates (emerge -NDuv @world), which, this time, included upgrading Perl from 5.20.2 to 5.22.2: --- cut here --- fileserver ~ # emerge --update --newuse --deep --with-bdeps=y