You are not logged in.
Hello.
I did a system upgrade, pacman -Syu exited with 0, and everything seems fine except since then
all autotools programs (autoscan, autoheader, automake, autoreconf) end in a segmentation fault.
I tried re-installing those programs (e.g. pacman -S automake) but nothing changed.
I did strace but i am not skilled enough to make anything out of it.
So i ask for directions what i can do to find the error.
Regards and thanks,
Alfred
uname -a
Linux ort 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
here are the last lines of strace autoreconf:
open("/usr/lib/perl5/site_perl/auto/List/Util/Util.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\33\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0555, st_size=49486, ...}) = 0
mmap(NULL, 2138712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6e94e0a000
mprotect(0x7f6e94e14000, 2093056, PROT_NONE) = 0
mmap(0x7f6e95013000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9000) = 0x7f6e95013000
close(5) = 0
mprotect(0x7f6e95013000, 4096, PROT_READ) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x5} ---
+++ killed by SIGSEGV (core dumped) +++
Speicherzugriffsfehler (Speicherabzug geschrieben)
Last edited by wired (2014-09-06 16:12:17)
Offline
Ah, perl. Please see https://www.archlinux.org/news/perl-updated-to-520/
Offline
Hello.
Oh my dear ^^
That ofcorse leaves me with re-installing the system,
since almost everything that has to do with cpan or perl segfaults.
It also makes me wonder if i ever should upgrade again if i want
to avoid the same hassle.
Regards and thanks,
Alfred
Offline
Hello.
I could not recompile perl modules because 'cpan -r' would segfault and simply doing
'pacman -S perl' did not help. I was desperate ^^
Somewhere i found the tip to
# cd /usr/lib
# mv perl5 perl5-alt
# pacman -S perl
after that cpan -r could recompile the modules
and so far everything sems back to normal.
Sorry, but i dont know how to mark the thread as solved,
can somebody please do that?
Regards and thanks,
Alfred
Offline
Sorry, but i dont know how to mark the thread as solved,
can somebody please do that?
Edit your first post in the thread. It allows you to edit the title. Just add [SOLVED] to the beginning of the title.
Glad it is working ![]()
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline