Build description = HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx
Nightly build started on cam-04-unx at Wed Nov 19 19:00:01 GMT 2008.
**
On Wed, Nov 19, 2008 at 01:18:39PM +, Simon Marlow wrote:
> >My only idea how to fix this it to add -pthread to cc-options and
> >ld-options of unix.buildinfo if SplitObjs=NO, but this sounds like
> >a crude hack to me.
> >
> >If anyone has a better solution, please let me know.
>
> SplitObjs
Hi
Windows XP, GHC HEAD, checkout a few hours ago:
make[2]: Entering directory
`/cygdrive/c/ghc-build/ghc/libraries/process'
c:/ghc-build/ghc/ghc/stage1-inplace/ghc.exe -package-name
process-1.0.1.1 -hide-
all-packages -no-user-package-conf -i -idist/build -i.
-idist/build/autogen -Idi
st/build/a
Wed Nov 19 08:29:10 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix regTableToCapability() if gcc introduces padding
Also avoid padding if possible using __attribute__((packed))
Fixes the Windows build
M ./rts/Capability.h -2 +8
View patch online:
http://darcs.haskell.org/ghc/_darcs/pa
Wed Nov 19 06:54:29 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix 32-bit breakage
M ./rts/Linker.c -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081119145429-12142-af4db38a5f300a4b84900a565fb880b6d43bc482.gz
___
Cvs-gh
Wed Nov 19 06:37:02 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Small refactoring, and add comments
I discovered a new invariant while experimenting (blackholing is not
optional when using parallel GC), so documented it.
M ./rts/ThreadPaused.c +4
M ./rts/sm/Scav.c -9 +19
View patch
Wed Nov 19 06:32:05 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix some unsigned comparisions that should be signed
Fixes crashes when using reclaimSpark() (not used currently, but may
be in the future).
M ./rts/Sparks.c -3 +8
View patch online:
http://darcs.haskell.org/ghc/_darcs/pat
Wed Nov 19 06:30:43 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Remove incorrect assertions in steal()
M ./rts/Sparks.c -2 +6
M ./rts/Sparks.h -1 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081119143043-12142-8f0154e02fa6a96c88a6d59088e5accdb8a369d4.gz
Fri Nov 14 04:10:22 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* don't run sparks if there are other threads on this Capability
M ./rts/Capability.c -4 +7
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081114121022-12142-4b7a3087bb0aa0537a201d7de63e5c2b15865106.gz
___
Wed Nov 19 05:10:56 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local gmp includes if
HAVE_LIB_GMP
If we're using the system's installed GMP, we don't want to be picking
up the local gmp.h header file.
Fixes 2469(ghci) for me, because it tur
Wed Nov 19 04:48:48 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix some more shutdown races
There were races between workerTaskStop() and freeTaskManager(): we
need to be sure that all Tasks have exited properly before we start
tearing things down. This isn't completely straighforward, s
Matthias Kilian wrote:
From the link map (invoking gcc by hand and adding -Wl,-M):
/var/tmp/ghc/ghc-head/libraries/unix/dist/build/libHSunix-2.3.1.0.a(Posix.o)
/var/tmp/ghc/ghc-head/libraries/directory/dist/build/libHSdirectory-1.0.0.2.a(Directory.o)
(__stginit_
Hi,
a build of GHC with SplitObjs=NO on OpenBSD fails when trying to
link utils/installPackage during stage2, because it references some
symbols contained in libpthread. This problem has been seen earlier,
but it wasn't clear that it's related to SplitObjs. Partial build
output:
gmake -C utils w
Build results:
x86-64 Linux head: lost
x86 Windows head:fail (failed stage2 bindist bindisttest runtestsuite
failed slave lost)
x86 Windows head fast: pass pass fail (failed stage2 runtestsuite) fail
(failed stage2 runtestsuite) fail (failed stage2 runtestsuite) fail (failed
stag
Build results:
tnaur PPC OSX stable 2: pass
x86 Linux stable:fail (failed darcs)
x86 Windows stable: fail (failed bindist failed slave lost)
x86 Windows stable fast: pass pass pass pass pass
x86-64 Linux stable: lost
Old unexpected test failures:
17801 x86-6
15 matches
Mail list logo