Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2
Date: Sun, 02 Oct 2016 16:34:32
Message-Id: 57F1370B.5010500@hanft.de
1 Hi,
2
3 on one of my Gentoo machines, the package "dev-perl/GDTextUtil" refuses
4 to emerge after I had made the usual updates (emerge -NDuv @world), which,
5 this time, included upgrading Perl from 5.20.2 to 5.22.2:
6
7 --- cut here ---
8
9 fileserver ~ # emerge --update --newuse --deep --with-bdeps=y --backtrack=1000 --keep-going @world
10 Calculating dependencies... done!
11
12 >>> Verifying ebuild manifests
13
14 >>> Emerging (1 of 1) dev-perl/GDTextUtil-0.860.0-r1::gentoo
15 * GDTextUtil-0.86.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
16 >>> Unpacking source...
17 >>> Unpacking GDTextUtil-0.86.tar.gz to /var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/work
18 >>> Source unpacked in /var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/work
19 >>> Preparing source in /var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/work/GDTextUtil-0.86 ...
20 >>> Source prepared.
21 >>> Configuring source in /var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/work/GDTextUtil-0.86 ...
22 * Using ExtUtils::MakeMaker
23 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/GDTextUtil-0.860.0-r1/image/
24 GD.c: loadable library and perl binaries are mismatched (got handshake key 0x7bc0000, needed 0x7cc0000)
25 * ERROR: dev-perl/GDTextUtil-0.860.0-r1::gentoo failed (configure phase):
26 * Unable to build!
27
28 --- cut here ---
29
30 I already tried to uninstall and reinstall everything with "perl" in its name,
31 but without success. I can install/upgrade everything else from "dev-perl/...";
32 it's just this weird "GDTextUtil" which remains at the end of every "emerge"
33 effort - no matter which "emerge" options I use, or what the order of packages
34 is. On another machine, everything was fine automagically (that one is 64bit;
35 the failing machine is 32bit), and on a third machine, GDTextUtil isn't pulled
36 in at all (not quite sure what is pulling in, could be "vdradmin-am").
37
38 Any hints what to try further?
39
40 Thanks,
41
42 -Matt

Replies

Subject Author
Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2 Stroller <stroller@××××××××××××××××××.uk>
Re: [gentoo-user] GDTextUtil doesn't compile after Perl upgrade from 5.20.2 to 5.22.2 Neil Bothwick <neil@××××××××××.uk>