Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903763 - net-libs/webkit-gtk-2.40.0 - /usr/bin/perl: symbol lookup error: /usr/lib64/libperl.so.5.36: undefined symbol: Perl_savestack_grow
Summary: net-libs/webkit-gtk-2.40.0 - /usr/bin/perl: symbol lookup error: /usr/lib64/l...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-04 07:57 UTC by grixfosforito
Modified: 2023-05-03 11:18 UTC (History)
2 users (show)

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


Attachments
net-libs/webkit-gtk-2.40.0 build.log (build.zip,69.77 KB, application/zip)
2023-04-04 08:00 UTC, grixfosforito
Details
net-libs/webkit-gtk-2.40.0-r410 build.log (build.zip,73.38 KB, application/zip)
2023-04-04 08:01 UTC, grixfosforito
Details
net-libs/webkit-gtk-2.40.0-r600 build.log (build.zip,69.62 KB, application/zip)
2023-04-04 08:01 UTC, grixfosforito
Details
emerge --info (emerge_info.txt,6.90 KB, text/plain)
2023-04-04 20:52 UTC, grixfosforito
Details

Note You need to log in before you can comment on or make changes to this bug.
Description grixfosforito 2023-04-04 07:57:54 UTC
I cannot emerge net-libs/webkit-gtk-2.40.0-r410, net-libs/webkit-gtk-2.40.0-r600 or net-libs/webkit-gtk-2.40.0. In the build logs, I get the following errors:

/usr/bin/perl: symbol lookup error: /usr/lib64/libperl.so.5.36: undefined symbol: Perl_savestack_grow

or

/usr/bin/perl: symbol lookup error: /usr/lib64/libperl.so.5.36: undefined symbol: Perl_savesharedpv

I have tried reinstalling perl and using different versions, but to no avail.

I am attaching the build logs.


Reproducible: Always
Comment 1 grixfosforito 2023-04-04 08:00:32 UTC
Created attachment 859508 [details]
net-libs/webkit-gtk-2.40.0 build.log
Comment 2 grixfosforito 2023-04-04 08:01:16 UTC
Created attachment 859509 [details]
net-libs/webkit-gtk-2.40.0-r410 build.log
Comment 3 grixfosforito 2023-04-04 08:01:51 UTC
Created attachment 859510 [details]
net-libs/webkit-gtk-2.40.0-r600 build.log
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-04 15:57:29 UTC
Please share emerge --info.
Comment 5 grixfosforito 2023-04-04 20:52:39 UTC
Created attachment 859525 [details]
emerge --info

I am attaching the output of emerge --info
Comment 6 Mike Gilbert gentoo-dev 2023-04-05 19:12:29 UTC
What USE flags are enabled on dev-lang/perl?
Comment 7 grixfosforito 2023-04-05 20:43:07 UTC
This is the output of equery u perl:


[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for dev-lang/perl-5.36.0-r2:
 U I
 - - berkdb   : Add support for sys-libs/db (Berkeley DB for MySQL)
 - - debug    : Enable extra debug codepaths, like asserts and extra output. If
                you want to get meaningful backtraces see https://wiki.gentoo.o
                rg/wiki/Project:Quality_Assurance/Backtraces
 - - doc      : Add extra documentation (API, Javadoc, etc). It is recommended
                to enable per package instead of globally
 + + gdbm     : Add support for sys-libs/gdbm (GNU database libraries)
 - - ithreads : Enable Perl threads, has some compatibility problems
 - - minimal  : Install a very minimal build (disables, for example, plugins,
                fonts, most drivers, non-critical features)
 - - quadmath : Enable 128bit floating point arithmetic via libquadmath
Comment 8 grixfosforito 2023-05-03 11:18:24 UTC
Updating perl to =dev-lang/perl-5.36.1-r1 has fixed this issue for me.