Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Mar 2004 17:24:55 -0800
From:      Bruce Korb <bkorb@veritas.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        kris@FreeBSD.org
Subject:   Re: devel/autogen  BROKEN on amd64: Build fails
Message-ID:  <404A79E7.7A00E154@veritas.com>
References:  <20040306221904.GA59685@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?404A79E7.7A00E154>