Daily report for stable
Matthias Kilian
kili at outback.escape.de
Mon Mar 2 14:45:42 EST 2009
On Mon, Mar 02, 2009 at 12:30:02AM -0800, BuildBot Collator wrote:
> kili stable: fail (failed stage1)
> tnaur PPC OSX stable 2: fail (failed stage1)
This happens when building from ghc-6.6:
[...]
> Configuring hsc2hs-0.67...
> /var/www/virtual/darcs.volkswurst.de/buildbot/ghc/kili-stable/build/libraries/cabal-bin /usr/local/bin/ghc /var/www/virtual/darcs.volkswurst.de/buildbot/ghc/kili-stable/build/libraries/bootstrapping.conf 1.6.0.2 build --distpref dist-inplace --ghc-option=-H32m --ghc-option=-O --ghc-option=-Wall --ghc-option=-Wwarn
Patch attached.
Ciao,
Kili
-------------- next part --------------
New patches:
[Don't ignore warnings when bootstrapping from ghc-6.6
Matthias Kilian <kili at outback.escape.de>**20090228130006
Ignore-this: d3d970230b88a85b365ce69361dc3316
] {
hunk ./Makefile 9
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/cabal.mk
+ifeq "$(ghc_ge_607)" "YES"
# XXX This is a hack to fix the build on Windows
SRC_HC_OPTS += -Wwarn
hunk ./Makefile 12
-
+endif
}
Context:
[Ignore warnings when building hsc2hs; fixes the build
Ian Lynagh <igloo at earth.li>**20090220203557]
[Add a -I flag with the path to HsFFI.h
Ian Lynagh <igloo at earth.li>**20090217202407
This can still be overridden by adding a -I flag to the commandline,
but it means that hsc2hs will work if no flags are given.
]
[TAG GHC 6.10.1 release
Ian Lynagh <igloo at earth.li>**20081107191823]
Patch bundle hash:
dd01bcf6747d262a7f682924ec9ec7926609ff31
More information about the Cvs-ghc
mailing list