On Sun, Apr 17, 2011 at 11:44:33PM +0200, Karel Gardas wrote:
> This patch fixes issue with version date processing on Solaris while using
> Solaris' provided sed. I don't know sed enough to remove GNUism in version
> date processing so I replaced sed usage in this task by few cut calls.
Out of cu
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 215
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/215.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Sun Apr 17 18:10:02 BST 2011.
checking out new source tree
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 198
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/198.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | S
Build description = HEAD on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Sun Apr 17 18:00:02 BST 2011.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 333
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/333.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Succ
simonmar-win32-stable (x86 Windows STABLE), build 229
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/229.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Succe
pgj (x86 FreeBSD HEAD), build 335
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/335.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Success
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 204
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/204.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Sun Apr 17 18:10:02 BST 2011.
checking out new s
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
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 Sun Apr 17 18:00:01 BST 2011.
checking out new source
This patch fixes issue with version date processing on Solaris while using
Solaris' provided sed. I don't know sed enough to remove GNUism in version
date processing so I replaced sed usage in this task by few cut calls.
---
aclocal.m4 |6 +-
1 files changed, 5 insertions(+), 1 deletions(-
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/44fbccd667455a26551e72a9a5c5fe114f35d932
>---
commit 44fbccd667455a26551e72a9a5c5fe114f35d932
Author: Ian Lynagh
Dat
sparky-unreg (Sparc Solaris unreg HEAD), build 93
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/93.html
git clone | Failure: Just (ExitFailure 9)
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/93.html
ld.so.1: git: fatal: reloca
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0c8e3f3adcc42ffb463093b2618f9af4c9d6ac4f
>---
commit 0c8e3f3adcc42ffb463093b2618f9af4c9d6ac4f
Author: Ian Lynag
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ee16dc770603e79d20fde8eec84eae12eb758da6
>---
commit ee16dc770603e79d20fde8eec84eae12eb758da6
Author: Ian Lynagh
Dat
Hi,
because http://www.haskell.org/haddock/ seems to be out-of date,
and http://trac.haskell.org/haddock doesn't accept new tickets (even
with a newly registered account), i'll dump this here:
- cross-package module references don't work. The broken link to
System.IO in the first paragraoh from
Hi all,
here are a couple of trivial patches to fix linking of libncursesw on
Fedora. It’s not a complete implementation of the INPUT linker command,
but it’s probably enough for real-world use.
I ran validate before sending them. Do I really need to open a trac
ticket for trivial stuff like this
From: CJ van den Berg
For very short linker scripts dlopen may return 'file too short' instead
of 'invalid ELF header'.
---
rts/Linker.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rts/Linker.c b/rts/Linker.c
index f39112f..c1310b0 100644
--- a/rts/Linker.c
+++ b/rt
From: CJ van den Berg
This is required to successfully load terminfo into GHCi in current
versions of Fedora. The INPUT command is use by libncursesw.so in
Fedora.
---
rts/Linker.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rts/Linker.c b/rts/Linker.c
index c84
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c1e3e9f259b6d09e3a1f5b50284aec31fdecc007
>---
commit c1e3e9f259b6d09e3a1f5b50284aec31fdecc007
Author: Ian Lynag
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/29720df7c11237a87ed20f19928c43df3db4e979
>---
commit 29720df7c11237a87ed20f19928c43df3db4e979
Author: Ian Lynag
Hi,
On Sat, Apr 16, 2011 at 04:24:34PM -0400, Edward Z. Yang wrote:
> You can skip the format patch step using:
>
> git send-email --to=cvs-ghc@haskell.org hash-id -1
>
> (sends the patch marked by hash-id)
Nice.
I skipped the `-1' in the first place and wondered why git still
complained ;-)
---
sync-all |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index 06c183a..7ccc71d 100755
--- a/sync-all
+++ b/sync-all
@@ -389,6 +389,10 @@ sub scmall {
scm ($localpath, $scm, "grep", @args)
unless $scm eq "darcs";
---
sync-all |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index 06c183a..7ccc71d 100755
--- a/sync-all
+++ b/sync-all
@@ -389,6 +389,10 @@ sub scmall {
scm ($localpath, $scm, "grep", @args)
unless $scm eq "darcs";
---
sync-all |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index 06c183a..7ccc71d 100755
--- a/sync-all
+++ b/sync-all
@@ -389,6 +389,10 @@ sub scmall {
scm ($localpath, $scm, "grep", @args)
unless $scm eq "darcs";
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b64a59b4dc8ff179f0107c4f2194100b758ac3ab
>---
commit b64a59b4dc8ff179f0107c4f2194100b758ac3ab
Author: Ian Lynag
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/87495227dfa630173bf503ad393439ac7a3d0da3
>---
commit 87495227dfa630173bf503ad393439ac7a3d0da3
Author: Ian Lynag
Thanks, that will be much appreciated. Do let me know when you have PPC working.
(My native archs are x86, so I won't have too much trouble testing those.)
Cheers,
Edward
Excerpts from Erik de Castro Lopo's message of Sat Apr 16 20:00:26 -0400 2011:
> Edward Z. Yang wrote:
>
> > In order to add
29 matches
Mail list logo