Issue with Iceberg

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue with Iceberg

abergel
Hi!

I have "Error: External module not found” when trying to clone a repository.
I have the VM 7.0 (built on Oct 7, 2016) and Pharo 60371
https://github.com/npasserini/iceberg/issues/281

Help appreciated.

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

Juraj Kubelka
You likely need the latest (unstable) VM because the stable one has corrupted git library.

Cheers,
Juraj

> El 15-02-2017, a las 12:24, Alexandre Bergel <[hidden email]> escribió:
>
> Hi!
>
> I have "Error: External module not found” when trying to clone a repository.
> I have the VM 7.0 (built on Oct 7, 2016) and Pharo 60371
> https://github.com/npasserini/iceberg/issues/281
>
> Help appreciated.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

Nicolas Passerini
Yep, that's it.


2017-02-15 13:32 GMT-03:00 Juraj Kubelka <[hidden email]>:
You likely need the latest (unstable) VM because the stable one has corrupted git library.

Cheers,
Juraj

> El 15-02-2017, a las 12:24, Alexandre Bergel <[hidden email]> escribió:
>
> Hi!
>
> I have "Error: External module not found” when trying to clone a repository.
> I have the VM 7.0 (built on Oct 7, 2016) and Pharo 60371
> https://github.com/npasserini/iceberg/issues/281
>
> Help appreciated.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

abergel
In reply to this post by Juraj Kubelka
Getting the latest unstable VM is a bit mysterious. Where to get it?
Is it available here:
http://files.pharo.org/vm/pharo/mac/
?
No idea

The latest VM on the files.pharo.org is tagged as 6.0-pre. I guess this is not the latest unstable VM...

Alexandre

> On Feb 15, 2017, at 1:32 PM, Juraj Kubelka <[hidden email]> wrote:
>
> You likely need the latest (unstable) VM because the stable one has corrupted git library.
>
> Cheers,
> Juraj
>
>> El 15-02-2017, a las 12:24, Alexandre Bergel <[hidden email]> escribió:
>>
>> Hi!
>>
>> I have "Error: External module not found” when trying to clone a repository.
>> I have the VM 7.0 (built on Oct 7, 2016) and Pharo 60371
>> https://github.com/npasserini/iceberg/issues/281
>>
>> Help appreciated.
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

demarey
curl get.pharo.org/vmLatest60 | bash

> Le 17 févr. 2017 à 14:48, Alexandre Bergel <[hidden email]> a écrit :
>
> Getting the latest unstable VM is a bit mysterious. Where to get it?
> Is it available here:
> http://files.pharo.org/vm/pharo/mac/
> ?
> No idea
>
> The latest VM on the files.pharo.org is tagged as 6.0-pre. I guess this is not the latest unstable VM...
>
> Alexandre
>
>> On Feb 15, 2017, at 1:32 PM, Juraj Kubelka <[hidden email]> wrote:
>>
>> You likely need the latest (unstable) VM because the stable one has corrupted git library.
>>
>> Cheers,
>> Juraj
>>
>>> El 15-02-2017, a las 12:24, Alexandre Bergel <[hidden email]> escribió:
>>>
>>> Hi!
>>>
>>> I have "Error: External module not found” when trying to clone a repository.
>>> I have the VM 7.0 (built on Oct 7, 2016) and Pharo 60371
>>> https://github.com/npasserini/iceberg/issues/281
>>>
>>> Help appreciated.
>>>
>>> Cheers,
>>> Alexandre
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

Pierce Ng-3
In reply to this post by abergel
On Fri, Feb 17, 2017 at 10:48:10AM -0300, Alexandre Bergel wrote:
> Getting the latest unstable VM is a bit mysterious. Where to get it?

Maybe on bintray:

  https://bintray.com/opensmalltalk/vm/cog/201702150128#files

Now I don't know whether these are meant to be "unstable" per se. :-)

Pierce


Reply | Threaded
Open this post in threaded view
|

Re: Issue with Iceberg

stepharong
In reply to this post by abergel
there is only one way
        get.pharo.org

        curl get.pharo.org/vmLatest60 | bash

It has been like that since 2013 or 2012