From owner-freebsd-ports@FreeBSD.ORG Sun Aug 9 21:22:00 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 F102C1065679; Sun, 9 Aug 2009 21:22:00 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id B0D998FC28; Sun, 9 Aug 2009 21:22:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 57D29FD8F6F; Sun, 9 Aug 2009 16:27:03 -0500 (CDT) X-Virus-Scanned: by amavisd-new at twisted.net Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KPhkumJkuMVZ; Sun, 9 Aug 2009 16:27:03 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTPSA id EE3F0FD8F6A; Sun, 9 Aug 2009 16:27:02 -0500 (CDT) Message-ID: <4A7F3DF7.1090902@twisted.net> Date: Sun, 09 Aug 2009 16:21:59 -0500 From: Troy User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: "Philip M. Gollucci" References: <20090803125519.GA60550@twisted.net> <4A777098.4030206@p6m7g8.com> <4A7828FE.8080205@twisted.net> <200908041426.57664.david@vizion2000.net> <4A78394D.7020909@p6m7g8.com> In-Reply-To: <4A78394D.7020909@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pgollucci@freebsd.org, David Southwell , 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 Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 21:22:01 -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