[nightly] 26-Oct-2005 build of HEAD on i386-unknown-mingw32 (bling)

sof at galois.com sof at galois.com
Wed Oct 26 09:21:48 EDT 2005


From: GHC Nightly Builds <sof at galois.com>
To: cvs-ghc at haskell.org
Subject:  [nightly] 26-Oct-2005 build of HEAD on i386-unknown-mingw32 (bling)

Build description = HEAD on i386-unknown-mingw32 (bling)
Build location    = /fptools/builds/HEAD
Build config file = /fptools/nightly/site/galois/conf-HEAD-bling

Nightly build started on bling at Wed Oct 26 04:00:01 PST 2005.
**** checking out new source tree                 ... ok. (GHC Version 6.5)
**** Building stage 1 compiler                    ... failed; relevant barfage is below.
**** Building Haddock                             ... ok.
**** Building Alex                                ... ok.
**** Building Happy                               ... ok.
No successfully built compilers to test; aborting.

------------------------------------------------------------------------
------------------------------------------------------------------------
The last 30 lines of /fptools/builds/HEAD/logs/i386-unknown-mingw32-stage1 are
------------------------------------------------------------------------
------------------------------------------------------------------------

	  let subH1 = subH {mSubItems = subItems}
	  (if not anItem then
	       return (changes2, subH1, itemNr + 1)
	   else
	       do
		 subH2 <- change x menu itemNr subH1
		 return (changes2, subH2, itemNr + 1))

Graphics/UI/ObjectIO/StdMenuElement.hs:299:22:
    Record update for the non-Haskell-98 data type `MenuElementHandle' is not (yet) supported
    Use pattern-matching instead
    In the record update: radioH {mRadioItems = items}
    In the definition of `radioH1':
	radioH1 = radioH {mRadioItems = items}
    In a right-hand side of function `changeMenuItem'':
	do
	  (changes2, items, _) <- changeMenuItems' menu
						   change
						   changes1
						   mRadioItems
						   itemNr
	  let radioH1 = radioH {mRadioItems = items}
	  (if not anItem then
	       return (changes2, radioH1, itemNr + nrItems)
	   else
	       do
		 radioH2 <- change x menu itemNr radioH1
		 return (changes2, radioH2, itemNr + nrItems))
make[1]: *** [Graphics/UI/ObjectIO/StdMenuElement.o] Error 1
make: *** [all] Error 1

Nightly run ended at Wed Oct 26 06:21:47 PST 2005



More information about the Cvs-ghc mailing list