Opened 11 years ago

Closed 11 years ago

#37648 closed defect (fixed)

fcgi @2.4.0_3: autoreconf fails with automake 1.13

Reported by: jinux.alluha@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: fcgi

Description

OS Version: Lion 10.7.5 (11G63b)
XCode Version: 4.5.2 (4G2008a)

'$ sudo port install fcgi' fails with the following output:

--->  Configuring fcgi
Error: org.macports.configure for port fcgi returned: autoreconf failure: command execution failed
Please see the log file for port fcgi for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_fcgi/fcgi/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port fcgi failed

The main.log is attached. Following what I saw in the log, specifically:

:info:configure configure.in:10: error: 'AM_CONFIG_HEADER': this macro is obsolete.
:info:configure     You should use the 'AC_CONFIG_HEADERS' macro instead.

I deleted 'fcgi_config.h.in' so it would be rebuilt (I assumed the .in files were the compiled/outputted version), and then changed the offending line 10 in configure.in from 'AM_' to 'AC_'.

I re-ran the install command and then it installed without issue.

Attachments (1)

main.log (27.5 KB) - added by jinux.alluha@… 11 years ago.
Log file

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by jinux.alluha@…

Attachment: main.log added

Log file

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Keywords: fastcgi php nginx webserver http cgi fcgi removed

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: fcgi @2.4.0_3+universal Configure error - autoconf fails due to obsolete macrofcgi @2.4.0_3: autoreconf fails with automake 1.13

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.