Hi guys, I get the following error. I can’t tell if it is the same as what was discussed in a recent thread.
Thanks in advance. install -d -m 755 /sw/src/fink.build/root-libidn-1.31-1/sw/share/java ln -sf libidn-1.31.jar /sw/src/fink.build/root-libidn-1.31-1/sw/share/java/libidn.jar ../build-aux/install-sh -c -d '/sw/src/fink.build/root-libidn-1.31-1/sw/share/java' /usr/bin/install -c -m 644 libidn-1.31.jar '/sw/src/fink.build/root-libidn-1.31-1/sw/share/java' Making install in csharp make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-exec-am'. build-aux/install-sh -c -d '/sw/src/fink.build/root-libidn-1.31-1/sw/lib/pkgconfig' /usr/bin/install -c -m 644 libidn.pc '/sw/src/fink.build/root-libidn-1.31-1/sw/lib/pkgconfig' + pushd doc /sw/src/fink.build/libidn-1.31-1/libidn-1.31/doc /sw/src/fink.build/libidn-1.31-1/libidn-1.31 + make -j1 install-man1 install-man3 DESTDIR=/sw/src/fink.build/root-libidn-1.31-1 echo '# This file is automatically generated. DO NOT EDIT! -*- makefile -*-' > Makefile.gdoc echo >> Makefile.gdoc echo 'gdoc_TEXINFOS =' >> Makefile.gdoc echo 'gdoc_MANS =' >> Makefile.gdoc echo >> Makefile.gdoc for file in ../lib/idna.c ../lib/nfkc.c ../lib/pr29.c ../lib/punycode.c ../lib/stringprep.c ../lib/tld.c ../lib/toutf8.c ../lib/version.c ../lib/idn-free.c ../lib/strerror-idna.c ../lib/strerror-pr29.c ../lib/strerror-punycode.c ../lib/strerror-stringprep.c ../lib/strerror-tld.c; do \ shortfile=`basename $file`; \ echo "#" >> Makefile.gdoc; \ echo "### $shortfile" >> Makefile.gdoc; \ echo "#" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += texi/$shortfile.texi" >> Makefile.gdoc; \ echo "texi/$shortfile.texi: $file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$(PERL) ./gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ functions=`/bin/sh /sw/src/fink.build/libidn-1.31-1/libidn-1.31/build-aux/missing perl ./gdoc -listfunc $file`; \ for function in $functions; do \ echo "# $shortfile: $function" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += texi/$function.texi" >> Makefile.gdoc; \ echo "texi/$function.texi: $file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$(PERL) ./gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function'" $function"' $< > $@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ echo "gdoc_MANS += man/$function.3" >> Makefile.gdoc; \ echo "man/$function.3: $file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$(PERL) ./gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function'" $function"' $< > $@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ done; \ echo >> Makefile.gdoc; \ done /Applications/Xcode.app/Contents/Developer/usr/bin/make Makefile cd .. && /bin/sh /sw/src/fink.build/libidn-1.31-1/libidn-1.31/build-aux/missing automake-1.14 --gnu doc/Makefile /sw/src/fink.build/libidn-1.31-1/libidn-1.31/build-aux/missing: line 81: automake-1.14: command not found WARNING: 'automake-1.14' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make[1]: *** [Makefile.in] Error 127 make: *** [Makefile.gdoc] Error 2 ### execution of /tmp/fink.H32wX failed, exit code 2 ### execution of /tmp/fink._w1hg failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-libidn-1.31-1 (Reading database ... 143037 files and directories currently installed.) Removing fink-buildlock-libidn-1.31-1 ... Failed: phase installing: libidn-1.31-1 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 <fink-users@lists.sourceforge.net> The Fink Beginners List <fink-beginn...@lists.sourceforge.net>, with a carbon copy to the maintainer: Benjamin Reed <lib...@fink.raccoonfink.com> 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.38.6 Distribution version: selfupdate-rsync Sun Jul 26 10:45:20 2015, 10.10, x86_64 Trees: local/main stable/main stable/crypto Xcode.app: 6.4 Xcode command-line tools: 6.4.0.0.1.1435007323 Max. Fink build jobs: 2 _____________ Rock journalism is people who can't write interviewing people who can't talk for people who can't read. --Frank Zappa
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users