From owner-freebsd-ports@FreeBSD.ORG Tue May 24 23:55:57 2011 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 70574106566B for ; Tue, 24 May 2011 23:55:57 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E990C8FC14 for ; Tue, 24 May 2011 23:55:56 +0000 (UTC) Received: by bwz12 with SMTP id 12so8598283bwz.13 for ; Tue, 24 May 2011 16:55:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0RzNczzLnse+lgjvCANZiECW+yRcLTB658/9EIrRFgE=; b=KSxTa1LYviNGBfl6OcO0sgrbOqfuwCDXEqbNW7AFjHNoK/0qFiOwZKaGY7jZT7qQPD oQgjsST0XMCQkRNs3s6UdyvonX71oeXo+PLMnJfTuaY3aOjp0OOYda/3fsKW57t5d7CA ayqgfxB1XBDE/z9C5/FsYNwRiG4wzD9UdN2zQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=J3aMnW6oR33hMLgi4rqJxlN8aP/ftuHahqxPCDOOiMW4KQK18s6y7UA40pekydD5xc 5qQS2HQnt/up8AOsPTnuko7vhkjvBlrWXdaTABi7EnkmuiNSXMXF1sCzMiT47+tStLZo i3pNyyBIuP+aLsMJLHbF1kiFDth7qSA8ClQpE= MIME-Version: 1.0 Received: by 10.204.19.16 with SMTP id y16mr1901730bka.186.1306281355202; Tue, 24 May 2011 16:55:55 -0700 (PDT) Received: by 10.204.120.202 with HTTP; Tue, 24 May 2011 16:55:55 -0700 (PDT) In-Reply-To: <4DDBDE37.5010006@FreeBSD.org> References: <4DDBDE37.5010006@FreeBSD.org> Date: Tue, 24 May 2011 18:55:55 -0500 Message-ID: From: "Edwin L. Culp W." To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: I could sure use a way around the strange error I get when trying to update devel/apr on 7.4-STABLE FreeBSD 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, 24 May 2011 23:55:57 -0000 On Tue, May 24, 2011 at 11:35 AM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 5/24/11 11:56 AM, Edwin L. Culp W. wrote: >> The compile finishes during configuration with: >> >> 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: 9904: Syntax error: word unexpected (expecting ")") >> *** Error code 2 >> >> Stop in /new/usr/local/ports/devel/apr1. >> *** Error code 1 >> >> I posted this about 10 days ago but thought that it would be fixec >> with portgrading but it hasn't and the error makes me think there is a >> conflict with one of my ports that is out of date or . . . .? > > Hi Edwin, > > Please post 10 to 20 lines of your configure script, centered around > line 9904. =A0Once someone sees that, it may become easier to troubleshoo= t > the issue for you. Thanks, Greg. Here goes with line numbers: 9893 case "$ECHO" in 9894 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf"= >&5 9895 $as_echo "printf" >&6; } ;; 9896 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r= " >&5 9897 $as_echo "print -r" >&6; } ;; 9898 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 9899 $as_echo "cat" >&6; } ;; 9900 esac 9901 9902 9903 9904 lt_if_append_uniq(lt_decl_varnames, SHELL, , , 9905 lt_dict_add_subkey([lt_decl_dict], [SHELL], [libtool_name], 9906 [m4_ifval([], [], [SHELL])]) 9907 lt_dict_add_subkey([lt_decl_dict], [SHELL], [value], [1]) 9908 m4_ifval([Shell to use when invoking shell scripts], 9909 [lt_dict_add_subkey([lt_decl_dict], [SHELL], [description], [Shell to use when invoking shell scripts])]) 9910 lt_dict_add_subkey([lt_decl_dict], [SHELL], 9911 [tagged?], [m4_ifval([], [yes], [no])])) 9912 9913 lt_if_append_uniq(lt_decl_varnames, ECHO, , , 9914 lt_dict_add_subkey([lt_decl_dict], [ECHO], [libtool_name], 9915 [m4_ifval([], [], [ECHO])]) 9916 lt_dict_add_subkey([lt_decl_dict], [ECHO], [value], [1]) 9917 m4_ifval([An echo program that protects backslashes], 9918 [lt_dict_add_subkey([lt_decl_dict], [ECHO], [description], [An echo program that protects backslashes])]) 9919 lt_dict_add_subkey([lt_decl_dict], [ECHO], 9920 [tagged?], [m4_ifval([], [yes], [no])])) 9921 9922 > > Thank you, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ =A0 =A0 =A0 =A0 =A0 - The Power To Serve > http://www.sourcehosting.net/ =A0 =A0 - Ready. Set. Code. > http://twitter.com/cpucycle/ =A0 =A0 =A0- Follow you, follow me > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk3b3jYACgkQ0sRouByUApDboACgkTfvJrRLLuutc2ANop2eteGR > SIUAoJBtq3JSgHLg8D4/SoBtp46OLZqG > =3DP7EH > -----END PGP SIGNATURE----- >