Opened 12 years ago
Closed 12 years ago
#38473 closed defect (fixed)
libpcapnav @0.8 needs the standard automake1.13 fix
Reported by: | cooljeanius (Eric Gallager) | Owned by: | ecronin (Eric Cronin) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | libpcapnav |
Description
This error should look familiar:
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libpcapnav/libpcapnav/work/libpcapnav-0.8" && autoreconf --install' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libpcapnav/libpcapnav/work/libpcapnav-0.8" && autoreconf --install aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:4: 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.in:4: 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_net_libpcapnav/libpcapnav/work/libpcapnav-0.8" && autoreconf --install Exit code: 1 Error: org.macports.configure for port libpcapnav returned: autoreconf failure: command execution failed
The port is openmaintainer so we don't necessarily need to wait for ecronin to fix this.
Change History (3)
comment:1 follow-up: 2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; ecronin@… removed |
---|---|
Owner: | changed from macports-tickets@… to ecronin@… |
comment:2 Changed 12 years ago by cooljeanius (Eric Gallager)
Replying to ryandesign@…:
Also we might as well do the automake 1.14 fix while we're at it and rename configure.in to configure.ac.
Yeah, I meant to say that, too
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Also we might as well do the automake 1.14 fix while we're at it and rename configure.in to configure.ac.