Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656102 - dev-perl/Ace-1.920.0-r3 Fails tests due to "Can't load '...GD.so' ... undefined symbol: gdImageCreateFromJpegCtx"
Summary: dev-perl/Ace-1.920.0-r3 Fails tests due to "Can't load '...GD.so' ... undefin...
Status: RESOLVED DUPLICATE of bug 623672
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-05-19 07:58 UTC by Toralf Förster
Modified: 2018-05-19 08:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.82 KB, text/plain)
2018-05-19 07:58 UTC, Toralf Förster
Details
dev-perl:Ace-1.920.0-r3:20180519-000031.log (dev-perl:Ace-1.920.0-r3:20180519-000031.log,23.72 KB, text/plain)
2018-05-19 07:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,208.12 KB, text/plain)
2018-05-19 07:58 UTC, Toralf Förster
Details
environment (environment,65.73 KB, text/plain)
2018-05-19 07:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.73 KB, application/x-bzip)
2018-05-19 07:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.91 KB, application/x-bzip)
2018-05-19 07:58 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,4.04 KB, application/x-bzip)
2018-05-19 07:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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.