[Glass] Error installing DevKit_345

Dale Henrichs dale.henrichs at gemtalksystems.com
Wed Feb 19 13:59:32 PST 2020


The build[1] ran clean, so there doesn't appear to be an obvious reason 
why your build is failing ... I assume that you've run the through the 
install steps[2] on the new machine, specifically running the 
installServerClient script:

    |git clone https://github.com/GsDevKit/GsDevKit_home.git cd
    GsDevKit_home . bin/defHOME_PATH.env # define GS_HOME env var and
    put $GS_HOME into PATH installServerClient|

which should have installed the os prereqs ... if you _weren't_ prompted 
for a `sudo` password while running `installServerClient`, then you 
probably didn't get the proper os prereqs installed ... the fact that 
pharo 3.0 copied from another machine implies that you did get the os 
prereqs installed ...

The suspicious part ofyour stack is that the connection to github closed 
while waiting for data ... it means that github was taking "too long" to 
respond ... this is something that I've seen happen randomly, it is 
worth checking on github status to see if there are any servers that 
might be down ... trying again is usually the answer when you get these 
kinds of problems ...

Using `curl` or `wget` to download the zip archive from github would be 
a way to see if that's the problem for you ... this url is close to what 
is used by Pharo:

    https://github.com/dalehenrich/filetree/archive/gemstone2.4.zip

If you can download that zip file, then I will dig into the code and 
provide you with the exact zip file that would be downloaded by Pharo3.0

Dale

[1] https://travis-ci.org/GsDevKit/GsDevKit_home/builds/652631528

[2] https://github.com/GsDevKit/GsDevKit_home#installation

On 2/19/20 11:05 AM, Dale Henrichs wrote:
>
> Bruno,
>
> A travis build for 3.4.5 successfully ran  11 days ago[1] ... and that 
> build does successfully create a gsDevKitCommandLine.image image[2]. 
> So I've just kicked off a new travis build[3] to see if it is still 
> successfully building (it will be a little while before the full build 
> finishes).
>
> The error messages seem to indicate that there may be a problem with 
> the ssl libraries?
>
>     3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>     version:s23_clnt.c:583:
>     3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>     version:s23_clnt.c:583:
>     3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>     version:s23_clnt.c:583:
>
> Or perhaps there is a problem connecting to the github to download the 
> filetree zip file?
>
> Anyway, I'll wait to see how the new build fairs[3] before digging any 
> deeper.
>
> Dale
>
> [1] https://travis-ci.org/GsDevKit/GsDevKit_home/builds/647758838
> [2] https://travis-ci.org/GsDevKit/GsDevKit_home/jobs/647758859#L1625
> [3] https://travis-ci.org/GsDevKit/GsDevKit_home/builds/652631528
> On 2/18/20 9:19 AM, BrunoBB via Glass wrote:
>> Hi,
>>
>> Trying to install devKit_345 with:
>> createStone devKit_345 3.4.5 |& tee -a $GS_HOME/install.log
>>
>> Output:
>> create gsDevKitCommandLine.image image using
>> /home/gemstone/GsDevKit_home/sys/default/pharo/gsDevKitCommandLineLoad.st
>>
>> Fetched -> BaselineOfMetacello-EstebanLorenzano.97 ---
>> filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
>> ---
>> filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
>> Loaded -> BaselineOfMetacello-EstebanLorenzano.97 ---
>> filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
>> ---
>> filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
>> Loading baseline of BaselineOfMetacello...
>> ...RETRY->BaselineOfFileTree
>> ...RETRY->BaselineOfFileTree'Errors in script loaded from
>> /home/gemstone/GsDevKit_home/sys/default/pharo/gsDevKitCommandLineLoad.st'
>> ConnectionClosed: Connection closed while waiting for data.
>> Socket>>waitForDataFor: in Block: [ ConnectionClosed signal: 'Connection
>> closed whil...etc...
>> Socket>>waitForDataFor:ifClosed:ifTimedOut:
>> Socket>>waitForDataFor:
>> ZdcSecureSocketStream(ZdcAbstractSocketStream)>>socketWaitForData
>> ZdcSecureSocketStream>>readEncryptedBytes:startingAt:count:
>> ZdcSecureSocketStream>>connect
>> ZnNetworkingUtils>>socketStreamToUrlDirectly:
>> ZnNetworkingUtils>>socketStreamToUrl:
>> ZnNetworkingUtils class>>socketStreamToUrl:
>> ZnClient>>getConnectionAndExecute
>> ZnClient>>executeWithRedirectsRemaining:
>> ZnClient>>executeWithRetriesRemaining: in Block: [ self
>> executeWithRedirectsRemaining: self maxNumb...etc...
>> BlockClosure>>on:do:
>> ZnClient>>executeWithRetriesRemaining:
>> ZnClient>>executeWithTimeout in Block: [ self executeWithRetriesRemaining:
>> self numberOfR...etc...
>> BlockClosure>>on:do:
>> ZnClient>>executeWithTimeout in Block: [ ...
>> ZnClient>>withTimeoutDo: in Block: [ ^ block value ]
>> ZnConnectionTimeout(DynamicVariable)>>value:during: in Block: [ ...
>> BlockClosure>>ensure:
>> ZnConnectionTimeout(DynamicVariable)>>value:during:
>> ZnConnectionTimeout class(DynamicVariable class)>>value:during:
>> ZnClient>>withTimeoutDo:
>> ZnClient>>executeWithTimeout
>> ZnClient>>execute in Block: [ result := self executeWithTimeout ]
>> ZnClient>>withProgressDo: in Block: [ ^ block value ]
>> ZnSignalProgress(DynamicVariable)>>value:during: in Block: [ ...
>> BlockClosure>>ensure:
>> ZnSignalProgress(DynamicVariable)>>value:during:
>> ZnSignalProgress class(DynamicVariable class)>>value:during:
>> 3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>> version:s23_clnt.c:583:
>> 3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>> version:s23_clnt.c:583:
>> 3781:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
>> version:s23_clnt.c:583:
>> Error on or near line 142 :: create_gs_server_image -d
>> /home/gemstone/GsDevKit_home/shared/pharo gsDevKitCommandLine ::
>> create_gs_server_image -d /home/gemstone/GsDevKit_home/shared/pharo
>> gsDevKitCommandLine
>> Error on or near line 74 :: devKitCommandLine createSmalltalkCIStoneNew
>> devKit_345 3.4.5 DataCurator swordfish  :: devKitCommandLine
>> createSmalltalkCIStoneNew devKit_345 3.4.5 DataCurator swordfish
>> Error on or near line 203 :: createStone devKit_345 3.4.5 :: createStone
>> devKit_345 3.4.5
>> [gemstone at localhost ~]$
>>
>> Any idea ?
>>
>> regards,
>> bruno
>>
>>
>>
>> --
>> Sent from:http://forum.world.st/GLASS-f1460844.html
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com
>> https://lists.gemtalksystems.com/mailman/listinfo/glass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gemtalksystems.com/mailman/private/glass/attachments/20200219/d1fdded1/attachment.htm>


More information about the Glass mailing list