On 05/17/2010 19:02, eculp wrote: > When I try to build libX11 or libSM I find similar error messages about > an older version of automake 1.10 that they both require and I haven't > been able to make either use a newer one. > > Details: > > 7.3-STABLE FreeBSD 7.3-STABLE #1010: Thu May 6 05:36:44 CDT 2010 > > Ports tree up to date as of this morning. > > I started with the oldest of UPDATING that I hadn't done. > > 201005010: > AFFECTS: users of security/gnome-keyring > AUTHOR: k...@freebsd.org > > libgnome-keyring was split out of the gnome-keyring package. Perform the > following before doing your normal upgrade steps: > > pkg_delete -f "gnome-keyring-*" > portmaster security/gnome-keyring > > This resulted in libX11 error that follows: > > configure.ac:462: the top level > configure.ac:10: your implementation of AM_INIT_AUTOMAKE comes from an > configure.ac:10: old Automake version. You should recreate aclocal.m4 > configure.ac:10: with aclocal and run automake again. > /usr/local/share/automake-1.10/am/depend2.am: am__fastdepCC does not > appear in AM_CONDITIONAL > /usr/local/share/automake-1.10/am/depend2.am: The usual way to define > `am__fastdepCC' is to add `AC_PROG_CC' > /usr/local/share/automake-1.10/am/depend2.am: to `configure.ac' and > run `aclocal' and `autoconf' again. > *** Error code 63 >
Looks like your auto tools are out of date. Upgrade these first: autoconfig-* automake-* And in the case of KDE: automoc4-* # after the other auto tools. And just in case: libltdl-* libtool-* -- jhell _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"