Bret Naylor <[EMAIL PROTECTED]> said:
>
> patch -p1 </sw/fink/dists/unstable/main/finkinfo/gnome/libbonobo2.patch
> patching file doc/api/Makefile.in
> patching file doc/api/libbonobo.types
> perl -pi.bak -e "s/need_relink=yes/need_relink=no/" ltmain.sh
> autoreconf -f
> /sw/share/aclocal/ac_find_motif.m4:21: warning: underquoted  
> definition of AC_FIND_MOTIF
>    run info '(automake)Extending aclocal'
>    or see http://sources.redhat.com/automake/automake.html#Extending- 
> aclocal
> /sw/share/aclocal/ac_find_motif.m4:223: warning: underquoted  
> definition of AC_FIND_LIBXP
> PERL_PATH=/usr/bin/perl ./configure --prefix=/sw --mandir=/sw/share/ 
> man --libexecdir=/sw/lib/libbonobo2 --disable-dependency-tracking -- 
> disable-gtk-doc
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of  
> Makefiles... no
> ./configure: line 2496: syntax error near unexpected token `0.35.0'
> ./configure: line 2496: `IT_PROG_INTLTOOL(0.35.0)'
> ### execution of PERL_PATH=/usr/bin/perl failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-libbonobo2-2.16.0-1
> (Reading database ... 77281 files and directories currently installed.)
> Removing fink-buildlock-libbonobo2-2.16.0-1 ...
> Failed: phase compiling: libbonobo2-2.16.0-1 failed

Sounds like it's not finding the /sw/share/aclocal/intltool.m4 file,
which defines the IT_PROG_INTLTOOL macro that autoconf wants. That
file is part of the intltool package, which you said is installed. So
either a busted intltool package or a busted autoconf package. Could
you tell us the output of the following three commands:

  dpkg -S intltool.m4
  locate intltool.m4
  fink list -it 'auto*'

so we can see where (if anywhere) fink has installed intltool.m4,
where (if anywhere) there may be another .m4 masking it, and what
versions of what autotools are installed?

Also, is your /sw on the startup volume, or is it somewhere else and
symlinked to /sw?

I tried (and failed) to reproduce the problem both by nuking my
/sw/share/aclocal dir (in case the intltool build process looks for it
to decide where to install the .m4 file) and by nuking my auto*
packages (in case it asks them where they want the files to go).

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to