On 4/19/12 11:15 AM, Cameron Christensen wrote: > Hi, > > I'm using OSX Lion, latest updates of OS and fink: > > $ sudo fink install sshfs > > ... > 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.YITxS 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 ... 23550 files and directories currently installed.) > Removing fink-buildlock-fuse4x-dev-0.8.13-2 ... > Failed: phase compiling: fuse4x-dev-0.8.13-2 failed > > > Any suggestions? > > > Regards, > Cameron > > > > > > Here is all the output: > > $ sudo fink install sshfs > Information about 4666 packages read in 0 seconds. > The following package will be installed or updated: > sshfs > The following 4 additional packages will be installed: > fuse4x-dev fuse4x-shlibs glib2-dev glib2-shlibs > Do you want to continue? [Y/n] y > 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.19-12.11.13_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.19-12.11.13_darwin-x86_64.deb > Selecting previously deselected package fink-buildlock-fuse4x-dev-0.8.13-2. > (Reading database ... 23549 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.19-12.11.13_darwin-x86_64.deb) > ... > Setting up fink-buildlock-fuse4x-dev-0.8.13-2 (2012.04.19-12.11.13) ... > > /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.YITxS > #!/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.YITxS 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 ... 23550 files and directories currently installed.) > Removing fink-buildlock-fuse4x-dev-0.8.13-2 ... > 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.6 > Distribution version: selfupdate-rsync Thu Apr 19 11:48:02 2012, 10.7, x86_64 > Trees: local/main stable/main > Xcode: 4.3.1 > Max. Fink build jobs: 16 > >
The package has some missing build dependencies, which we should fix. Use "fink install automake1.11 autoconf2.6 libtool2" and then try your build again. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ 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
