Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384057 - app-misc/golly-2.2 fails to build with headers from Perl 5.14
Summary: app-misc/golly-2.2 fails to build with headers from Perl 5.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.14.0
  Show dependency tree
 
Reported: 2011-09-22 09:50 UTC by Maks Verver
Modified: 2011-10-04 05:46 UTC (History)
0 users

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


Attachments
Patch to add support for building/running with perl-5.14 to golly-2.2 (perl-5.14-support.patch,3.40 KB, patch)
2011-09-22 09:58 UTC, Maks Verver
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maks Verver 2011-09-22 09:50:18 UTC
Linking fails.

Reproducible: Always

Steps to Reproduce:
1. unmask and emerge perl-5.14
2. try to emerge golly
Actual Results:  
golly-wxperl.o: In function `RunPerlScript(wxString const&)':
wxperl.cpp:(.text+0xa54): undefined reference to `PL_thr_key'
wxperl.cpp:(.text+0xa73): undefined reference to `PL_thr_key'
wxperl.cpp:(.text+0xb71): undefined reference to `PL_thr_key'
wxperl.cpp:(.text+0xbd1): undefined reference to `PL_thr_key'
golly-wxperl.o: In function `xs_init':
wxperl.cpp:(.text+0xdef): undefined reference to `PL_thr_key'
golly-wxperl.o:wxperl.cpp:(.text+0xe13): more undefined references to `PL_thr_key' follow
collect2: ld returned 1 exit status


Expected Results:  
Should compile, duh.

Needs a patch from CVS, which I will attach next.
Comment 1 Maks Verver 2011-09-22 09:58:16 UTC
Created attachment 287387 [details, diff]
Patch to add support for building/running with perl-5.14 to golly-2.2
Comment 2 Michael Weber (RETIRED) gentoo-dev 2011-09-27 22:09:51 UTC
Hi Maks,

thanks for your(?) patch, can you please report it upstream and link it here?

Thank you.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2011-09-27 22:35:38 UTC
+*golly-2.2-r1 (27 Sep 2011)
+
+  27 Sep 2011; Michael Weber <xmw@gentoo.org> -golly-2.1.ebuild,
+  -golly-2.1-r1.ebuild, -files/golly-2.1-as-needed.patch,
+  -files/golly-2.1-perl-ldopts.patch, -files/golly-2.1-python-amd64.patch,
+  golly-2.2.ebuild, +golly-2.2-r1.ebuild, +files/golly-2.2-perl-5.14.patch:
+  Remove old versons, add dep on <perl-5.14 and revbump for perl-5.14 patch by
+  Maks Verver (bug 384057)
+
Comment 4 Maks Verver 2011-09-28 05:03:04 UTC
I did write the patch and I am upstream. What exactly do you want me to link?

(Thanks for the update, by the way!)