On Mar 7, 2007, at 7:22 AM, Benjamin Reed wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Does it work if you edit > /sw/fink/dists/unstable/main/finkinfo/gnome/libbonobo2.info and change > the CompileScript section to this? -- > > CompileScript: << > #!/bin/sh -ev > > export M4=/usr/bin/gm4 > autoreconf -f > PERL_PATH=/usr/bin/perl ./configure %c > make > << >
No, that didn't work either. I then found that /usr/bin/gm4 was older (v1.4.2) than /sw/bin/gm4 (v 1.4.5), so I copied /sw/bin/gm4 into /usr/bin and tried again, but it still didn't work. Just for completeness, I'll include the output from fink after it finishes unpacking the libbonobo2 tarball. 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 /var/tmp/tmp.0.rnzIvk #!/bin/sh -ev export M4=/usr/bin/gm4 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 NONE:0: /usr/bin/gm4: ERROR: end of file in string autom4te: /usr/bin/gm4 failed with exit status: 1 aclocal: autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 ### execution of /var/tmp/tmp.0.rnzIvk failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-libbonobo2-2.16.0-1 (Reading database ... 77160 files and directories currently installed.) Removing fink-buildlock-libbonobo2-2.16.0-1 ... Failed: phase compiling: libbonobo2-2.16.0-1 failed Thank you for your help, Bret ------------------------------------------------------------------------- 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
