Problem with haddock and binary repos in checkout from github
David Peixotto
dmp at rice.edu
Tue Jun 28 21:55:09 CEST 2011
Hmm, now I'm seeing a similar problem with the Cabal repo on github.
The last available commit in git://github.com/ghc/packages-Cabal.git is 31fce20bf6a0191e26e640d1c464deea00c8ac4d.
If I do a checkout from http://darcs.haskell.org/packages/Cabal.git I get up to commit bc794b750d844b2b4716c6d25627cd0dd051e374.
Running a git fsck on the darcs.haskell repo shows the same problem you found below:
$ git fsck
error in commit cc2f67f98fbc246f010516c71722d5c3432e0a2b: invalid author/committer line - missing space before email
$ git show cc2f67f98fbc246f010516c71722d5c3432e0a2b
commit cc2f67f98fbc246f010516c71722d5c3432e0a2b
Author: <jim at sdf-eu.org>
Date: Fri Dec 21 20:15:00 2007 +0000
Added support for users behind proxy servers, reading system settings from t
Oddly, this commit does not seem to be in the github repo, even though the commit date is 2007.
$ git show cc2f67f98fbc246f010516c71722d5c3432e0a2b
fatal: bad object cc2f67f98fbc246f010516c71722d5c3432e0a2b
I'm rather confused about what is happening here.
On Jun 26, 2011, at 5:08 PM, Ian Lynagh wrote:
> On Mon, Jun 27, 2011 at 12:55:57AM +0300, Sergei Trofimovich wrote:
>> On Sat, 25 Jun 2011 19:23:59 +0100
>> Ian Lynagh <igloo at earth.li> wrote:
>>
>>> error: object 2b07607c4562034359f52b42055f8d2af4721ca4:invalid author/committer line - missing space before email
>>> fatal: Error in object
>>> error: pack-objects died with strange error
>>> error: failed to push some refs to 'git at github.com:ghc/haddock.git'
>>> igloo at abbot:/srv/darcs/haddock.git$ git show 2b07607c4562034359f52b42055f8d2af4721ca4
>>> commit 2b07607c4562034359f52b42055f8d2af4721ca4
>>> Author: <davve at dtek.chalmers.se>
>>
>> I would expect
>> Author: davve <davve at dtek.chalmers.se>
>> or
>> Author: davve at dtek.chalmers.se
>> spelling
>
> But given we already have patches with "Author: <davve at dtek.chalmers.se>"
> in the central repo, and in everyone's GHC trees, what's the best way
> forward?
>
>
> Thanks
> Ian
>
>
> _______________________________________________
> Cvs-ghc mailing list
> Cvs-ghc at haskell.org
> http://www.haskell.org/mailman/listinfo/cvs-ghc
>
More information about the Cvs-ghc
mailing list