Opened 11 years ago
Closed 11 years ago
#43056 closed defect (worksforme)
automake @1.14.1 Configure error - autoconf doesn't work
Reported by: | land.apfel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | mww@… | |
Port: | automake |
Description
Configuring automake fails with the following message:
:info:configure checking whether autoconf is installed... yes :info:configure checking whether autoconf works... no :info:configure configure: error: The installed version of autoconf does not work. :info:configure Please check config.log for error messages before this one.
automake config.log:
configure:2956: checking whether autoconf works configure:2963: cd conftest && autoconf -o /dev/null conftest.ac ./configure: line 2974: 20823 Segmentation fault $am_AUTOCONF -o /dev/null conftest.ac
Attachments (2)
Change History (5)
Changed 11 years ago by land.apfel@…
comment:1 Changed 11 years ago by land.apfel@…
Changed 11 years ago by land.apfel@…
Attachment: | perl.crash added |
---|
comment:2 Changed 11 years ago by land.apfel@…
Problem solved. It was a problem with my installed perl version. After installing port "perl5.18" and running
port upgrade --enforce-variants perl5 -perl5_12 +perl5_18
I could build automake perfectly fine.
comment:3 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
According to a crash log it seems that perl is actually crashing inside /bin/sh, which seems to be where autoconf is running in (see Crash Log attached).
Some lines before the segmentation fault in config.log appears, it checks for the perl version:
So I assume it tries to run something in perl which then crashes.