Re: [Pharo-users] Iceberg working with forks - can it be easier?

2019-02-17 Thread Konrad Hinsen

Am 18.02.19 um 01:19 schrieb Tim Mackinnon:

Hey Ben - I’m not sure that this actually does the same thing. I just 
tried it now, and it resulted in an extra merge in my forked repo - as I 
think this effectively pulls down from upstream into pharo and then if 
you have any differences in your local image copy they might cause some 
changes which then you would push back into your fork origin.


If you just want a verbatim copy in your fork - you have to resort the 
command line?


That's at least what I do:

   git pull upstream master
   git push origin master

I am pretty sure these basic operations are somewhere accessible in the 
Iceberg code, but I have no idea how.


Iceberg would definitely gain from having a documented programmer's 
interface. Git is way too complicated for a point-and-click interface to 
be sufficient. I'd even say that "scriptable git" could become a Pharo 
killer feature if done well.


Konrad.



Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread Tudor Girba
Hi,

The simplest thing is to take a fresh image, in a fresh directory and rerun the 
Metacello script. Let us know how it works.

Cheers,
Doru


> On Feb 18, 2019, at 12:28 AM, horrido  wrote:
> 
> So how do I force Iceberg to reload?
> 
> 
> Andrei Chis wrote
>> If you use repositories that start with `github://` in Metacello you are
>> using Iceberg. Iceberg is used to clone and load the code. Metacello is
>> just the interface through which that is done.
>> 
>> Running the loading instruction does not pull new changes from remote
>> repositories.
>> 
>> On Sun, Feb 17, 2019 at 10:11 PM horrido <
> 
>> horrido.hobbies@
> 
>> > wrote:
>> 
>>> ???
>>> 
>>> I'm not using a cloned repository. I'm using Metacello just like in the
>>> snippet I showed you. Shouldn't it pull in the latest repo?
>>> 
>>> I've never used Iceberg; I don't know how to use it. I don't really want
>>> to
>>> fuck around with GitHub. I don't want to be pulled into a rabbit hole.
>>> 
>>> 
>>> 
>>> Andrei Chis wrote
 If you already have the repository cloned, running the code that you
 mentioned does not update the content of the repository.
 Hence, the existing version will be loaded again.
 
 Instead you need to do a pull using Iceberg to update the content of
>>> the
 repository and the code.
 
 Cheers,
 Andrei
 
 On Sun, Feb 17, 2019 at 8:06 PM horrido <
>>> 
 horrido.hobbies@
>>> 
 > wrote:
 
> If you're referring to this:
> 
> Metacello new
>baseline: 'BlocTutorials';
>repository: 'github://pharo-graphics/Tutorials/src';
>load
> 
> It made no difference. Same error message.
> 
> 
> 
> Andrei Chis wrote
>> Hi,
>> 
>> Thanks for the bug report.
>> Can you try loading the latest version for the code of the tutorial.
>>> I
>> fixed the deprecation warning.
>> 
>> Let us know if you encounter any other issues.
>> 
>> Cheers,
>> Andrei
>> 
>> On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
> 
>> horrido.hobbies@
> 
>>> wrote:
>> 
>>> I'm following the tutorial in the MemoryGame booklet. When I run
>>> the
> game
>>> and click on any square, I get:
>>> 
>>> The method BlBaseAnimation>>#startOn: called from
>>> MgCardElement>>#onFlippedFace has been deprecated.
>>> Use BlElement>>#addAnimation:
>>> 
>>> The tutorial is out of sync. How can I proceed?
>>> 
>>> Is there another way to learn how to use Bloc?
>>> 
> 
> 
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> 
> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>> 
>>> 
> 
> 
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

--
www.feenk.com

"We are all great at making mistakes."












Re: [Pharo-users] Iceberg working with forks - can it be easier?

2019-02-17 Thread Sean P. DeNigris
Tim Mackinnon wrote
> wouldn’t it be helpful if this was a command in Iceberg?

Yes! This is a super common task and for easy cases would be great to
automate

https://help.github.com/articles/syncing-a-fork/



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html



Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-17 Thread Sean P. DeNigris
HilaireFernandes wrote
> In your trad. chinese app were you able to key in chinese?

I didn't try because the characters were pulled in from an external data
source. I only needed to display them.



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html



Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-17 Thread Tim Mackinnon
Hmmm Ben - its interesting that other languages/environments show that same 
stack error - and they seem to hint at memory issues- although in our case I’m 
working with a simple Pharo image that has very little in it (I’ve had much 
larger ones in Pharo 6.x without issue).

Interestingly - since launching a zeroconf image and not going full screen - 
its been running now for 1.5 days without a crash (whereas previously around 24 
hours or less it would crash).

Having said this - I’ve just started another clean zeroconf image (not full 
screen) and during the initial metecallo (iceberg) load - its seg faulted again 
- but this one I think is iceberg related as the crash.dmp looks a bit 
different, and I did notice that it was loading my baseline a bit slowly (and 
stifling with some of the dependencies, making me think that something timing 
related might be at issue).

Having said this - I’m still not having the smooth ride others are reporting - 
and 7 is still suspect to me.

I’m kind of suprised this isn’t getting much traction from the core team - and 
I wonder if I should post this on the dev list instead?

Tim

> On 16 Feb 2019, at 16:27, Ben Coman  wrote:
> 
> I'm not on a Mac to test, but it might be worth browsing the top few of 
> these..
> https://github.com/search?o=desc&q=can%27t+allocate+region+securely&s=created&type=Issues
>  
> 
> 
> cheers -ben
> 
> On Sat, 16 Feb 2019 at 20:10, Tim Mackinnon  wrote:
> I’ve actually being using both - but 32bit has generally been considered the 
> older more stable cousin (until Pharo 6 - where it was felt that 64bit was 
> now just as stable).
> 
> I only mentioned it - because the zeroconf example that has crashed a few of 
> my several times - was 32 bit (but I have also had 64 bit crash too. Probably 
> a good experiment to try zeroconf with the 64bit variation and load my 
> baseline as well).
> 
> I just think we might have an easily reproducable (and small) example that 
> shows this issue that many have experienced a bit more randomly.
> 



Re: [Pharo-users] Iceberg working with forks - can it be easier?

2019-02-17 Thread Tim Mackinnon
Hey Ben - I’m not sure that this actually does the same thing. I just tried it 
now, and it resulted in an extra merge in my forked repo - as I think this 
effectively pulls down from upstream into pharo and then if you have any 
differences in your local image copy they might cause some changes which then 
you would push back into your fork origin.

If you just want a verbatim copy in your fork - you have to resort the command 
line?

I’m still mulling this over - as would you then pull from your upstream fork 
and still get the same differences that you would then apply? I’m not sure now 
- but if the idea was just to get yourself back into a consistent state - Its 
not clear to me how you can get all 3 copies saying the same thing in pharo?

Tim

> On 16 Feb 2019, at 06:19, Ben Coman  wrote:
> 
> 
> 
> On Sat, 16 Feb 2019 at 02:06, Tim Mackinnon  > wrote:
> Hi guys - I’ve spent a few hours scratching my head trying to understand why 
> some of my Pull Requests to a project I had forked kept showing my previous 
> commits when I thought I was all caught up.
> 
> It suddenly dawned on me, that when I had forked, and then done some work and 
> then submitted a PR, and then applied it upstream that my fork is now no 
> longer in sync with its upstream counterpart.
> 
> Having not done this in ages, it took me a while to then realise I have to do 
> some git stuff to get it back in sync e.g. (and I think I’ve got this right)
> 
> git fetch upstream (or whatever name you gave it)
> Git checkout master
> Git merge upstream/master
> 
> So I guess my question is - wouldn’t it be helpful if this was a command in 
> Iceberg? It seems quite common to fork a project (I think this is still 
> recommended for pharo itself isn’t it?) - and then at some point you need to 
> catchup with that origin again? Or am I missing something? I guess lots of 
> stuff can go wrong - but if it does - you’d still get the same problems on 
> the command line. It just seems that for normal situations - it would be 
> handy to run this straight in Pharo.
> 
> I'm not fully-conversant with Iceberg, but if I guess right...
> in Iceberg, right-click a repo and open its "Repository" window.
> In the top-right click the "Add remote" button, to add the upstream repo.
> That button is a bit hidden there.  It might be nice to have it as a menu 
> item on "Remotes" in the first pane.
> Then click the  button, then select the upstream master branch and you 
> should be up to date.
> 
> cheers -ben



Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread horrido
So how do I force Iceberg to reload?


Andrei Chis wrote
> If you use repositories that start with `github://` in Metacello you are
> using Iceberg. Iceberg is used to clone and load the code. Metacello is
> just the interface through which that is done.
> 
> Running the loading instruction does not pull new changes from remote
> repositories.
> 
> On Sun, Feb 17, 2019 at 10:11 PM horrido <

> horrido.hobbies@

> > wrote:
> 
>> ???
>>
>> I'm not using a cloned repository. I'm using Metacello just like in the
>> snippet I showed you. Shouldn't it pull in the latest repo?
>>
>> I've never used Iceberg; I don't know how to use it. I don't really want
>> to
>> fuck around with GitHub. I don't want to be pulled into a rabbit hole.
>>
>>
>>
>> Andrei Chis wrote
>> > If you already have the repository cloned, running the code that you
>> > mentioned does not update the content of the repository.
>> > Hence, the existing version will be loaded again.
>> >
>> > Instead you need to do a pull using Iceberg to update the content of
>> the
>> > repository and the code.
>> >
>> > Cheers,
>> > Andrei
>> >
>> > On Sun, Feb 17, 2019 at 8:06 PM horrido <
>>
>> > horrido.hobbies@
>>
>> > > wrote:
>> >
>> >> If you're referring to this:
>> >>
>> >> Metacello new
>> >> baseline: 'BlocTutorials';
>> >> repository: 'github://pharo-graphics/Tutorials/src';
>> >> load
>> >>
>> >> It made no difference. Same error message.
>> >>
>> >>
>> >>
>> >> Andrei Chis wrote
>> >> > Hi,
>> >> >
>> >> > Thanks for the bug report.
>> >> > Can you try loading the latest version for the code of the tutorial.
>> I
>> >> > fixed the deprecation warning.
>> >> >
>> >> > Let us know if you encounter any other issues.
>> >> >
>> >> > Cheers,
>> >> > Andrei
>> >> >
>> >> > On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
>> >>
>> >> > horrido.hobbies@
>> >>
>> >> >> wrote:
>> >> >
>> >> >> I'm following the tutorial in the MemoryGame booklet. When I run
>> the
>> >> game
>> >> >> and click on any square, I get:
>> >> >>
>> >> >> The method BlBaseAnimation>>#startOn: called from
>> >> >> MgCardElement>>#onFlippedFace has been deprecated.
>> >> >> Use BlElement>>#addAnimation:
>> >> >>
>> >> >> The tutorial is out of sync. How can I proceed?
>> >> >>
>> >> >> Is there another way to learn how to use Bloc?
>> >> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>> >>
>> >>
>>
>>
>>
>>
>>
>> --
>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>
>>





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html



Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread Andrei Chis
If you use repositories that start with `github://` in Metacello you are
using Iceberg. Iceberg is used to clone and load the code. Metacello is
just the interface through which that is done.

Running the loading instruction does not pull new changes from remote
repositories.

On Sun, Feb 17, 2019 at 10:11 PM horrido  wrote:

> ???
>
> I'm not using a cloned repository. I'm using Metacello just like in the
> snippet I showed you. Shouldn't it pull in the latest repo?
>
> I've never used Iceberg; I don't know how to use it. I don't really want to
> fuck around with GitHub. I don't want to be pulled into a rabbit hole.
>
>
>
> Andrei Chis wrote
> > If you already have the repository cloned, running the code that you
> > mentioned does not update the content of the repository.
> > Hence, the existing version will be loaded again.
> >
> > Instead you need to do a pull using Iceberg to update the content of the
> > repository and the code.
> >
> > Cheers,
> > Andrei
> >
> > On Sun, Feb 17, 2019 at 8:06 PM horrido <
>
> > horrido.hobbies@
>
> > > wrote:
> >
> >> If you're referring to this:
> >>
> >> Metacello new
> >> baseline: 'BlocTutorials';
> >> repository: 'github://pharo-graphics/Tutorials/src';
> >> load
> >>
> >> It made no difference. Same error message.
> >>
> >>
> >>
> >> Andrei Chis wrote
> >> > Hi,
> >> >
> >> > Thanks for the bug report.
> >> > Can you try loading the latest version for the code of the tutorial. I
> >> > fixed the deprecation warning.
> >> >
> >> > Let us know if you encounter any other issues.
> >> >
> >> > Cheers,
> >> > Andrei
> >> >
> >> > On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
> >>
> >> > horrido.hobbies@
> >>
> >> >> wrote:
> >> >
> >> >> I'm following the tutorial in the MemoryGame booklet. When I run the
> >> game
> >> >> and click on any square, I get:
> >> >>
> >> >> The method BlBaseAnimation>>#startOn: called from
> >> >> MgCardElement>>#onFlippedFace has been deprecated.
> >> >> Use BlElement>>#addAnimation:
> >> >>
> >> >> The tutorial is out of sync. How can I proceed?
> >> >>
> >> >> Is there another way to learn how to use Bloc?
> >> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> >>
> >>
>
>
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>


Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread horrido
???

I'm not using a cloned repository. I'm using Metacello just like in the
snippet I showed you. Shouldn't it pull in the latest repo?

I've never used Iceberg; I don't know how to use it. I don't really want to
fuck around with GitHub. I don't want to be pulled into a rabbit hole.



Andrei Chis wrote
> If you already have the repository cloned, running the code that you
> mentioned does not update the content of the repository.
> Hence, the existing version will be loaded again.
> 
> Instead you need to do a pull using Iceberg to update the content of the
> repository and the code.
> 
> Cheers,
> Andrei
> 
> On Sun, Feb 17, 2019 at 8:06 PM horrido <

> horrido.hobbies@

> > wrote:
> 
>> If you're referring to this:
>>
>> Metacello new
>> baseline: 'BlocTutorials';
>> repository: 'github://pharo-graphics/Tutorials/src';
>> load
>>
>> It made no difference. Same error message.
>>
>>
>>
>> Andrei Chis wrote
>> > Hi,
>> >
>> > Thanks for the bug report.
>> > Can you try loading the latest version for the code of the tutorial. I
>> > fixed the deprecation warning.
>> >
>> > Let us know if you encounter any other issues.
>> >
>> > Cheers,
>> > Andrei
>> >
>> > On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
>>
>> > horrido.hobbies@
>>
>> >> wrote:
>> >
>> >> I'm following the tutorial in the MemoryGame booklet. When I run the
>> game
>> >> and click on any square, I get:
>> >>
>> >> The method BlBaseAnimation>>#startOn: called from
>> >> MgCardElement>>#onFlippedFace has been deprecated.
>> >> Use BlElement>>#addAnimation:
>> >>
>> >> The tutorial is out of sync. How can I proceed?
>> >>
>> >> Is there another way to learn how to use Bloc?
>> >>
>>
>>
>>
>>
>>
>> --
>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>
>>





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html



Re: [Pharo-users] [TelePharo] Error in remote playground..

2019-02-17 Thread Denis Kudriashov
Hi Sergio.

I released new version of TelePharo adopted for Pharo 7. So now it should
work out of the box

вт, 12 февр. 2019 г. в 21:24, Denis Kudriashov :

> I think it would be enough to do on client side
>
> 12 февр. 2019 г. 21:23 пользователь "Denis Kudriashov" <
> dionisi...@gmail.com> написал:
>
> Checkout dev branch using iceberg
>
> 12 февр. 2019 г. 21:10 пользователь "sergio ruiz" 
> написал:
>
> I am not sure I follow..
>
> Do you mean grab the source from github using Iceberg?
>
> Thanks!
>
> On February 12, 2019 at 4:03:25 PM, Denis Kudriashov (dionisi...@gmail.com)
> wrote:
>
> Ah, it needs new release.
> Try load dev versions of telepharo and seamless from Iceberg
>
> 
>
> peace,
> sergio
> photographer, journalist, visionary
>
> Public Key: http://bit.ly/29z9fG0
> #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> http://www.codeandmusic.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
>
>
>
>


Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread Andrei Chis
If you already have the repository cloned, running the code that you
mentioned does not update the content of the repository.
Hence, the existing version will be loaded again.

Instead you need to do a pull using Iceberg to update the content of the
repository and the code.

Cheers,
Andrei

On Sun, Feb 17, 2019 at 8:06 PM horrido  wrote:

> If you're referring to this:
>
> Metacello new
> baseline: 'BlocTutorials';
> repository: 'github://pharo-graphics/Tutorials/src';
> load
>
> It made no difference. Same error message.
>
>
>
> Andrei Chis wrote
> > Hi,
> >
> > Thanks for the bug report.
> > Can you try loading the latest version for the code of the tutorial. I
> > fixed the deprecation warning.
> >
> > Let us know if you encounter any other issues.
> >
> > Cheers,
> > Andrei
> >
> > On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
>
> > horrido.hobbies@
>
> >> wrote:
> >
> >> I'm following the tutorial in the MemoryGame booklet. When I run the
> game
> >> and click on any square, I get:
> >>
> >> The method BlBaseAnimation>>#startOn: called from
> >> MgCardElement>>#onFlippedFace has been deprecated.
> >> Use BlElement>>#addAnimation:
> >>
> >> The tutorial is out of sync. How can I proceed?
> >>
> >> Is there another way to learn how to use Bloc?
> >>
>
>
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>


Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread horrido
If you're referring to this:

Metacello new
baseline: 'BlocTutorials';
repository: 'github://pharo-graphics/Tutorials/src';
load

It made no difference. Same error message.



Andrei Chis wrote
> Hi,
> 
> Thanks for the bug report.
> Can you try loading the latest version for the code of the tutorial. I
> fixed the deprecation warning.
> 
> Let us know if you encounter any other issues.
> 
> Cheers,
> Andrei
> 
> On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <

> horrido.hobbies@

>> wrote:
> 
>> I'm following the tutorial in the MemoryGame booklet. When I run the game
>> and click on any square, I get:
>>
>> The method BlBaseAnimation>>#startOn: called from
>> MgCardElement>>#onFlippedFace has been deprecated.
>> Use BlElement>>#addAnimation:
>>
>> The tutorial is out of sync. How can I proceed?
>>
>> Is there another way to learn how to use Bloc?
>>





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html



Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread Andrei Chis
Hi,

Thanks for the bug report.
Can you try loading the latest version for the code of the tutorial. I
fixed the deprecation warning.

Let us know if you encounter any other issues.

Cheers,
Andrei

On Sun, Feb 17, 2019 at 6:49 PM Richard Kenneth Eng <
horrido.hobb...@gmail.com> wrote:

> I'm following the tutorial in the MemoryGame booklet. When I run the game
> and click on any square, I get:
>
> The method BlBaseAnimation>>#startOn: called from
> MgCardElement>>#onFlippedFace has been deprecated.
> Use BlElement>>#addAnimation:
>
> The tutorial is out of sync. How can I proceed?
>
> Is there another way to learn how to use Bloc?
>


Re: [Pharo-users] Pharo 7.0 image size

2019-02-17 Thread Sven Van Caekenberghe
Sure that exists:

 SpaceTally printSpaceAnalysis

will generate a file with all the data.

But it probably won't be that easy to interpret. 

> On 17 Feb 2019, at 18:38, Trussardi Dario Romano  
> wrote:
> 
> Ciao,
> 
>   thanks Hilaire.
> 
>> May be you have a lot of still open Seaside session, which if I remember
>> correctly are automatically shutdown after 10 min when not active.
>> 
>> Looking at Seaside session instances may give clue.
> 
>   OK, 
> 
>   but it is possible to have a report on the state of employment 
> related to each class?
> 
>   className   Instances   Memory
> 
>   ClassA  222 1MB
>   ClassB  11  128Byte
>ecc.
> 
>   Thanks,
> 
>   Dario   
>> 
>> Hilaire
>> 
>> 
>> Le 16/02/2019 à 13:18, Trussardi Dario Romano a écrit :
>>> Starting from 94 MB, now after rebooting and save the image the 
>>> relative size is 252 MB.
>>> 
>>> How can I understand what is happening?
>> 
>> -- 
>> Dr. Geo
>> http://drgeo.eu
>> 
>> 
>> 
> 
> 




[Pharo-users] Bloc Tutorial

2019-02-17 Thread Richard Kenneth Eng
I'm following the tutorial in the MemoryGame booklet. When I run the game
and click on any square, I get:

The method BlBaseAnimation>>#startOn: called from
MgCardElement>>#onFlippedFace has been deprecated.
Use BlElement>>#addAnimation:

The tutorial is out of sync. How can I proceed?

Is there another way to learn how to use Bloc?


Re: [Pharo-users] Pharo 7.0 image size

2019-02-17 Thread Trussardi Dario Romano
Ciao,

thanks Hilaire.

> May be you have a lot of still open Seaside session, which if I remember
> correctly are automatically shutdown after 10 min when not active.
> 
> Looking at Seaside session instances may give clue.

OK, 

but it is possible to have a report on the state of employment 
related to each class?

className   Instances   Memory

ClassA  222 1MB
ClassB  11  128Byte
 ecc.

Thanks,

Dario   
> 
> Hilaire
> 
> 
> Le 16/02/2019 à 13:18, Trussardi Dario Romano a écrit :
>>  Starting from 94 MB, now after rebooting and save the image the 
>> relative size is 252 MB.
>> 
>>  How can I understand what is happening?
> 
> -- 
> Dr. Geo
> http://drgeo.eu
> 
> 
> 




Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-17 Thread Alistair Grant
Hi Hilaire,

On Thu, 14 Feb 2019 at 11:54, Hilaire  wrote:
>
> I know what you are describing, for example cairo can be impacted.
>
> My self questioning was: Does the VM rely on the host git library or is
> the one shipped with the vm sufficient?

I don't know the reasoning for including libgit2.  For libssh2 I
believe it was to ensure that certain options had been compiled in,
maybe this is the same?

Cheers,
Alistair



> Best,
>
> Hilaire
>
> Le 14/02/2019 à 10:33, Alistair Grant a écrit :
> > On Linux it is almost always:
> >
> > - A library isn't found because the search path is wrong, i.e.
> > LD_LIBRARY_PATH needs to be set, and/or
> > - there's a missing dependency.
> >
> > The ldd command helps track these down by showing which dependencies
> > are missing.
> >
> > On Linux you need to be careful because the pharo script sets
> > up LD_LIBRARY_PATH, so ldd may show something as missing which will be
> > found when pharo is actually run, e.g libssh.
> >
> > Cheers,
> > Alistair
> > (on phone)
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>



Re: [Pharo-users] Pharo 7.0 image size

2019-02-17 Thread Hilaire
May be you have a lot of still open Seaside session, which if I remember
correctly are automatically shutdown after 10 min when not active.

Looking at Seaside session instances may give clue.

Hilaire


Le 16/02/2019 à 13:18, Trussardi Dario Romano a écrit :
>   Starting from 94 MB, now after rebooting and save the image the 
> relative size is 252 MB.
>
>   How can I understand what is happening?

-- 
Dr. Geo
http://drgeo.eu