simonmar:
> On 27 September 2004 22:19, Donald Bruce Stewart wrote:
>
> > Build description = HEAD on OpenBSD/x86 (gcc-3.3.2)
> > Build location = /home/dons/head-gcc3
> > Build config file =
> > /home/dons/head-gcc3/nightly/site/pls/conf-HEAD-manzano
> ...
> > Unexpected failures:
> > drv001(opt)
> > drv001(prof)
> > drv002(opt)
> > drv002(prof)
> > drv003(opt)
> > drv003(prof)
>
> [ lots more opt and prof failures ]
>
> Perhaps something wrong with the mangler and/or the via-C code generator
> on OpenBSD/x86? Looks like the same symptoms on PowerPC/Darwin too.
> Can anyone investigate?
They're dumping out gcc warning messages for PACKAGE_BUGREPORT,
PACKAGE_NAME, PACKAGE_STRING, PACKAGE_TARNAME, which the test driver
reads as failure:
In file included from
/home/dons/head-gcc3/i386-unknown-openbsd/libraries/base/include/HsBase.h:13,
from /tmp/ghc3911.hc:4:
/home/dons/head-gcc3/i386-unknown-openbsd/libraries/base/include/HsBaseConfig.h:5:1:
warning: "PACKAGE_BUGREPORT" redefined
In file included from /home/dons/head-gcc3/i386-unknown-openbsd/ghc/includes/Stg.h:44,
from /tmp/ghc3911.hc:3:
/home/dons/head-gcc3/i386-unknown-openbsd/ghc/includes/ghcconfig.h:809:1: warning:
this is the location of the previous definition
Looks like an issue with:
../../../ghc/includes/ghcconfig.h:
#define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
versus
HsBaseConfig.h.in:
#undef PACKAGE_BUGREPORT
Sven?
-- Don
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc