From owner-freebsd-ports@FreeBSD.ORG Tue May 24 16:26:49 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 570A01065670 for ; Tue, 24 May 2011 16:26:49 +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 D4FD88FC1D for ; Tue, 24 May 2011 16:26:48 +0000 (UTC) Received: by bwz12 with SMTP id 12so8150807bwz.13 for ; Tue, 24 May 2011 09:26:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=10B10KMCCAV3mnWXz0XdkWZbBZr+ROQyrjg0+9D8PqQ=; b=ruP7jZEARFKxp9OG4NZOddxzVx8iV/eroTFn8lw1HLb/EcNJjqyLxX2L4l6dKqEWuK RIOC83catQaP4JNUykLEievLNN836puRJDHuBUF9gWiTP2MPBI7qL6lMhP/4kkwOnjvo nZD+MxMZtmgfO2aiHWX84L2KfpUH7eBbkkYCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PF101SqZFi/YuuNINy4Nk/I+Cwzh+clNILuZeo5/7J3Aj1WQDtCuO1qqDrAJr0WLVA hPv6ZOFOzzDFVfHDK5zg/qmtJ0XzwJ5bd5GqsqPud8WwJNf4snda9b84D+PlI0zd2qfQ vCr+GnVjbFh2zIfxWIPNF/XGKskeqk2zPHHGk= MIME-Version: 1.0 Received: by 10.204.46.162 with SMTP id j34mr3112866bkf.210.1306252583508; Tue, 24 May 2011 08:56:23 -0700 (PDT) Received: by 10.204.120.202 with HTTP; Tue, 24 May 2011 08:56:23 -0700 (PDT) Date: Tue, 24 May 2011 10:56:23 -0500 Message-ID: From: "Edwin L. Culp W." To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 16:26:49 -0000 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 . . . .? This is the result of my make showconfig /usr/ports/devel/apr1 # make showconfig ===> The following configuration options are available for apr-ipv6-devrandom-gdbm-db46-ldap24-1.4.5.1.3.12: THREADS=on (default) "Enable Threads in apr" IPV6=on (default) "Enable IPV6 Support in apr" BDB=on (default) "Enable Berkley BDB support in apr-util" GDBM=on (default) "Enable GNU dbm support in apr-util" LDAP=off (default) "Enable LDAP support in apr-util" MYSQL=off (default) "Enable MySQL suport in apr-util" NDBM=off (default) "Enable NDBM support in apr-util" PGSQL=off (default) "Enable Postgresql suport in apr-util" SQLITE=off (default) "Enable SQLite3 support in apr-util" DEVRANDOM=on (default) "Use /dev/random or compatible in apr" I originally had ldap enabled but removed it for doubts. I obviously can't compile a new apache22, I'm usinging the older package for now. Sorry to post this again but I have spent hours without finding a ray of light. ed ===> Use 'make config' to modify these settings