Wed Oct 21 17:00:28 PDT 2009 Ian Lynagh
* More quoting fixes
M ./tests/ghc-regress/cabal/Makefile -1 +1
M ./tests/ghc-regress/driver/conflicting_flags/Makefile -1 +1
M ./tests/ghc-regress/ffi/should_run/Makefile -3 +3
M ./tests/ghc-regress/ghci/prog001/prog001.script -2 +2
On 22/10/2009, at 11:31, Manuel M T Chakravarty wrote:
== running wget darcs.haskell.org:/home/darcs/ghc-tarballs/gcc-
core-3.4.5-20060117-3.tar.gz -O mingw/gcc-
core-3.4.5-20060117-3.tar.gz
--2009-10-22 11:20:32--
ftp://darcs.haskell.org//home/darcs/ghc-tarballs/gcc-core-3.4.5-20060117-3.ta
On 21/10/2009, at 19:33, Simon Marlow wrote:
If we're getting/pulling from a local repo, shouldn't we try to grab
the tarballs from there too?
Yes, please! I have several GHC repos which all pull from a local
mirror. Having to wget all tarballs for each of them would be too slow
and too e
As if to demonstrate my earlier point, the new mechanism with wget
failed on me right away.
I have no idea what's going wrong. I set http_proxy, as I need to do
that for darcs anyway and I guess wget should pick that up, too. In
any case, I'm not keen on debugging this. There is no point
Malcolm Wallace:
If you are using msys, then you can get a wget program by ...
Just wanted to point out that MacOS X does not by default supply
wget either (although it does have curl).
That's right. I think it is a bad idea to require that wget is
available to get GHC. This comes back
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 Oct 21 19:00:01 BST 2009.
**
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 Wed Oct 21 18:00:01 BST 2009.
checking out
Ah! I updated my MSYS setup, and the newer shell seems to be different in its
quoting conventions. I'm going to add a note to the FAQ!
Things are much better. I'll keep you posted
S
| -Original Message-
| From: Simon Peyton-Jones
| Sent: 21 October 2009 16:47
| To: Ian Lynagh
| Cc: cv
Wed Oct 21 07:05:45 PDT 2009 Ian Lynagh
* Quoting fixes
M ./tests/ghc-regress/cabal/Makefile -15 +15
M ./tests/ghc-regress/cabal/cabal01/Makefile -5 +5
M ./tests/ghc-regress/cabal/cabal03/Makefile -8 +8
M ./tests/ghc-regress/deriving/should_fail/Makefile -1 +1
M ./tests/ghc
Wed Oct 21 05:47:49 PDT 2009 Ian Lynagh
* Normalise slashes
M ./driver/testlib.py +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091021124749-3fd76-62c210ae8f5d2f211365065578f049526f2fb4f8.gz
___
Cvs-ghc mailing list
Wed Oct 21 04:47:23 PDT 2009 Ian Lynagh
* Quoting fixes
M ./tests/ghc-regress/driver/1372/Makefile -4 +4
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091021114723-3fd76-ca034fbebe95f60ab43ea27a1ebc0e4e77dec058.gz
___
C
Wed Oct 21 04:46:01 PDT 2009 Ian Lynagh
* Always use / to join paths; stops "make -C .\ clean" being misparsed
M ./driver/testlib.py -1 +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091021114601-3fd76-03cb3df78972b533ac234603499d99ac3f93c02b.gz
___
Wed Oct 21 04:40:48 PDT 2009 Ian Lynagh
* Quoting fix
M ./mk/test.mk -1 +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091021114048-3fd76-3631783eb2ce2d314c7cafc570756f577ca68f11.gz
___
Cvs-ghc mailing list
Cvs-ghc@ha
Wed Oct 21 04:30:37 PDT 2009 Ian Lynagh
* Fix more path quoting
M ./tests/ghc-regress/driver/Makefile -67 +67
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091021113037-3fd76-8adfc62fc113f98ba7c1a7a18332ad45b1efd6c8.gz
Ian
| If you are using msys, then you can get a wget program by going to
| http://sourceforge.net/projects/mingw/files/
| selecting "mingwPORT", "Current Releases" and downloading
| "wget-1.9.1-mingwPORT.tar.bz2". Untar it, and put the wget.exe somewhere
| in your $PATH.
Please, please update
Ian, Simon
Look at the essay (!) by JohnD which he added today:
http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation/Windows
And indeed, the ticket records a fix (by setting XARGS), but the makefiles
don't use it! They use 'xargs' in several places (see grep log below).
This l
Ian
| After pulling the latest HEAD, you will need to do
| ./darcs-all get
| in order for the new tarball syncing to happen. This will download the
| necessary tarballs with wget.
|
| This will happen automatically with future tarball changes, as the
| darcs-all script will know to resy
Tue Oct 20 16:02:25 PDT 2009 Ian Lynagh
* Add libcrypt mingw tarball, needed by perl
M ./configure.ac +4
M ./tarballs -6 +7
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091020230225-3fd76-f824797ac973b1994608e30976ca6a29f685f533.gz
Tue Oct 20 15:05:17 PDT 2009 Ian Lynagh
* Use our in-tree mingw perl
M ./compiler/main/SysTools.lhs -1 +1
M ./ghc/ghc.mk -3 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091020220517-3fd76-d89898c8c79d29bb1234657db22348f1d1660db2.gz
_
Tue Oct 20 14:56:27 PDT 2009 Ian Lynagh
* Stop creating $(INPLACE_LIB)/perl.exe
We now use an msys/mingw perl tarball
M ./ghc.mk -3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091020215627-3fd76-fe2178bb9cc800305424adcd5bf435f55585c096.gz
__
Tue Oct 20 14:37:28 PDT 2009 Ian Lynagh
* Add a perl tarball to the mingw tarballs
M ./configure.ac +2
M ./tarballs -5 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091020213728-3fd76-134e55e8e4f2bbfd385bf8510bb5257a62d058f1.gz
__
On 20/10/2009 20:57, Ian Lynagh wrote:
Hi all,
After pulling the latest HEAD, you will need to do
./darcs-all get
in order for the new tarball syncing to happen. This will download the
necessary tarballs with wget.
This will happen automatically with future tarball changes, as the
darcs-a
On 21/10/2009 09:26, Simon Peyton-Jones wrote:
| Are the instructions on the wiki for nofib accurate? I've not been
| able to get it to compile, let alone run. I kinda feel like an idiot
I think so. I do
cd nofib
make
You need to do 'make boot' before 'make'.
Cheers,
S
| Are the instructions on the wiki for nofib accurate? I've not been
| able to get it to compile, let alone run. I kinda feel like an idiot
I think so. I do
cd nofib
make
If that doesn't not work, send email to cvs-ghc
Simon
| :P
|
| On Tue, Oct 20, 2009 at 8:28 AM, Simon Peyto
Philip
Thanks for your email. We are quite good at lazily reading (and caching)
things - an example is hGetContents -- but at the moment we don't have a good
mechanism for un-caching things. That is, taking a big data structure,
throwing it away, and replacing it with a thunk. Clearly we
If you are using msys, then you can get a wget program by ...
Just wanted to point out that MacOS X does not by default supply wget
either (although it does have curl).
Regards,
Malcolm
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.h
Build results:
tnaur x86 OS X head: pass
Dropping unexpected test passes reports from builders not seen in 7 days:
x86 Windows head fast
Old unexpected test passes:
length001 1 kgardas head
Dropping unexpected test failures reports from builders not seen in 7 days:
x86 Windows he
Build results:
Dropping unexpected test passes reports from builders not seen in 7 days:
x86 Windows stable fast
Old unexpected test passes:
length001 1 kgardas stable
Dropping unexpected test failures reports from builders not seen in 7 days:
x86 Windows stable fast
Fixed unexp
28 matches
Mail list logo