> On Jun 9, 2015, at 4:02 PM, Dirk Hohndel <[email protected]> wrote:
> 
> 
>> On Jun 9, 2015, at 3:56 PM, Linus Torvalds <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> The current git code no longer builds for me out of the box, and it's
>> for a silly reason: it tries to fetch the grantlee source code from
>> gitorious.org <http://gitorious.org/>, and that fails.
>> 
>> I get
>> 
>>    Cloning into 'grantlee'...
>>    fatal: Could not read from remote repository.
>> 
>> for that git://gitorious.org/grantlee/grantlee 
>> <git://gitorious.org/grantlee/grantlee> remote.
>> 
>> I did find a copy of grantlee on github, but that one lacks the v5.0.0
>> tag so the build still fails. I added a fake v5.0.0 tag myself (it
>> looks like that github grantlee copy has v5.0.0 as its HEAD), and that
>> does get subsurface building and working for me, but it seems to be a
>> pretty bad hack.
>> 
>> I think the gitorious.org <http://gitorious.org/> problem may be related to 
>> this:
>> 
>>  "Gitorious is being acquired by GitLab and gitorious.org 
>> <http://gitorious.org/> will shut
>> down end of May"
>> 
>> I'm just surprised that it works for Dirk at all (but I suspect it's
>> because Dirk already had pre-populated his grantlee repo earlier).
>> 
>> Maybe the gitorious problem is temporary, and I just hit unlucky
>> timing. Does that thing work for others?
> 
> Crazy.
> This worked fine a week ago. Then it only worked with https:// and not with
> git:// - and now it doesn't work at all :-(

I take it back. This works:

git clone https://gitorious.org/grantlee/grantlee.git 
<https://gitorious.org/grantlee/grantlee.git>

/D
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to