From owner-freebsd-ports@FreeBSD.ORG Fri May 14 17:10:43 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97DBC1065677 for ; Fri, 14 May 2010 17:10:43 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF3E8FC21 for ; Fri, 14 May 2010 17:10:42 +0000 (UTC) Received: from unixmania.com ([189.251.19.173]) by ns2.bafirst.com with esmtp; Fri, 14 May 2010 12:10:41 -0500 id 000D4C1E.4BED8411.00009700 Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Fri, 14 May 2010 12:10:40 -0500 id 000CF4FD.4BED8410.000164A3 Received: from encontacto.net (encontacto.net [189.251.19.173]) by econet.encontacto.net (Horde Framework) with HTTP; Fri, 14 May 2010 12:10:40 -0500 Message-ID: <20100514121040.13311imxpwhsfaqs@econet.encontacto.net> Date: Fri, 14 May 2010 12:10:40 -0500 From: eculp To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.10 X-IMP-Server: 189.251.19.173 X-Originating-IP: 189.251.19.173 X-Originating-User: eculp@encontacto.net Subject: x11/libX11 is one of several ports that stop my upgrading xorg and kde. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 17:10:43 -0000 When I try to build libX11 or libSM I find similar error messages =20 about an old version of automake and I haven't been able to make it =20 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: kwm@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 =20 appear in AM_CONDITIONAL /usr/local/share/automake-1.10/am/depend2.am: The usual way to =20 define `am__fastdepCC' is to add `AC_PROG_CC' /usr/local/share/automake-1.10/am/depend2.am: to `configure.ac' and =20 run `aclocal' and `autoconf' again. *** Error code 63 Stop in /new/usr/local/ports/x11/libX11. =3D=3D=3D>>> make failed for x11/libX11 =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for libX11-1.2.1_1,1 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for gtk-2.18.7_1 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for gconf2-2.28.0_2 failed =3D=3D=3D>>> Aborting update The complete attempt is documented at http://encontacto.net/INFO/libX11.txt Any help appreciated. Maybe I should up date to 8.0 or ??? ed