I'm getting the following with Fink 0.38.5 on OS 10.8.5. The relevant error seems to be "libtool: compile: cannot determine name of library object from `': command not found", but i didn't see anything immediately useful in a web search. I'm posting everything after the unpacking just in case.
> sudo -u fink-bld [ENV] sh -c /tmp/fink.WmwYe > env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xf > /sw/src/jasper_1.900.1-debian1-2.4.debian.tar.xz > sudo -u fink-bld [ENV] sh -c /tmp/fink.v6cNS > /tmp/fink.SjhIL > #!/bin/sh -ev > for file in \ > 01-misc-fixes.patch \ > 02-fix-filename-buffer-overflow.patch \ > 03-CVE-2011-4516-and-CVE-2011-4517.patch \ > 04-CVE-2014-9029.patch \ > 05-CVE-2014-8137.patch \ > 06-CVE-2014-8138.patch \ > 07-CVE-2014-8157.patch \ > 08-CVE-2014-8158.patch \ > ; do > echo "applying $file" > patch -p1 < ../debian/patches/$file > done > applying 01-misc-fixes.patch > patching file src/libjasper/jpc/jpc_t2cod.c > patching file src/libjasper/jpc/jpc_util.c > patching file src/libjasper/jpc/jpc_dec.c > patching file src/libjasper/jpc/jpc_tagtree.c > patching file src/libjasper/jpc/jpc_mqdec.c > patching file src/libjasper/jpc/jpc_t2enc.c > patching file src/libjasper/jpc/jpc_mqenc.c > patching file src/libjasper/jpc/jpc_enc.c > patching file src/libjasper/jpc/jpc_t1enc.c > patching file src/libjasper/jpc/jpc_t2dec.c > patching file src/libjasper/jpc/jpc_qmfb.c > patching file src/libjasper/jpc/jpc_cs.c > patching file src/libjasper/bmp/bmp_dec.c > patching file src/libjasper/include/jasper/jas_malloc.h > patching file src/libjasper/base/jas_seq.c > patching file src/libjasper/base/jas_image.c > patching file src/libjasper/base/jas_icc.c > patching file src/libjasper/base/jas_malloc.c > patching file src/libjasper/base/jas_stream.c > patching file src/libjasper/base/jas_cm.c > patching file src/libjasper/jp2/jp2_enc.c > patching file src/libjasper/jp2/jp2_dec.c > patching file src/libjasper/jp2/jp2_cod.c > patching file src/libjasper/jp2/jp2_cod.h > patching file src/libjasper/mif/mif_cod.c > patching file acaux/config.sub > patching file acaux/config.guess > applying 02-fix-filename-buffer-overflow.patch > patching file src/libjasper/include/jasper/jas_stream.h > applying 03-CVE-2011-4516-and-CVE-2011-4517.patch > patching file src/libjasper/jpc/jpc_cs.c > applying 04-CVE-2014-9029.patch > patching file src/libjasper/jpc/jpc_dec.c > applying 05-CVE-2014-8137.patch > patching file src/libjasper/base/jas_icc.c > patching file src/libjasper/jp2/jp2_dec.c > applying 06-CVE-2014-8138.patch > patching file src/libjasper/jp2/jp2_dec.c > applying 07-CVE-2014-8157.patch > patching file src/libjasper/jpc/jpc_dec.c > applying 08-CVE-2014-8158.patch > patching file src/libjasper/jpc/jpc_qmfb.c > sudo -u fink-bld [ENV] sh -c /tmp/fink.H9Twi > autoreconf -fi > /sw/bin/libtoolize: line 3601: /sw/bin/grep: No such file or directory > libtoolize: putting auxiliary files in '.'. > libtoolize: copying file './ltmain.sh' > configure.ac:148: installing 'acaux/compile' > Makefile.am:59: warning: support for distribution archives compressed with > legacy program 'compress' is deprecated. > Makefile.am:59: It will be removed in Automake 2.0 > src/appl/Makefile.am:81: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/base/Makefile.am:76: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/bmp/Makefile.am:67: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/jp2/Makefile.am:67: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/jpc/Makefile.am:105: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/jpg/Makefile.am:79: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/mif/Makefile.am:66: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/pgx/Makefile.am:67: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/pnm/Makefile.am:67: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/libjasper/ras/Makefile.am:67: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > ./configure --prefix=/sw --enable-shared --disable-static > --enable-dependency-tracking --mandir=/sw/share/man > checking build system type... x86_64-apple-darwin12.6.0 > checking host system type... x86_64-apple-darwin12.6.0 > checking target system type... x86_64-apple-darwin12.6.0 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... acaux/install-sh -c -d > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking whether gcc understands -c and -o together... yes > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for ranlib... ranlib > checking how to print strings... printf > checking for a sed that does not truncate output... /sw/bin/sed > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for fgrep... /usr/bin/grep -F > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... no > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm > checking the name lister (/usr/bin/nm) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 196608 > checking how to convert x86_64-apple-darwin12.6.0 file names to > x86_64-apple-darwin12.6.0 format... func_convert_file_noop > checking how to convert x86_64-apple-darwin12.6.0 file names to toolchain > format... func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... no > checking how to recognize dependent libraries... pass_all > checking for dlltool... no > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... no > checking for strip... strip > checking for ranlib... (cached) ranlib > checking command to parse /usr/bin/nm output from gcc object... ok > checking for sysroot... no > checking for a working dd... /bin/dd > checking how to truncate binary pipes... /bin/dd bs=4096 count=1 > checking for mt... no > checking if : is a manifest tool... no > checking for dsymutil... dsymutil > checking for nmedit... nmedit > checking for lipo... lipo > checking for otool... otool > checking for otool64... no > checking for -single_module linker flag... yes > checking for -exported_symbols_list linker flag... yes > checking for -force_load linker flag... yes > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... yes > checking for gcc option to produce PIC... -fno-common -DPIC > checking if gcc PIC flag -fno-common -DPIC works... yes > checking if gcc static flag -static works... no > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... darwin12.6.0 dyld > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for X... libraries /usr/X11/lib, headers /usr/X11/include > checking whether -R must be followed by a space... neither works > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking whether variable-length arrays are supported... yes > checking for jpeg_destroy in -ljpeg... yes > checking for glutInit in -lglut... yes > checking GL/glut.h usability... yes > checking GL/glut.h presence... yes > checking for GL/glut.h... yes > checking whether OpenGL libraries and headers were detected... yes > checking for main in -lm... yes > checking for ANSI C header files... (cached) yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking for unistd.h... (cached) yes > checking for stdint.h... (cached) yes > checking stdbool.h usability... yes > checking stdbool.h presence... yes > checking for stdbool.h... yes > checking io.h usability... no > checking io.h presence... no > checking for io.h... no > checking windows.h usability... no > checking windows.h presence... no > checking for windows.h... no > checking for sys/types.h... (cached) yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking for stdlib.h... (cached) yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for size_t... yes > checking for uchar... no > checking for ushort... yes > checking for uint... yes > checking for ulong... no > checking for longlong... no > checking for ulonglong... no > checking for ssize_t... yes > checking for gettimeofday... yes > checking for getrusage... yes > checking for vprintf... yes > checking for _doprnt... no > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating src/appl/Makefile > config.status: creating src/libjasper/Makefile > config.status: creating src/libjasper/base/Makefile > config.status: creating src/libjasper/bmp/Makefile > config.status: creating src/libjasper/include/Makefile > config.status: creating src/libjasper/include/jasper/Makefile > config.status: creating src/libjasper/jp2/Makefile > config.status: creating src/libjasper/jpc/Makefile > config.status: creating src/libjasper/jpg/Makefile > config.status: creating src/libjasper/mif/Makefile > config.status: creating src/libjasper/pgx/Makefile > config.status: creating src/libjasper/pnm/Makefile > config.status: creating src/libjasper/ras/Makefile > config.status: creating src/msvc/Makefile > config.status: creating jasper.spec > config.status: creating src/libjasper/include/jasper/jas_config.h > config.status: executing depfiles commands > config.status: executing libtool commands > make > Making all in src > Making all in libjasper > Making all in include > Making all in jasper > make all-am > make[5]: Nothing to be done for `all-am'. > make[4]: Nothing to be done for `all-am'. > Making all in base > /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include > -I/sw/include -g -O2 -MT jas_cm.lo -MD -MP -MF .deps/jas_cm.Tpo -c -o > jas_cm.lo jas_cm.c > /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include > -I/sw/include -g -O2 -MT jas_debug.lo -MD -MP -MF .deps/jas_debug.Tpo -c -o > jas_debug.lo jas_debug.c > ../../../libtool: line 917: X--tag=CC: command not found > ../../../libtool: line 917: X--tag=CC: command not found > ../../../libtool: line 950: libtool: ignoring unknown tag : command not found > ../../../libtool: line 917: X--mode=compile: command not found > ../../../libtool: line 950: libtool: ignoring unknown tag : command not found > ../../../libtool: line 917: X--mode=compile: command not found > ../../../libtool: line 1083: *** Warning: inferring the mode of operation is > deprecated.: command not found > ../../../libtool: line 1083: *** Warning: inferring the mode of operation is > deprecated.: command not found > ../../../libtool: line 1084: *** Future versions of Libtool will require > --mode=MODE be specified.: command not found > ../../../libtool: line 1084: *** Future versions of Libtool will require > --mode=MODE be specified.: command not found > ../../../libtool: line 1227: Xgcc: command not found > ../../../libtool: line 1227: Xgcc: command not found > ../../../libtool: line 1227: X-DHAVE_CONFIG_H: command not found > ../../../libtool: line 1227: X-DHAVE_CONFIG_H: command not found > ../../../libtool: line 1227: X-I.: command not found > ../../../libtool: line 1227: X-I../../../src/libjasper/include/jasper: No > such file or directory > ../../../libtool: line 1227: X-I.: command not found > ../../../libtool: line 1227: X-I../../../src/libjasper/include: No such file > or directory > ../../../libtool: line 1227: X-I../../../src/libjasper/include/jasper: No > such file or directory > ../../../libtool: line 1227: X-I/sw/include: No such file or directory > ../../../libtool: line 1227: X-I../../../src/libjasper/include: No such file > or directory > ../../../libtool: line 1227: X-g: command not found > ../../../libtool: line 1227: X-I/sw/include: No such file or directory > ../../../libtool: line 1227: X-O2: command not found > ../../../libtool: line 1227: X-g: command not found > ../../../libtool: line 1227: X-MT: command not found > ../../../libtool: line 1227: X-O2: command not found > ../../../libtool: line 1227: Xjas_debug.lo: command not found > ../../../libtool: line 1227: X-MT: command not found > ../../../libtool: line 1227: X-MD: command not found > ../../../libtool: line 1227: Xjas_cm.lo: command not found > ../../../libtool: line 1227: X-MP: command not found > ../../../libtool: line 1227: X-MD: command not found > ../../../libtool: line 1227: X-MF: command not found > ../../../libtool: line 1227: X-MP: command not found > ../../../libtool: line 1227: X-MF: command not found > ../../../libtool: line 1227: X.deps/jas_debug.Tpo: No such file or directory > ../../../libtool: line 1227: X-c: command not found > ../../../libtool: line 1227: X.deps/jas_cm.Tpo: No such file or directory > ../../../libtool: line 1279: Xjas_debug.lo: command not found > ../../../libtool: line 1227: X-c: command not found > ../../../libtool: line 1284: libtool: compile: cannot determine name of > library object from `': command not found > make[3]: *** [jas_debug.lo] Error 1 > make[3]: *** Waiting for unfinished jobs.... > ../../../libtool: line 1279: Xjas_cm.lo: command not found > ../../../libtool: line 1284: libtool: compile: cannot determine name of > library object from `': command not found > make[3]: *** [jas_cm.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > ### execution of make failed, exit code 2 > ### execution of /tmp/fink.H9Twi failed, exit code 2 sent from Mountain Lion Mal: "Jayne, your mouth is talking. You might wanna look to that." ------------------------------------------------------------------------------ _______________________________________________ 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