devel/autogen BROKEN on amd64: Build fails

Bruce Korb bkorb at veritas.com
Sat Mar 6 17:20:25 PST 2004


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


More information about the freebsd-amd64 mailing list