On 4/4/12 12:55 PM, Forrest Aldrich wrote:

I'm on OS X Lion, which is up to date... and attempting to install SSHFS. I continue to get the following error below, does someone know what the problem is.

Thanks.


sshfs isn't important yet. You don't know if _it_ won't build since you're having problems with fuse4x-dev

Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fuse4x-dev-0.8.13-2 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-fuse4x-dev-0.8.13-2' in `/sw/src/fink.build/fink-buildlock-fuse4x-dev-0.8.13-2_2012.04.03-19.23.30_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-fuse4x-dev-0.8.13-2_2012.04.03-19.23.30_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-fuse4x-dev-0.8.13-2.
(Reading database ... 17880 files and directories currently installed.)
Unpacking fink-buildlock-fuse4x-dev-0.8.13-2 (from .../fink-buildlock-fuse4x-dev-0.8.13-2_2012.04.03-19.23.30_darwin-x86_64.deb) ...
Setting up fink-buildlock-fuse4x-dev-0.8.13-2 (2012.04.03-19.23.30) ...

/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/fuse4x-fuse-0.8.13.tar.gz sed -i.bak -e 's,/System/Library/Extensions,/sw/lib/fuse4x,' include/fuse_param.h
/tmp/fink.tUByC
#!/bin/sh -ev

autoreconf -f -i -Wall,no-obsolete
configure.in:77: warning: macro `AM_ICONV' not found in library
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.in:77: warning: macro `AM_ICONV' not found in library
configure.in:77: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
### execution of /tmp/fink.tUByC failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fuse4x-dev-0.8.13-2
(Reading database ... 17881 files and directories currently installed.)
Removing fink-buildlock-fuse4x-dev-0.8.13-2 ...
Updating the list of locally available binary packages.
Failed: phase compiling: fuse4x-dev-0.8.13-2 failed

Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

    The Fink Users List <[email protected]>
    The Fink Beginners List <[email protected]>,

with a carbon copy to the maintainer:

    Brendan Cully <[email protected]>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.32.4.1
Distribution version: selfupdate-rsync Tue Apr 3 19:15:06 2012, 10.7, x86_64
Trees: local/main stable/main
Xcode: 4.1
Max. Fink build jobs:  4

I've been trying a little debugging here. Without a Fink autoconf, the package won't build under Xcode 4.3, since Apple got rid of autoconf and automake in that.

#!/bin/sh -ev

autoreconf -f -i -Wall,no-obsolete
/tmp/fink.zTWpg: line 3: autoreconf: command not found
...

And then without automake1.10 or automake1.11:

autoreconf -f -i -Wall,no-obsolete
Can't exec "aclocal": No such file or directory at /sw/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

And without libtool2:

autoreconf -f -i -Wall,no-obsolete
configure.in:7: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /sw/bin/autoconf-2.68 failed with exit status: 1


I'd recommend installing Fink's autoconf2.6 and automake1.11 and seeing if using those lets the build proceed.

--
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to