Opened 15 years ago

Last modified 15 years ago

#17980 closed defect

Libtool causing configure problems — at Version 2

Reported by: ray.j@… Owned by: pguyot@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: libtool Cc: jmr@…
Port: libtool, faad2

Description (last modified by jmroot (Joshua Root))

sudo port install xine-lib
--->  Configuring faad2
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_faad2/work/faad2" && ./configure --prefix=/opt/local --without-bmp --without-xmms --without-drm --without-mpeg4ip " returned error 2
Command output: configure: WARNING: unrecognized options: --without-bmp
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
./configure: line 2554: syntax error near unexpected token `build_libtool_libs,'
./configure: line 2554: `    _LT_DECL(build_libtool_libs, enable_shared, 0,'

Error: The following dependencies failed to build: faad2 ffmpeg a52dec
Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 15 years ago by ray.j@…

oh yeah, i might add im running osx 10.5.6 on a MBP 2.2 c2d(santa rosa) using xcode 3.1.2.

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Cc: jmr@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to pguyot@…

Works fine here. Are your autoconf, automake and libtool ports up to date? If you use -v, do you see output like this at the start of the configure phase?

autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.in: tracing
autoreconf: running: /opt/local/bin/glibtoolize --copy --force
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /opt/local/bin/autoconf --force
autoreconf: running: /opt/local/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.in:14: installing `./config.guess'
configure.in:14: installing `./config.sub'
configure.in:12: installing `./install-sh'
configure.in:12: installing `./missing'
common/mp4ff/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
Note: See TracTickets for help on using tickets.