From owner-freebsd-ports@FreeBSD.ORG Mon Aug 10 08:08:49 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 32EDD106566C; Mon, 10 Aug 2009 08:08:49 +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 DCB188FC34; Mon, 10 Aug 2009 08:08:48 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id D05CD34D420; Mon, 10 Aug 2009 09:08:41 +0100 (BST) From: David Southwell Organization: Voice & Vision To: troy@twisted.net Date: Mon, 10 Aug 2009 09:08:41 +0100 User-Agent: KMail/1.11.4 (FreeBSD/7.2-RELEASE-p2; KDE/4.2.4; amd64; ; ) References: <20090803125519.GA60550@twisted.net> <4A78394D.7020909@p6m7g8.com> <4A7F3DF7.1090902@twisted.net> In-Reply-To: <4A7F3DF7.1090902@twisted.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908100908.41776.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: Mon, 10 Aug 2009 08:08:49 -0000 > Philip M. Gollucci wrote: > > David Southwell wrote: > >> 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 > > > > This makes 100% sense. I'm still betting that troy is having libtool > > issues too. > > Guys, > > You were right. I am still having problems. Just one point here. I am > running the amd64 kernel and I'm on 7.2 Stable. > > I deinstalled libtool and reinstalled it. I am using python 2.5, I > deinstalled it and reinstalled it. > > These are the ports that are installed: > libtool-2.2.6a Generic shared library support script > > pkg_info|grep python > boost-python-libs-1.39.0 Framework for interfacing Python and C++ > python24-2.4.5_4 An interpreted object-oriented programming language > python25-2.5.4_2 An interpreted object-oriented programming language > > > I then tried to install devel/apr and viola here are the problems below: > > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > 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. > > Thoughts? > > -Troy Can you please post output of pkg_info |grep py David