Good morning,
with the latest update to 43.0.2357.130-1 Chromium won't start anymore. This is the output when starting from console: perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
KR Frank
What's your perl version? 5.22.0-1 works for me:
$ pacman -Qi perl Name : perl Version : 5.22.0-1 (...irrelevant messages omitted...)
On 5 July 2015 at 13:52, Frank Zimmermann < frank.zimmermann.berlin@freenet.de> wrote:
Good morning,
with the latest update to 43.0.2357.130-1 Chromium won't start anymore. This is the output when starting from console: perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
KR Frank
On 15-07-05 07:52:06, Frank Zimmermann wrote:
Good morning,
with the latest update to 43.0.2357.130-1 Chromium won't start anymore. This is the output when starting from console: perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
KR Frank
You need to remove the perl-scalar-list-utils package. Not documented anywhere, but it it this package that owns that particular file, and is no longer needed.
On Sun, Jul 05, 2015 at 10:31:18PM +0300, Octavian Florea wrote:
You need to remove the perl-scalar-list-utils package. Not documented anywhere, but it it this package that owns that particular file, and is no longer needed.
Doing that breaks cpan. (which also had the same breakage as Chromium) Still searching out a fix.
On Mon, Jul 06, 2015 at 05:45:51PM -0700, Michael Rasmussen wrote:
On Sun, Jul 05, 2015 at 10:31:18PM +0300, Octavian Florea wrote:
You need to remove the perl-scalar-list-utils package. Not documented anywhere, but it it this package that owns that particular file, and is no longer needed.
Doing that breaks cpan. (which also had the same breakage as Chromium) Still searching out a fix.
Download Scalar-List-Utils from cpan and do a manual `perl Makefile.PM; make test; sudo make install` dance resolved the issue.
Mon, 6 Jul 2015 17:45:51 -0700 Michael Rasmussen michael@michaelsnet.us:
On Sun, Jul 05, 2015 at 10:31:18PM +0300, Octavian Florea wrote:
You need to remove the perl-scalar-list-utils package. Not documented anywhere, but it it this package that owns that particular file, and is no longer needed.
Doing that breaks cpan. (which also had the same breakage as Chromium) Still searching out a fix.
Then your system has other issues. Read https://lists.archlinux.org/pipermail/arch-general/2015-June/039381.html again.
The current perl 5.22 provides perl-scalar-list-utils=1.41, see https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages... and 'pacman -Qo pacman -Qo /usr/lib/perl5/*/auto/List/Util/Util.so'.
--byte
arch-general@lists.archlinux.org