#37499: urlview: build fails because automake-1.11 is missing -------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: urlview | -------------------------+-------------------------------- Comment (by macports@…): Replying to [comment:1 ryandesign@…]:
I'm unable to reproduce this; it builds fine for me and I see no occurrences of "automake-1.11" in the source code. Seeing your main.log file might help.
As I said, the main.log was deleted after a successful workaround. I know it was calling 1.11 because when I made a link from automake-1.11 to automake-1.13 it worked. There seems to be a somewhat different problem with several unrelated ports using the newer automake/autoconf, for instance I get this same error on multiple ports: {{{ ---> Computing dependencies for sshfs. ---> Configuring sshfs configure.ac:3: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /opt/local/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.ac:3: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/work /sshfs-fuse-2.4" && autoreconf --install Exit code: 1 Error: org.macports.configure for port sshfs returned: autoreconf failure: command execution failed Warning: targets not executed for sshfs: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Please see the log file for port sshfs for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/main.log }}} : In that case editing configure.ac to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS resulted in a successful build. ( One Inkscape dev has noticed the same issue: https://bugs.launchpad.net/inkscape/+bug/1094576 - that diff may be broadly useful.) -- Ticket URL: <https://trac.macports.org/ticket/37499#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS