From owner-freebsd-ports@FreeBSD.ORG Mon Aug 3 15:51: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 75D3E1065672 for ; Mon, 3 Aug 2009 15:51:00 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp004.apm-internet.net (smtp004.apm-internet.net [85.119.248.54]) by mx1.freebsd.org (Postfix) with SMTP id 073A18FC1E for ; Mon, 3 Aug 2009 15:50:59 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 21574 invoked from network); 3 Aug 2009 15:50:58 -0000 Received: from unknown (HELO titania.njm.me.uk) (86.129.201.170) by smtp004.apm-internet.net with SMTP; 3 Aug 2009 15:50:58 -0000 Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.3/8.14.3) with ESMTP id n73Fotg9036621; Mon, 3 Aug 2009 16:50:55 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.3/8.14.3/Submit) id n73FotSQ036620; Mon, 3 Aug 2009 16:50:55 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Mon, 3 Aug 2009 16:50:55 +0100 From: "N.J. Mann" To: freebsd-ports@FreeBSD.org, pgollucci@FreeBSD.org Message-ID: <20090803155055.GA31733@titania.njm.me.uk> Mail-Followup-To: freebsd-ports@FreeBSD.org, pgollucci@FreeBSD.org References: <20090803125519.GA60550@twisted.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20090803125519.GA60550@twisted.net> X-Operating-System: FreeBSD 7.2-STABLE User-Agent: mutt-NJM (2009-07-16) Cc: 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, 03 Aug 2009 15:51:00 -0000 In message <20090803125519.GA60550@twisted.net>, Troy (troy@twisted.net) wrote: > I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran > into the following error. My libtool was just upgraded to libtool-2.2.6a > so there may be a conflict there. Anyone have ideas? >=20 >=20 > 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 >=20 > Stop in /usr/ports/devel/apr. > *** Error code 1 >=20 > Stop in /usr/ports/devel/apr. I am also having problems updating devel/apr. In my case it gets past the configure stage and fails during the compile stage: %%%%% =3D=3D=3D> Building for apr-gdbm-db43-1.3.7.1.3.8 cd /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7; /usr/bin/env TMPD= IR=3D"/home/njm/tmp" TMPDIR=3D"/home/njm/tmp" SHELL=3D/bin/sh NO_LINT=3DYES= ACLOCAL=3D/usr/local/bin/aclocal-1.9 AUTOMAKE=3D/usr/local/bin/automake-1.= 9 AUTOMAKE_VERSION=3D19 AUTOCONF=3D/usr/local/bin/autoconf-2.62 AUTOHEADER= =3D/usr/local/bin/autoheader-2.62 AUTOIFNAMES=3D/usr/local/bin/ifnames-2.62= AUTOM4TE=3D/usr/local/bin/autom4te-2.62 AUTORECONF=3D/usr/local/bin/autore= conf-2.62 AUTOSCAN=3D/usr/local/bin/autoscan-2.62 AUTOUPDATE=3D/usr/local/b= in/autoupdate-2.62 AUTOCONF_VERSION=3D262 LIBTOOL=3D/usr/local/bin/libtool = LIBTOOLIZE=3D/usr/local/bin/libtoolize LIBTOOL_M4=3D/usr/local/share/acloca= l/libtool.m4 PREFIX=3D/usr/local LOCALBASE=3D/usr/local X11BASE=3D/usr/loc= al MOTIFLIB=3D"-L/usr/local/lib -lXm -lXp" LIBDIR=3D"/usr/lib" CC=3D"cc" = CFLAGS=3D"-O2 -fno-strict-aliasing -pipe" CXX=3D"c++" CXXFLAGS=3D"-O2 -fno-= strict-aliasing -pipe" MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"ins= tall -s -m 555" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INSTALL_DAT= A=3D"install -m 444" BSD_INSTALL_MAN=3D"install -m 444" /usr/bin/make /bin/sh /libtool --silent --mode=3Dcompile cc -O2 -fno-strict-aliasing -p= ipe -DHAVE_CONFIG_H -I./include -I/usr/ports.workdir/usr/ports/devel/apr= /work/apr-1.3.7/include/arch/unix -I./include/arch/unix -I/usr/ports.workdi= r/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix -I/usr/ports.workdir= /usr/ports/devel/apr/work/apr-1.3.7/include -o passwd/apr_getpass.lo -c pa= sswd/apr_getpass.c && touch passwd/apr_getpass.lo /libtool: Can't open /libtool: No such file or directory *** Error code 2 Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7. *** Error code 1 Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7. *** Error code 1 Stop in /usr/ports/devel/apr. *** Error code 1 Stop in /usr/ports/devel/apr. %%%%% I have not had time to try to figure out what is going wrong, but I may have time tomorrow. Cheers, Nick. --=20