faad2 build error

2010-03-30 Thread DA Forsyth
Hiya all

I keep getting this when building faad2

.
.
.
aclocal.m4:4655: _LT_AC_LANG_F77_CONFIG is expanded from...
aclocal.m4:4654: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
configure.in:14: warning: 
AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-
id, must contain _cv_ to be cached
aclocal.m4:4761: _LT_AC_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:4760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
checking for a BSD-compatible install... /usr/bin/install -c -o root -
g wheel
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... nawk
checking whether gmake sets $(MAKE)... yes
./configure: 2553: Syntax error: word unexpected (expecting ))
===  Script configure failed unexpectedly.
Please report the problem to multime...@freebsd.org [maintainer] and 
attach
the /usr/ports/audio/faad/work/faad2-2.7/config.log including the 
output
of the failure of your make command. Also, it might be a good idea to 
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/audio/faad.
--

I mailed the maintainer last week but have had no reply and no 
action.

I have looked at the code in 'configure' and cannot see a problem 
with line 2553, except maybe that it needs to be one line, and 
possibly needs quotes.  However, I've tried those changes but cannot 
seem to make them stick as the file gets rewritten somehwere in the 
make process.

Any ideas or workarounds?


--
   DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: faad2 build error

2010-03-30 Thread Koop Mast
On Tue, 2010-03-30 at 15:13 +0200, DA Forsyth wrote:
 Hiya all
 
 I keep getting this when building faad2
 
 .
 .
 .
 aclocal.m4:4655: _LT_AC_LANG_F77_CONFIG is expanded from...
 aclocal.m4:4654: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
 configure.in:14: warning: 
 AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-
 id, must contain _cv_ to be cached
 aclocal.m4:4761: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 aclocal.m4:4760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 checking for a BSD-compatible install... /usr/bin/install -c -o root -
 g wheel
 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... nawk
 checking whether gmake sets $(MAKE)... yes
 ./configure: 2553: Syntax error: word unexpected (expecting ))
 ===  Script configure failed unexpectedly.
 Please report the problem to multime...@freebsd.org [maintainer] and 
 attach
 the /usr/ports/audio/faad/work/faad2-2.7/config.log including the 
 output
 of the failure of your make command. Also, it might be a good idea to 
 provide
 an overview of all packages installed on your system (e.g. an `ls
 /var/db/pkg`).
 *** Error code 1
 
 Stop in /usr/ports/audio/faad.
 --
 
 I mailed the maintainer last week but have had no reply and no 
 action.

Yeah sorry about that. 

I read up your previous mail that it
found /usr/local/share/aclocal/libtool15.m4. This file was part of the
libtool15 package. Which was removed 7 months ago in flavor of
libtool22. It seems you got stale packages or files on your system.

Can you see if you got libtool-1.5.x install, and if so remove it. If
you don't have it remove the libtool15.m4 and we will see after that.

-Koop

 I have looked at the code in 'configure' and cannot see a problem 
 with line 2553, except maybe that it needs to be one line, and 
 possibly needs quotes.  However, I've tried those changes but cannot 
 seem to make them stick as the file gets rewritten somehwere in the 
 make process.
 
 Any ideas or workarounds?
 
 
 --
DA Fo rsythNetwork Supervisor
 Principal Technical Officer -- Institute for Water Research
 http://www.ru.ac.za/institutes/iwr/
 
 
 ___
 freebsd-multime...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
 To unsubscribe, send any mail to freebsd-multimedia-unsubscr...@freebsd.org
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org