[Vm-dev] Issue with certificate on ci.lille.inria.fr preventing newImage.sh to work for iOSVM build

Camillo Bruni camillo.bruni at inria.fr
Sat Jul 7 20:13:38 UTC 2012


I doubt that we can change the certificate thingy quickly :/ but I can raise the issue

I will adapt the script to properly support older versions of OSX

for now you can try to add --no-check-certificate 
whenever wget is used in newImage.sh

On 2012-07-07, at 21:44, phil at highoctane.be wrote:

> I was recording a screencast to show how to create the iOS VM but there was
> an issue.
> 
> I did a
> 
> git clone git://gitorious.org/~estebanlm/cogvm/cog-osx.git
> 
> Then, inside cog-osx/image, I did a ./newImage.sh
> 
> and got
> 
> PhilMac:image philippeback$ ./newImage.sh
> LOADING PREBUILT IMAGE
> 
> https://ci.lille.inria.fr/pharo/job/Cog%20Git%20Tracker/lastSuccessfulBuild/artifact/vmmaker-image.zip
> --2012-07-07 21:41:12--
> https://ci.lille.inria.fr/pharo/job/Cog%20Git%20Tracker/lastSuccessfulBuild/artifact/vmmaker-image.zip
> Résolution de ci.lille.inria.fr (ci.lille.inria.fr)... 193.49.213.180
> Connexion vers ci.lille.inria.fr (ci.lille.inria.fr
> )|193.49.213.180|:443...connecté.
> ERREUR : le certificat de «ci.lille.inria.fr» n'est pas digne de confiance.
> ERREUR : le certificat «ci.lille.inria.fr» n'est pas d'un émetteur connu.
> FETCHING FRESH IMAGE
> 
> https://ci.lille.inria.fr/pharo/job/Pharo%201.4/lastSuccessfulBuild/artifact/Pharo-1.4.zip
> --2012-07-07 21:41:12--
> https://ci.lille.inria.fr/pharo/job/Pharo%201.4/lastSuccessfulBuild/artifact/Pharo-1.4.zip
> Résolution de ci.lille.inria.fr (ci.lille.inria.fr)... 193.49.213.180
> Connexion vers ci.lille.inria.fr (ci.lille.inria.fr
> )|193.49.213.180|:443...connecté.
> ERREUR : le certificat de «ci.lille.inria.fr» n'est pas digne de confiance.
> ERREUR : le certificat «ci.lille.inria.fr» n'est pas d'un émetteur connu.
> UNZIPPING
> 
> /Users/philippeback/Documents/Smalltalk/2-MyWorkspaces/workspaceVMiOS/cog-osx/image/image.zip
> Archive:  image.zip
>  End-of-central-directory signature not found.  Either this file is not
>  a zipfile, or it constitutes one disk of a multi-part archive.  In the
>  latter case the central directory and zipfile comment will be found on
>  the last disk(s) of this archive.
> unzip:  cannot find zipfile directory in one of image.zip or
>        image.zip.zip, and cannot find image.zip.ZIP, period.
> PhilMac:image philippeback$
> 
> There is something wrong with the certificate over there.
> 
> Could this be fixed?
> 
> TIA
> -- 
> Philippe Back



More information about the Vm-dev mailing list