Opened 12 years ago
Closed 12 years ago
#37513 closed defect (fixed)
sshfs @2.4_2 install fails due to autoreconf failure
Reported by: | orinthe@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | sshfs |
Description
OSX 10.8.2, Xcode 4.5.2 w/ Command-line tools installed.
sshfs port install fails at configure stage with the following error:
---> Configuring sshfs Error: org.macports.configure for port sshfs returned: autoreconf failure: command execution failed 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
cause appears to be:
configure.ac:3: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead.
replacing AM_CONFIG_HEADER with AC_CONFIG_HEADERS in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/work/sshfs-fuse-2.4/configure.ac appears to resolve the problem.
Change History (3)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to dports@… |
---|
comment:2 Changed 12 years ago by drkp (Dan Ports)
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, fixed in r101155
Note: See
TracTickets for help on using
tickets.
Please remember to Cc the maintainer.