Issue830

Title trouble getting repo up to date
Priority bug Status resolved
Superseder pull => bug in get_extra commuting patch
View: 829
Nosy List beschmi, cvs-ghc, dagit, kowey, norman-ramsey, simonpj, tommy
Assigned To Topics

Created on 2008-05-02.07:38:13 by simonpj, last changed 2008-05-02.08:50:32 by kowey.

Messages
msg4447 (view) Author: kowey Date: 2008-05-02.08:50:30
Duplicate of issue829 (sorry, Simon; our bugtracker has been posting double-bugs
for a while now and we haven't figured out why yet)
msg4446 (view) Author: simonpj Date: 2008-05-02.07:38:10
I have no clue what the darcs bug is. I thought the testsuite had no conflicts, and hence would not get "commuting_patch" errors.

However, to get you un-wedged I've put an update-to-date tarball of the testsuite at
        http://research.microsoft.com/~simonpj/downloads/testsuite.tar.gz

If you untar that, replacing your current testsuite repo, you should be good to go.

Simon

| -----Original Message-----
| From: cvs-ghc-bounces@haskell.org [mailto:cvs-ghc-bounces@haskell.org] On Behalf Of Norman Ramsey
| Sent: 01 May 2008 21:03
| To: cvs-ghc@haskell.org
| Subject: trouble getting repo up to date
|
| I'm trying to get my copy of the head up to date,
| and I'm tripping over a bug in darcs:
|
| : nr@homedog 9937 ; ./darcs-all pull -av
| == running darcs pull -av
| Pulling from "http://darcs.haskell.org/ghc"...
| This is the GHC darcs repository (HEAD branch)
|
| For more information, visit the GHC developer wiki at
|   http://hackage.haskell.org/trac/ghc
| **********************
| We have the following new (to them) patches:
| They have the following patches to pull:
| No remote changes to pull in!
| == nofib not present or not a repository; skipping
| == running darcs pull -av --repodir testsuite
| Pulling from "http://darcs.haskell.org/ghc"...
| This is the GHC darcs repository (HEAD branch)
|
| For more information, visit the GHC developer wiki at
|   http://hackage.haskell.org/trac/ghc
| **********************
| darcs: bug in get_extra commuting patch:
| Fri Sep  7 04:23:27 EDT 2001  simonmar
|   * [project @ 2001-09-07 08:23:27 by simonmar]
|   Fix some signatures after Ord was removed as a superclass of Ix.
| darcs failed: 256 at ./darcs-all line 59.
| : nr@homedog 9939 ;
|
| Can anyone suggest how I should proceed at this point?
|
|
| Norman
|
| _______________________________________________
| Cvs-ghc mailing list
| Cvs-ghc@haskell.org
| http://www.haskell.org/mailman/listinfo/cvs-ghc

Browse related patches: unstable | stable

History
Date User Action Args
2008-05-02 08:50:32koweysetpriority: bug
status: unread -> resolved
superseder: + pull => bug in get_extra commuting patch
messages: + msg4447
nosy: + kowey
2008-05-02 07:38:13simonpjcreate