Hi Thorkil,
on October 22, 2006 9:24:38 AM EDT Thorkil Naur wrote:
I am following the instructions on
"http://hackage.haskell.org/trac/ghc/wiki/Building/
GettingTheSources", I have
managed to "darcs get" the HEAD branch, but I am unable to "darcs
pull"
anything: For all the attempts I have made (including the use of
darcs-all),
the reaction is similar to the following: Some long message that
features
"HTTP/1.1 404 Not Found ...darcs.haskell.org...".
I am using a PPC Mac OS X 10.3.
Help to get over this stumbling block would be very much appreciated.
From the screen dump of your command 'darcs pull ...':
Thorkil-Naurs-Computer:~/tn/test/darcs thorkilnaur$ cd ghc
Thorkil-Naurs-Computer:~/tn/test/darcs/ghc thorkilnaur$ /usr/local/
bin/darcs
pull http://darcs.haskell.org/ghc
...
Can't understand repository format: Object not found!</h1>
Can't understand repository format: <p>
Can't understand repository format:
Can't understand repository format: 39
Can't understand repository format: The requested URL was not
found on
this server.
...
It would appear that your computer had a temporary problem connecting
to the darcs server--this is the standard output you would get in a
web browser but darcs can't understand the default "Object not
found!" page. I suspect if you tried the same command again a little
later it would work.
Two further notes:
(1) use the darcs-all script (it's a lot easier than grabbing
everything and it descends into the library/ directories to grab any
sources you want there):
.../ghc thorkilnaur$ ./darcs-all pull -a
This is the normal 'darcs pull' command, the '-a' option tells darcs
to apply the patches as soon as you receive them.
(2) for further information on darcs, see the darcs manual
(especially if you are planning to make any changes to your 'branch'
and want to use darcs to help with your revisions): http://
www.darcs.net/manual
Best regards,
Pete
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc