On 7/14/12 12:35 PM, Alexander Hansen wrote: > Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto > In directory vz-cvs-3.sog:/tmp/cvs-serv13963 > > Modified Files: > gnutls28.info > Log Message: > Appears to need an initial autoreconf call to build with our current > automake1.11. (It built with automake1.11-1.11.3, and didn't with > automake1.11-1.11.6, and that's all that changed between my attempts). > > > Index: gnutls28.info > =================================================================== > RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/gnutls28.info,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -d -r1.6 -r1.7 > --- gnutls28.info 5 May 2012 03:47:47 -0000 1.6 > +++ gnutls28.info 14 Jul 2012 19:35:00 -0000 1.7 > @@ -30,6 +30,7 @@ > export CC=/usr/bin/gcc-4.2 > fi > # regenerate configure and lib/accelerated/x86/Makfile.in > + autoreconf > autoconf > automake > perl -pi -e "s|STDALIGN_H=''|STDALIGN_H='stdalign.h'|g" ./configure > >
A fatal configure-time problem showed up after automake1.11 got updated sudo -u fink-bld [ENV] sh -c /tmp/fink.J5qic /tmp/fink.fc0Ds #!/bin/bash -ev # use gcc-4.2 on 10.5 osversion=`uname -r | cut -d. -f1` uname -r | cut -d. -f1 if [ $osversion -eq 9 ] ; then export CC=/usr/bin/gcc-4.2 fi # regenerate configure and lib/accelerated/x86/Makfile.in autoconf aclocal.m4:17: warning: this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. configure.ac:313: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... configure.ac:313: the top level automake configure.ac:313: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... configure.ac:313: the top level configure.ac:28: version mismatch. This is Automake 1.11.6, configure.ac:28: but the definition used by this AM_INIT_AUTOMAKE configure.ac:28: comes from Automake 1.11.3. You should recreate configure.ac:28: aclocal.m4 with aclocal and run automake again. ### execution of /tmp/fink.fc0Ds failed, exit code 63 ### execution of /tmp/fink.J5qic failed, exit code 63 Running autoreconf first appears to solve it. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel