# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #34352]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34352 >
The ld -s flag caused all symbol information to be stripped from
the libraries, which caused all the Python dynclass tests to fail.
(The -s can be used in Perl 5 since the XS builds up a separate
"symbol table".) Patch attached.
--
Jarkko Hietaniemi <jhi@no-spam> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
[Base64 no-s.pat.gz]
Jarkko Hietaniemi <parrotbug-followup@no-spam> wrote:
> The ld -s flag caused all symbol information to be stripped from
> the libraries, which caused all the Python dynclass tests to fail.
> (The -s can be used in Perl 5 since the XS builds up a separate
> "symbol table".) Patch attached.
Thanks, applied.
leo