From owner-freebsd-ports@FreeBSD.ORG Tue Aug 4 13:27:09 2009 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 AB1941065674; Tue, 4 Aug 2009 13:27:09 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2698FC16; Tue, 4 Aug 2009 13:27:09 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id B674234D434; Tue, 4 Aug 2009 14:26:57 +0100 (BST) From: David Southwell Organization: Voice & Vision To: troy@twisted.net Date: Tue, 4 Aug 2009 14:26:57 +0100 User-Agent: KMail/1.11.4 (FreeBSD/7.2-RELEASE-p2; KDE/4.2.4; amd64; ; ) References: <20090803125519.GA60550@twisted.net> <4A777098.4030206@p6m7g8.com> <4A7828FE.8080205@twisted.net> In-Reply-To: <4A7828FE.8080205@twisted.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908041426.57664.david@vizion2000.net> Cc: "Philip M. Gollucci" , pgollucci@freebsd.org, freebsd-ports@freebsd.org, "N.J. Mann" Subject: Re: apr-gdbm-db42 upgrade conflicting with libtool 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: Tue, 04 Aug 2009 13:27:10 -0000 > It seems this may be related to AMD64 kernel? > > Still getting the following error while trying to compile. > > checking whether it is safe to define __EXTENSIONS__... yes > checking for library containing strerror... none required > checking whether system uses EBCDIC... no > performing libtool configuration... > ./configure: 9753: Syntax error: word unexpected (expecting ")") > *** Error code 2 > > Stop in /usr/ports/devel/apr. > *** Error code 1 > > Stop in /usr/ports/devel/apr. > > > Whats in your /etc/make.conf and related? > > > > $ make -V PYTHON -V PYTHON_VER > > 2.5 > > > What do the symlinks look like in /usr/local/bin/py* ? > > No symlinks there: > > -r-xr-xr-x 2 root wheel 84 Jul 18 00:06 pydoc* > -r-xr-xr-x 1 root wheel 84 Jul 18 00:16 pydoc2.4* > -r-xr-xr-x 2 root wheel 84 Jul 18 00:06 pydoc2.5* > -rwxr-xr-x 1 root wheel 262 Jul 31 06:09 pyste.py* > -r-xr-xr-x 2 root wheel 1189960 Jul 18 00:05 python* > -r-xr-xr-x 2 root wheel 1424 Jul 18 00:06 python-config* > -r-xr-xr-x 2 root wheel 4976 Jul 18 00:06 python-shared* > -r-xr-xr-x 2 root wheel 1431 Jul 18 00:06 python-shared-config* > -r-xr-xr-x 1 root wheel 5040 Jul 18 00:16 python-shared2.4* > -r-xr-xr-x 2 root wheel 4976 Jul 18 00:06 python-shared2.5* > -r-xr-xr-x 2 root wheel 1431 Jul 18 00:06 python-shared2.5-config* > -r-xr-xr-x 1 root wheel 1024424 Jul 18 00:16 python2.4* > -r-xr-xr-x 2 root wheel 1189960 Jul 18 00:05 python2.5* > -r-xr-xr-x 2 root wheel 1424 Jul 18 00:06 python2.5-config* may be I have a clue but am not certain which step was responsible for finally getting apr to compile so I am going through what I did in the hope it may help I cannot guarantee I have remembered everything because it was spread over many hours whilst doing many other tasks!! 1. I revisited UPDATING and found I had skipped: 20090802: AFFECTS: users of devel/libtool15 and devel/libltdl15 AUTHOR: mezz@FreeBSD.org The devel/libtool15 and devel/libltdl15 ports have been moved to libtool22 and libltdl22 respectively then updated to 2.2.6a. You will need to run portmaster or portupgrade to properly perform the upgrade: and followed the instructions there. 2. I did portupgrade -af 3. I then deinstalled devel/apr. 4. I deinstalled and recompiled python2.6 5. I then recompiled devel/apr and voila!! david