From owner-freebsd-amd64@FreeBSD.ORG Sat Mar 6 17:20:25 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DE916A4CE; Sat, 6 Mar 2004 17:20:25 -0800 (PST) Received: from MTVMIME01.enterprise.veritas.com (bay-bridge.veritas.com [143.127.3.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214CE43D1D; Sat, 6 Mar 2004 17:20:25 -0800 (PST) (envelope-from bkorb@veritas.com) Received: from megami.veritas.com (unverified) by MTVMIME01.enterprise.veritas.com (Content Technologies SMTPRS 4.3.12) with SMTP id ; Sat, 6 Mar 2004 17:20:24 -0800 Received: from bach.veritas.com ([172.22.12.213]) (2135 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sat, 6 Mar 2004 17:20:24 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) Received: from veritas.com (unknown [127.0.0.1]) by bach.veritas.com (Postfix) with ESMTP id 4AE4175810D; Sat, 6 Mar 2004 20:24:56 -0500 (EST) Sender: bkorb@veritas.com Message-ID: <404A79E7.7A00E154@veritas.com> Date: Sat, 06 Mar 2004 17:24:55 -0800 From: Bruce Korb Organization: Home X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway References: <20040306221904.GA59685@xor.obsecurity.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit cc: Bruce Korb cc: amd64@freebsd.org cc: kris@FreeBSD.org Subject: Re: devel/autogen BROKEN on amd64: Build fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 01:20:25 -0000 Kris Kennaway wrote: > > On Sat, Mar 06, 2004 at 10:08:22AM -0800, Bruce Korb wrote: > > > > Hi Kris, > > > > Would it be possible for me to have access to a 64 bit platform > > to test my stuff before I release? Right now, all I do is try > > to fix and test on 32 bit environments. I'll grope around for > > the build results you reported here. Thanks - Bruce > > You can ask on amd64@ and ports@ for someone to give you access to a > test build machine. Yep. I need access to a test box. (Someone, please?) The failure is in this script: > opts="-o genshellopt -DTEST_GETDEFS_OPTS -g -I${OPTDIR}" > > ( cat ${top_srcdir}/getdefs/opts.def > echo "test_main = 'putShellParse';" > ) | ( > cd ${tempdir} > HOME='' ${AGEXE} -t40 -L${OPTDIR} -bgenshellopt -- - > > ${CC} ${opts} genshellopt.c ${libs} > ) > /dev/null 2>&1 > > if [ ! -x ${tempdir}/genshellopt ] > then > echo "NO GENSHELLOPT PROGRAM" >&2 > kill -TERM $AG_pid > exit 1 > fi "OPTDIR" is defined to be ${top_builddir}/autoopts and AGEXE is defined to be ${top_builddir}/agen5/autogen. Gotta see what the problem is .... Thanks ! Regards, Bruce http://bento.freebsd.org/errorlogs/amd64-5-latest/autogen-5.6.0.log