[arch-general] Chromium refuses to start
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. -- Michael Rasmussen, Portland Oregon Be Appropriate && Follow Your Curiosity A posting everyday, an interesting idea every three months ... ~ Philip Greenspun http://blogs.law.harvard.edu/philg/
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. -- Michael Rasmussen, Portland Oregon Be Appropriate && Follow Your Curiosity The universe is a machine for the making of gods. ~ Henri Bergson
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/perl&id=8c29b8ad5325e2044fc6767067f90e30d0dffe69 and 'pacman -Qo pacman -Qo /usr/lib/perl5/*/auto/List/Util/Util.so'. --byte
participants (5)
-
Chi Hsuan Yen
-
Frank Zimmermann
-
Jens Adam
-
Michael Rasmussen
-
Octavian Florea