From owner-freebsd-ports@FreeBSD.ORG Tue Feb 28 02:20:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DDAF16A420 for ; Tue, 28 Feb 2006 02:20:30 +0000 (GMT) (envelope-from freebsd@milfordmail.com) Received: from smtp102.sbc.mail.mud.yahoo.com (smtp102.sbc.mail.mud.yahoo.com [68.142.198.201]) by mx1.FreeBSD.org (Postfix) with SMTP id 9234E43D45 for ; Tue, 28 Feb 2006 02:20:29 +0000 (GMT) (envelope-from freebsd@milfordmail.com) Received: (qmail 40107 invoked from network); 28 Feb 2006 02:20:27 -0000 Received: from unknown (HELO mail.milfordmail.com) (milfordmailexim5@sbcglobal.net@70.254.189.66 with login) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 28 Feb 2006 02:20:27 -0000 Received: from pentium4.milfordmail.com ([192.168.254.221] helo=pentium4) by mail.milfordmail.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.24; FreeBSD) id 1FDuTS-000De7-Q0; Mon, 27 Feb 2006 20:20:26 -0600 From: "Bill Milford" To: "'Boris Samorodov'" , "'Adi Pircalabu'" Date: Mon, 27 Feb 2006 20:19:51 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <29405420@srv.sem.ipt.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcY7xO6komKXmaDJQSavcdbPYa+jCgAR12aA X-Scanner: exiscan-acl for exim4 (http://duncanthrax.net/exiscan/) 0d16708818fa7e4d5edf75fbf1b6b939c8ee6302 Cc: =?iso-8859-1?Q?'Carsten_Sch=FCtze'?= , freebsd-ports@freebsd.org Subject: RE: devel/apr-svn (apr-db4-1.2.2_2) (configure error) 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, 28 Feb 2006 02:20:30 -0000 > From: owner-freebsd-ports@freebsd.org = [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Boris > Samorodov > Sent: Monday, February 27, 2006 11:38 AM > To: Adi Pircalabu > Cc: Carsten Sch=FCtze; freebsd-ports@freebsd.org > Subject: Re: devel/apr-svn (apr-db4-1.2.2_2) (configure error) > On Mon, 27 Feb 2006 13:11:22 +0200 Adi Pircalabu wrote: > > On Sat, 25 Feb 2006 09:39:24 +0100 > > Carsten Sch=FCtze wrote: > > > > I've reported this to ade@FreeBSD.org as (s)he did the = mega-commit > > > > on libtool, which is > > > > When this broke for me. > > > I had to build wednesday 260 of 590 ports again with libtools = built > > > without problems. > > > Or is devel/apr-svn an exception? I can't build last 5 ports with > > > portupgrade -a. > > Hi, did you manage to update it in the meantime? Cause I've just = filed > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93896 > Hm, weird. I've got this situation at one of my testing machines. It > is 6.1-PRERELEASE i386. Ktrace of configure showed that somehow bash > was used instead of sh. After deletting bash all goes normally. But I > can't reproduce it on other i386/amd64 6.0/6.1-PRERELEASE mashines... > WBR --=20 I am seeing this on my FreeBSD 6.1 box. Uname: FreeBSD mail2.milfordmail.com 6.1-PRERELEASE FreeBSD = 6.1-PRERELEASE #7: Mon Feb 27 14:24:07 CST 2006 root@mail2.milfordmail.com:/usr/obj/usr/src/sys/GENERIC = i386 I actually started seeing it the day before the libtools update hit. I = think it was the perl5.8.8 update that may have triggered it. I have been noticing that all configure scripts are having errors. They = are not acting on any arguments. I get this error message at the beginning of any configure script:=20 configure: WARNING: you should use --build, --host, --target I am trying to install OpenCA which is not in the ports tree, but it = configure file does the same thing. I too have verified that for some reason bash is getting called = and if I rename the bash executable in /usr/local/bin it functions correctly. ./configure --help doesn't even work. I think this will cause major problems in building any port that = required arguments to configure. I am relatively new to this mailing list so forgive any omissions and = please ask for what ever information will help solve this. Bill Milford