Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 656102

Summary: dev-perl/Ace-1.920.0-r3 Fails tests due to "Can't load '...GD.so' ... undefined symbol: gdImageCreateFromJpegCtx"
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kentnl, perl
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-perl:Ace-1.920.0-r3:20180519-000031.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
tests.tbz2

Description Toralf Förster gentoo-dev 2018-05-19 07:58:37 UTC
 * ERROR: dev-perl/Ace-1.920.0-r3::gentoo failed (test phase):
 *   Failing due to module compilation errors
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_test_20180512-194415

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)

java-config:
The following VMs are available for generation-2:


emerge -qpv dev-perl/Ace
[ebuild  N    ] dev-perl/Ace-1.920.0-r3  USE="{test} -examples"
Comment 1 Toralf Förster gentoo-dev 2018-05-19 07:58:40 UTC
Created attachment 532172 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-19 07:58:43 UTC
Created attachment 532174 [details]
dev-perl:Ace-1.920.0-r3:20180519-000031.log
Comment 3 Toralf Förster gentoo-dev 2018-05-19 07:58:46 UTC
Created attachment 532176 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-19 07:58:49 UTC
Created attachment 532178 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-19 07:58:52 UTC
Created attachment 532180 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-19 07:58:55 UTC
Created attachment 532182 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-19 07:58:58 UTC
Created attachment 532184 [details]
tests.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-05-19 08:02:39 UTC
Can't load '/usr/lib64/perl5/vendor_perl/5.26.2/x86_64-linux/auto/GD/GD.so' for module GD: /usr/lib64/perl5/vendor_perl/5.26.2/x86_64-linux/auto/GD/GD.so: undefined symbol: gdImageCreateFromJpegCtx at /usr/lib64/perl5/5.26.2/x86_64-linux/DynaLoader.pm line 193.
 at /var/tmp/portage/dev-perl/Ace-1.920.0-r3/work/AcePerl-1.92/blib/lib/Ace/Graphics/Glyph.pm line 4.

GD installation is broken somehow.

Please confirm that `perl -MGD -e1' works on that machine and report related errors if any.
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-05-19 08:04:35 UTC
Actually, looks like a dupe of Bug #623672

*** This bug has been marked as a duplicate of bug 623672 ***
Comment 10 Toralf Förster gentoo-dev 2018-05-19 08:13:47 UTC
mr-fox / # perl -MGD -e1
Can't load '/usr/lib64/perl5/vendor_perl/5.26.2/x86_64-linux/auto/GD/GD.so' for module GD: /usr/lib64/perl5/vendor_perl/5.26.2/x86_64-linux/auto/GD/GD.so: undefined symbol: gdImageCreateFromJpegCtx at /usr/lib64/perl5/5.26.2/x86_64-linux/DynaLoader.pm line 193.
 at -e line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.