Opened 12 years ago
Closed 12 years ago
#37967 closed defect (fixed)
uni2ascii @4.18 needs the standard automake1.13 fix
Reported by: | cooljeanius (Eric Gallager) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nonstop.server@…, ryandesign (Ryan Carsten Schmidt) | |
Port: | uni2ascii |
Description
When trying to build uni2ascii, I came across the following familiar error:
---> Configuring uni2ascii DEBUG: Using compiler 'Mac OS X clang' DEBUG: Executing org.macports.configure (uni2ascii) DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_uni2ascii/uni2ascii/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_uni2ascii/uni2ascii/work/uni2ascii-4.18" && autoreconf --install' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_uni2ascii/uni2ascii/work/uni2ascii-4.18" && autoreconf --install 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_textproc_uni2ascii/uni2ascii/work/uni2ascii-4.18" && autoreconf --install Exit code: 1 Error: org.macports.configure for port uni2ascii returned: autoreconf failure: command execution failed DEBUG: Error code: NONE DEBUG: Backtrace: autoreconf failure: command execution failed while executing "$procedure $targetname" Warning: targets not executed for uni2ascii: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Pretty standard, so should be pretty easy to fix
Change History (3)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Cc: | mww@… removed |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
Version: | 2.1.3 |
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Maintainer timeout. Amended the existing configure.ac patch to fix this in r103030. Also made an unrelated change to the Portfile so that users who had already encountered this error will, upon selfupdate, have the work directory automatically cleaned.
Note: See
TracTickets for help on using
tickets.
Thanks.