Skip to content

Instantly share code, notes, and snippets.

@crowding
Created October 16, 2013 10:23
Show Gist options
  • Save crowding/7005703 to your computer and use it in GitHub Desktop.
Save crowding/7005703 to your computer and use it in GitHub Desktop.
build errors for libextractor
Making install in m4
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in po
if test "libextractor" = "gettext-tools"; then \
.././install-sh -c -d /usr/local/Cellar/libextractor/1.0.1/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/libextractor/1.0.1/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/libextractor/1.0.1/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in src
Making install in include
Making install in .
make[4]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/libextractor/1.0.1/include'
/usr/bin/install -c -m 644 extractor.h '/usr/local/Cellar/libextractor/1.0.1/include'
Making install in main
Making install in .
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_common.lo `test -f 'extractor_common.c' || echo './'`extractor_common.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_common.c -fno-common -DPIC -o .libs/libextractor_la-extractor_common.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_common.c -o libextractor_la-extractor_common.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_datasource.lo `test -f 'extractor_datasource.c' || echo './'`extractor_datasource.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_datasource.c -fno-common -DPIC -o .libs/libextractor_la-extractor_datasource.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_datasource.c -o libextractor_la-extractor_datasource.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_ipc_gnu.lo `test -f 'extractor_ipc_gnu.c' || echo './'`extractor_ipc_gnu.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc_gnu.c -fno-common -DPIC -o .libs/libextractor_la-extractor_ipc_gnu.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc_gnu.c -o libextractor_la-extractor_ipc_gnu.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_ipc.lo `test -f 'extractor_ipc.c' || echo './'`extractor_ipc.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc.c -fno-common -DPIC -o .libs/libextractor_la-extractor_ipc.o
brew: superenv removed: -g -O2
In file included from extractor_ipc.c:28:
./extractor_plugins.h:32:10: fatal error: 'ltdl.h' file not found
#include <ltdl.h>
^
1 error generated.
make[3]: *** [libextractor_la-extractor_ipc.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: 962f33be5b617df2f1c6df2d5dc499a5ed1427aa
CPU: 8-core 64-bit ivybridge
OS X: 10.8.5-x86_64
Xcode: 5.0
CLT: 5.0.0.0.1.1377666378
X11: 2.7.4 => /opt/X11
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/mann
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libportaudio.0.0.19.dylib
/usr/local/lib/libtcl8.5.dylib
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.5.dylib
/usr/local/lib/libtk8.6.dylib
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libtclstub8.5.a
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.5.a
/usr/local/lib/libtkstub8.6.a
dekkera:~ peter$ brew install -v libextractor 2>&1
==> Downloading http://ftpmirror.gnu.org/libextractor/libextractor-1.0.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/libextractor-1.0.1.tar.gz
tar xf /Library/Caches/Homebrew/libextractor-1.0.1.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libextractor/1.0.1
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libextractor/1.0.1
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking target system type... x86_64-apple-darwin12.5.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... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gawk... (cached) awk
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) none
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking for c++... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /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 the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) none
checking how to run the C++ preprocessor... c++ -E
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.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... yes
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common -DPIC
checking if c++ PIC flag -fno-common -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... no
checking where to find libltdl headers... -I${top_srcdir}/libltdl
checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... yes
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Package iso-codes was not found in the pkg-config search path.
Perhaps you should add the directory containing `iso-codes.pc'
to the PKG_CONFIG_PATH environment variable
No package 'iso-codes' found
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for ov_open_callbacks in -lvorbisfile... no
checking for FLAC__stream_decoder_init_stream in -lFLAC... no
checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... no
checking for vorbis_comment_query in -lvorbisfile... no
checking for inflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for rpmReadPackageFile in -lrpm... no
checking for mpeg2_init in -lmpeg2... no
checking for MP4ReadProvider in -lmp4v2... no
checking for jpeg_mem_src in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for TIFFClientOpen in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for archive_read_open in -larchive... yes
checking archive.h usability... no
checking archive.h presence... no
checking for archive.h... no
checking whether to compile experimental code... no
checking for ImageFactory::iptcData in -lexiv2... no
checking for DGifOpen -lgif... checking for DGifOpen in -lgif... no
checking for magic_open -lmagic... checking for magic_open in -lmagic... no
checking for tidyInitSource -ltidy... checking for tidyInitSource in -ltidy... yes
checking tidy/tidy.h usability... yes
checking tidy/tidy.h presence... yes
checking for tidy/tidy.h... yes
checking whether to run tests...
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for zlib.h... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking endianess... little
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking for error_at_line... no
checking for library containing dlopen... (cached) none required
checking for library containing shm_open... none required
checking for mkstemp... yes
checking for strndup... yes
checking for munmap... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for memmove... yes
checking for memset... yes
checking for strtoul... yes
checking for floor... yes
checking for getcwd... yes
checking for pow... yes
checking for setenv... yes
checking for sqrt... yes
checking for strchr... yes
checking for strcspn... yes
checking for strrchr... yes
checking for strnlen... yes
checking for strndup... (cached) yes
checking for ftruncate... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for lseek64... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
checking for glib... checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for GLIB - version >= 2.0.0... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
checking whether glib is disabled... checking for smf_load_from_memory in -lsmf... no
checking for gtk... --with-gtk-version not specified
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: Cannot find GTK: Is pkg-config in path?
checking pkg-config is at least version 0.9.0... yes
checking for GSTREAMER... checking for GSTREAMER_PBUTILS... checking for GSTREAMER_TAG... checking for GSTREAMER_APP... checking for GSF...
checking for gsf_init in -lgsf-1... no
checking for zzuf... 0
checking whether to enable the FFmpeg thumbnail extractor... yes
checking for sws_getContext in -lswscale... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
checking whether -export-symbols-regex works... yes
checking whether to compile with support for code coverage analysis... no
checking our pkgconfig libname... libextractor
checking our pkgconfig version... 1.0.1
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /usr/local/Cellar/libextractor/1.0.1/lib/pkgconfig
checking our pkgconfig_libfile... libextractor.pc
checking our package / suffix... libextractor /
checking our pkgconfig description... Metadata extraction library
checking our pkgconfig requires...
checking our pkgconfig ext libs... -lextractor
checking our pkgconfig cppflags...
checking our pkgconfig ldflags...
noninstalled pkgconfig -L /private/tmp/libextractor-W956/libextractor-1.0.1/src/.libs
noninstalled pkgconfig -I /private/tmp/libextractor-W956/libextractor-1.0.1/.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating contrib/macosx/Info.plist
config.status: creating contrib/macosx/Pkg-Info.plist
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/intlemu/Makefile
config.status: creating src/common/Makefile
config.status: creating src/main/Makefile
config.status: creating src/plugins/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing libextractor.pc commands
config.status: creating libextractor.pc.in
config.status: creating libextractor.pc
config.status: creating libextractor-uninstalled.pc
config.status: creating libextractor-uninstalled.sh
configure: NOTICE: libexiv2 not found, exiv2 disabled
configure: NOTICE: libgif not found, gif disabled
configure: NOTICE: libgsf not found, no OLE2 (MS Office) support
configure: NOTICE: libgtk2+ not found, gtk thumbnail support disabled
configure: NOTICE: libvorbis not found, vorbis support disabled
configure: NOTICE: libflac not found, flac support disabled
configure: NOTICE: libsmf not found, midi support disabled
configure: NOTICE: libmpeg2 not found, mpeg2 support disabled
configure: NOTICE: gstreamer not found, gstreamer support disabled
configure: NOTICE: gtk+ not found, gtk support disabled
==> make install
make install
Making install in m4
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in po
if test "libextractor" = "gettext-tools"; then \
.././install-sh -c -d /usr/local/Cellar/libextractor/1.0.1/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/libextractor/1.0.1/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/libextractor/1.0.1/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in src
Making install in include
Making install in .
make[4]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/libextractor/1.0.1/include'
/usr/bin/install -c -m 644 extractor.h '/usr/local/Cellar/libextractor/1.0.1/include'
Making install in main
Making install in .
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_common.lo `test -f 'extractor_common.c' || echo './'`extractor_common.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_common.c -fno-common -DPIC -o .libs/libextractor_la-extractor_common.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_common.c -o libextractor_la-extractor_common.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_datasource.lo `test -f 'extractor_datasource.c' || echo './'`extractor_datasource.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_datasource.c -fno-common -DPIC -o .libs/libextractor_la-extractor_datasource.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_datasource.c -o libextractor_la-extractor_datasource.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_ipc_gnu.lo `test -f 'extractor_ipc_gnu.c' || echo './'`extractor_ipc_gnu.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc_gnu.c -fno-common -DPIC -o .libs/libextractor_la-extractor_ipc_gnu.o
brew: superenv removed: -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc_gnu.c -o libextractor_la-extractor_ipc_gnu.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c -o libextractor_la-extractor_ipc.lo `test -f 'extractor_ipc.c' || echo './'`extractor_ipc.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../libltdl -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"\" -fno-strict-aliasing -no-cpp-precomp -fno-common -g -O2 -c extractor_ipc.c -fno-common -DPIC -o .libs/libextractor_la-extractor_ipc.o
brew: superenv removed: -g -O2
In file included from extractor_ipc.c:28:
./extractor_plugins.h:32:10: fatal error: 'ltdl.h' file not found
#include <ltdl.h>
^
1 error generated.
make[3]: *** [libextractor_la-extractor_ipc.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 962f33be5b617df2f1c6df2d5dc499a5ed1427aa
CPU: 8-core 64-bit ivybridge
OS X: 10.8.5-x86_64
Xcode: 5.0
CLT: 5.0.0.0.1.1377666378
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: libextractor did not build
Logs: /Users/peter/Library/Logs/Homebrew/libextractor/config.log
dekkera:~ peter$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment