On Fri, Dec 14, 2018 at 5:55 PM Vitor Medina Cruz <[email protected]> wrote:
>
> Did that:
>
> Metacello new repository: 'github://svenvc/zinc:v3.0.1/repository';
>               baseline: 'ZincHTTPComponents';
>               ignoreImage;
>               onConflict: [ :ex | ex useIncoming ];
>               onWarning: [ :ex | Transcript crShow: ex ];
>               silently;
>               load;
>               lock.
>
> Metacello new baseline: 'Employees';
>               repository: 'tonel:///opt/pharo/employeesSource/pharo/';
>               ignoreImage;
>               onConflict: [ :ex | ex useIncoming ];
>               onWarning: [ :ex | Transcript crShow: ex ];
>               silently;
>               load: #(core).
>
>
> It seems it did the trick, but then I got another error:
>
> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.1542912596 --- 
> https://github.com/svenvc/zinc.git[0327c84] --- 
> /opt/pharo/pharo-local/iceberg/svenvc/zinc/repository (Libgit)
> ...RETRY->Zinc-Seaside
> ...RETRY->Zinc-Seaside
> ...FAILED->Zinc-Seaside[31mCould not resolve: Zinc-Seaside [Zinc-Seaside] in 
> /opt/pharo/pharo-local/package-cache 
> /opt/pharo/pharo-local/iceberg/SeasideSt/Seaside/repository (Libgit)
> [0mMetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer:
> [ | references nearestReference cachedReference externalReference mcVersion 
> loadedVersionInfos |
> cachedReference := nil.
>

Hi,

I think I read that Seaside changed the Zinc dependency to the one on
github. Could you retry to load it the normal way please?

>
>


-- 
Cyril Ferlicot
https://ferlicot.fr

Reply via email to