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: [email protected] | Subject: RE: HEADS UP: tarballs in darcs repos | | 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 resync them when you "./darcs-all pull". | | | | 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. | | I'm struggling. I cannot get a built to work on MSYS. Have you actually succeeded? | | The latest problem is below. I think it's because when you invoke a command from an | MSYS shell the shell screws up the file pathnames. | | can you help? | | Simon | | sh-2.04$ ./darcs-all get | warning: adding --partial, to override use --complete | warning: . already present; omitting | warning: utils/hsc2hs already present; omitting | warning: utils/haddock already present; omitting | warning: libraries/array already present; omitting | warning: libraries/base already present; omitting | warning: libraries/binary already present; omitting | warning: libraries/Cabal already present; omitting | warning: libraries/containers already present; omitting | warning: libraries/directory already present; omitting | warning: libraries/dph already present; omitting | warning: libraries/extensible-exceptions already present; omitting | warning: libraries/filepath already present; omitting | warning: libraries/ghc-prim already present; omitting | warning: libraries/haskeline already present; omitting | warning: libraries/haskell98 already present; omitting | warning: libraries/hpc already present; omitting | warning: libraries/integer-gmp already present; omitting | warning: libraries/integer-simple already present; omitting | warning: libraries/mtl already present; omitting | warning: libraries/old-locale already present; omitting | warning: libraries/old-time already present; omitting | warning: libraries/pretty already present; omitting | warning: libraries/process already present; omitting | warning: libraries/random already present; omitting | warning: libraries/template-haskell already present; omitting | warning: libraries/terminfo already present; omitting | warning: libraries/unix already present; omitting | warning: libraries/utf8-string already present; omitting | warning: libraries/Win32 already present; omitting | == Syncing tarballs | == running wget http://darcs.haskell.org/ghc-tarballs/binutils-2.19.1-mingw32- | bin.tar.gz -O mingw/binutils-2.19.1-mingw32-bin.tar.gz | wget: missing URL | Usage: wget [OPTION]... [URL]... | | Try `wget --help' for more options. | wget failed: 256 | == Checking for old bytestring repo | sh-2.04$ | | | wget http://darcs.haskell.org/ghc-tarballs/binutils-2.19.1-mingw32-bin.tar.gz -O | mingw/binutils-2.19.1-mingw32-bin.tar.gz | | | -----Original Message----- | | From: [email protected] [mailto:[email protected]] On | | Behalf Of Ian Lynagh | | Sent: 20 October 2009 20:58 | | To: [email protected] | | Subject: HEADS UP: tarballs in darcs repos | | | | | | 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-all script will know to resync them when you "./darcs-all pull". | | | | 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. | | | | | | Thanks | | Ian | | | | _______________________________________________ | | Cvs-ghc mailing list | | [email protected] | | http://www.haskell.org/mailman/listinfo/cvs-ghc _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
