Hi all,
I'm having problems building GHC cleanly from the tarballs on
darcs.haskell.org.
I've tried this 3 times now, following the instructions on the wiki
word-for-word. I can get the compiler proper to build, but the first
error message makes me think the build tree hasn't configured prop
On Tue, 2008-08-26 at 00:06 +0100, Claus Reinke wrote:
> >> I do hope, though, that it also leaves a directory that I can just
> >> tar up and unpack anywhere, without using the installer?
> >
> > Yes - and it even makes the tarball for you!
>
> Cool. Pity that the head doesn't build, though:-(
Hi all,
There's another new bootlib. Due to a problem with the current darcs-all
script, if you are on Windows you should update your repos with:
darcs pull
./darcs-all get
and then pull all repos as normal. The darcs-all script has now been
fixed, so this shouldn't be necessary in the fu
Mon Aug 25 14:41:24 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* syb is now in its own package
M ./compiler/basicTypes/Module.lhs -1 +3
M ./compiler/main/Packages.lhs +1
M ./compiler/prelude/PrelNames.lhs -1 +4
M ./libraries/Makefile -1 +1
M ./packages +1
View patch online:
ht
I do hope, though, that it also leaves a directory that I can just
tar up and unpack anywhere, without using the installer?
Yes - and it even makes the tarball for you!
Cool. Pity that the head doesn't build, though:-(
First, I get the -already reported-
Network\BSD.hsc:97:7:
Could n
On Mon, Aug 25, 2008 at 10:09:50PM +0100, Claus Reinke wrote:
>
> I do hope, though, that it also leaves a directory that I can just
> tar up and unpack anywhere, without using the installer?
Yes - and it even makes the tarball for you!
Thanks
Ian
_
Ah, good point, thanks. I tend to push to Windows, which is why I
haven't seen this. I've applied your fix, from another of your messages.
Thanks. Incidentally, adding "$| = 1;" to autoflush stdout after each
print avoids having extra output after a "die" message, and I also
want to see the su
Anyway, making bindists on Windows should work now. I've just done a
validate then "make binary-dist", and it built an installer that seems
to install a working ghc.
Hmm, this seems to be a case of "be careful what you ask for"!-)
I do hope, though, that it also leaves a directory that I can jus
Mon Aug 25 12:43:52 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix "runghc foo" where the program is foo.hs or foo.lhs
M ./utils/runghc/runghc.hs -3 +10
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080825194352-3fd76-a8b3522d896f100316ca4eb1c7c29a798f4525ce.gz
_
Mon Aug 25 12:09:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* When making bindists, check that we know where we are
M ./docs/Makefile +4
M ./driver/Makefile +4
M ./libraries/Makefile +4
M ./mk/bindist.mk +4
M ./utils/Makefile +4
View patch online:
http://darcs.haskell.org/g
Mon Aug 25 11:32:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix the ghci script; fixes trac #2485
M ./driver/ghci/Makefile -9 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080825183247-3fd76-c3985018df5e004d618a1d1f3ca2f5e70a010835.gz
__
On Fri, Aug 22, 2008 at 12:10:19PM -0400, Samuel Bronson wrote:
> On Thu, Aug 21, 2008 at 6:26 PM, Max Bolingbroke
> <[EMAIL PROTECTED]> wrote:
> >
> > I've added this change to the updated version of sync-all that has
> > been hanging around on the Wiki for a while. The updated Darcs patch
> > is
On Sun, Aug 24, 2008 at 09:52:49PM +0100, Claus Reinke wrote:
>
> Ian: this might actually be an issue with ghc's "darcs-all" script: it
> probably comes about because "darcs-all" is reading _incrementally_
>from "packages",
>interfering with "darcs pull" trying to update "packag
Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
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 Mon Aug 25 18:02:05 BST 2008.
checking out
On Sat, Aug 23, 2008 at 02:11:06PM +0100, Claus Reinke wrote:
>
> Btw, and sorry if I missed the answer earlier: what is the expected
> ETA for 'make binary-dist'?
Sorry, this was delayed due to hardare failure.
Anyway, making bindists on Windows should work now. I've just done a
validate then "
Mon Aug 25 07:15:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix TH_spliceE5 in the parallel testsuite
A ./tests/ghc-regress/th/TH_spliceE5_prof.hs
A ./tests/ghc-regress/th/TH_spliceE5_prof_Lib.hs
M ./tests/ghc-regress/th/all.T -5 +7
View patch online:
http://darcs.haskell.org/tes
Mon Aug 25 05:49:11 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix rn043/rn044 problem with parallel testsuite
A ./tests/ghc-regress/rename/should_compile/Rn044_A.hs
A ./tests/ghc-regress/rename/should_compile/Rn044_B.hs
M ./tests/ghc-regress/rename/should_compile/all.T -1 +1
M .
Mon Aug 25 07:09:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove no_clean from the driver
We don't use it any more, and it shouldn't be used as it effectively
means that the test won't work in the parallel testsuite.
M ./driver/testlib.py -3
View patch online:
http://darcs.haskell.
Mon Aug 25 05:30:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix tc170 in the parallel testsuite
M ./tests/ghc-regress/typecheck/should_compile/Makefile +5
M ./tests/ghc-regress/typecheck/should_compile/all.T -8 +3
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/2
Mon Aug 25 05:19:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix some parallel testsuite problems
A ./tests/ghc-regress/ffi/should_run/1288_ghci.hs
A ./tests/ghc-regress/ffi/should_run/1288_ghci.stdout
A ./tests/ghc-regress/ffi/should_run/1288_ghci_c.c
A ./tests/ghc-regress/ffi
Mon Aug 25 08:42:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Update .darcs-boring for the new libraries, plus some other odds and ends
M ./.darcs-boring -4 +16
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080825154249-3fd76-53ddce3bef1a23185723f38ab0e12fd52366a6fb.gz
Mon Aug 25 07:59:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Read the packages file in strictly in darcs-all and push-all
This fixes a problem where darcs tries to update it while perl has it
open. On Windows this fails. Spotted by Claus Reinke.
M ./darcs-all -4 +10
M ./push-all -2
Mon Aug 25 07:33:56 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove the InstallShield directory; it is no longer used
R ./InstallShield/
R ./InstallShield/Component Definitions/
R ./InstallShield/Component Definitions/Default.cdf
R ./InstallShield/Component Definitions/Default.
Mon Aug 25 07:32:14 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove the now-unused WindowsInstaller directory
R ./WindowsInstaller/
R ./WindowsInstaller/Glasgow Haskell Compiler.ism
R ./WindowsInstaller/License.rtf
R ./WindowsInstaller/MakeInstaller.txt
R ./WindowsInstaller
Mon Aug 25 07:16:53 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Set datadir=libdir; fixes trac #2541
GHC needs package.conf and things like unlit to be in the same place
M ./mk/config.mk.in -1 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080825141653-3fd76-82b98fa01b
Mon Aug 25 05:09:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Get everything building with base 4 in the HEAD
Some things were using the base3 compat library.
M ./utils/hpc/hpc-bin.cabal -4 +14
M ./utils/pwd/pwd.cabal -1 +1
M ./utils/runghc/runghc.cabal -1 +1
View patch online:
h
Sun Aug 24 16:38:21 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2
M ./Makefile -4 +4
M ./bindisttest/Makefile -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080824233821-3fd76-776a48e4efed44a5
Thanks for the details! That will be helpful for our attempts to
reproduce this.
I haven't been able to reproduce this myself yet (using only the
Cabal repo), but it was the best info I had.
Perhaps 'darcs pull' should report the ids of the first and last
patch it pulled, by default (I usuall
Build results:
x86-64 Linux head:lost
x86 Windows head: fail (failed stage3 bindist bindisttest
nofib.boot.0 nofib.boot.0_2 nofib.boot.0_3 nofib.boot.0_4 nofib.boot.0_5)
x86 Windows head fast:lost pass pass fail (failed stage1) lost lost
fast486 head:
Build results:
tnaur PPC OSX stable:pass
tnaur PPC OSX stable 2: pass
tnaur x86 Linux stable: pass
x86 Windows stable: fail (failed stage1)
x86 Windows stable fast: lost pass pass pass pass lost
x86-64 Linux stable: fail (failed stage1)
New unexpected test failures:
seward-spac
30 matches
Mail list logo