Re: [Pharo-users] OS X bundle, some progress

2019-03-03 Thread Hilaire
One useful information will be to know where stdout file is created by
default?

VM, image, home, folder, ...

Obviously there is situation with problem creating stdout files.

Can it be shutdown?

For the record, the error is REPEATABLE, Pharo started from the CLI or
from an installed Application. Once the image started:

error with stdout does not exist, force recursive file creation, filename 
"stdout"

This occures with stock OS X 32bits VM and Image. 

Any one willing to do serious deliverable Pharo Application with Mac
will be hit by this error. Is OS X making situation more difficult?

Hilaire

Le 01/03/2019 à 23:19, Hilaire a écrit :
Hi,
> I did some progress on the Dr.Geo bundle for OS X.
>
> The Mac admin of my school told me to download from Safari and
> authorized the drgeo.eu web site (not sure what this exactly does), then
> we installed the DrGeo.app at the Application location.
>
> DrGeo started fine but emit a startup error at the image level, related
> to stdout. It looks like a stdout file can not be created. The stack is
> enclosed here. When looking at the execution stack, I could not
> determine (I have to go teaching) where the image wants to create this
> stdout file.
>
> Any idea or opinion on this stdout matter?

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





Re: [Pharo-users] OS X bundle, some progress

2019-03-03 Thread Alistair Grant
Hi Hilaire,

On Sun, 3 Mar 2019 at 09:31, Hilaire  wrote:
>
> One useful information will be to know where stdout file is created by
> default?
>
> VM, image, home, folder, ...

On linux and MacOS the three stdio streams exist for every process:
stdin, stdout & stderr.

If you're starting a process from the shell, they are normally
attached to the terminal (unless you redirect them).  I don't know
what happens on MacOS when you start a process from the GUI.


> Obviously there is situation with problem creating stdout files.

There's lots of MacOS users here who aren't having this problem, so my
first guess is that there's something about your environment that is
causing the issue.

Can you provide the text from System -> System Reporter -> VM General?

Cheers,
Alistair


> Can it be shutdown?
>
> For the record, the error is REPEATABLE, Pharo started from the CLI or
> from an installed Application. Once the image started:
>
> error with stdout does not exist, force recursive file creation, filename 
> "stdout"
>
> This occures with stock OS X 32bits VM and Image.
>
> Any one willing to do serious deliverable Pharo Application with Mac
> will be hit by this error. Is OS X making situation more difficult?
>
> Hilaire
>
> Le 01/03/2019 à 23:19, Hilaire a écrit :
> Hi,
> > I did some progress on the Dr.Geo bundle for OS X.
> >
> > The Mac admin of my school told me to download from Safari and
> > authorized the drgeo.eu web site (not sure what this exactly does), then
> > we installed the DrGeo.app at the Application location.
> >
> > DrGeo started fine but emit a startup error at the image level, related
> > to stdout. It looks like a stdout file can not be created. The stack is
> > enclosed here. When looking at the execution stack, I could not
> > determine (I have to go teaching) where the image wants to create this
> > stdout file.
> >
> > Any idea or opinion on this stdout matter?
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>



Re: [Pharo-users] http://planet.smalltalk.org ?

2019-03-03 Thread Hernán Morales Durand
Hi Sven,

Me too I used to track a lot of interesting blogs out there. At one
time the main contact for the site was Coen de Roover :
http://soft.vub.ac.be/~cderoove/

Maybe someone already wrote him to ask?

Cheers,

Herrnán

El lun., 17 dic. 2018 a las 14:23, Sven Van Caekenberghe
() escribió:
>
> Anybody knows what happened to http://planet.smalltalk.org ?
> I find it quite handy to catch up with multiple blog posts / feeds.
>



[Pharo-users] offers (deb and rpm packages included)

2019-03-03 Thread Michael Zeder

Hi!
I would like to make two offers:
First, I know, deciding to be provocative can hurt. I did it int the 
hope that the released energy will be transformed in something good by 
the community, so apology for having been loud and insistent.


Second, I felt oblidged to give at least a little thing back (since I 
use Pharo mostly in spare time). So, hey Linuxers! Whenever I set up a 
new system, I integrate Pharo Launcher into the desktop environment. I 
thought, I just built Debian .deb and RPM packages, for convient 
installation, on multiuser desktops.

https://gitlab.com/mjz/pharo-linux-packages
Maybe you like it. What does it do? installs shell shortcut ( $ pharo ) 
and application menu item (Gnome, KDE etc), which when called, copy 
Launcher image and resources into hidden user dir ( 
/home/USER/.pharolauncher ), if needed, and start Pharo Launcher. 
Packaged as DEB and RPM for i386 and x86_64. Please always verify 
binary integrity.


M




[Pharo-users] Call for Mentors: Google Summer of Code 2019 with Pharo Consortium

2019-03-03 Thread Jigyasa Grover
Hello Pharo-ers ! 

On behalf of the community, I would like to thank each one of you for their
significant contribution which has led to our organisation being selected in
Google Summer of Code (GSoC) yet again:
https://summerofcode.withgoogle.com/organizations/6741777344626688/

Before the students start proposing projects and submitting proposals, I
would like to invite all the experienced members to be a part of this
amazing experience and mentor students to work on Pharo projects over the
summer. Here is a GSoC mentor guide which one should definitely read to know
more about roles and responsibilities:
https://google.github.io/gsocguides/mentor/

Please volunteer to mentor any of the existing projects (Listed here:
http://gsoc.pharo.org/) as soon as possible or propose fresh ideas for
projects which shall help improve Pharo ! To add your own project idea to
the list, visit http://gsoc.pharo.org/#adding-a-proposal. 

Looking forward to an appreciable representation from the Pharo community. 

Best regards 
Jigyasa Grover 
Pharo Consortium Org Admin, Google Summer of Code 2019



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



Re: [Pharo-users] http://planet.smalltalk.org ?

2019-03-03 Thread Pierce Ng
On Sun, Mar 03, 2019 at 12:56:26PM -0300, Hernán Morales Durand wrote:
> Me too I used to track a lot of interesting blogs out there. At one
> time the main contact for the site was Coen de Roover :
> http://soft.vub.ac.be/~cderoove/
> 
> Maybe someone already wrote him to ask?

I wrote Coen a few weeks back. Did not receive a reply.

At least going by www.smalltalk.org the domain hasn't gone to squatters.

Pierce




Re: [Pharo-users] http://planet.smalltalk.org ?

2019-03-03 Thread Benoit St-Jean via Pharo-users
--- Begin Message ---
The smalltalk.org domain was registered to Peter William Lount. I've 
worked with him at some point.  Maybe I could ask him if he plans to do 
anything with planet.smalltalk.org at all (we are still in contact) ?


On 2019-03-03 20:07, Pierce Ng wrote:

On Sun, Mar 03, 2019 at 12:56:26PM -0300, Hernán Morales Durand wrote:

Me too I used to track a lot of interesting blogs out there. At one
time the main contact for the site was Coen de Roover :
http://soft.vub.ac.be/~cderoove/

Maybe someone already wrote him to ask?

I wrote Coen a few weeks back. Did not receive a reply.

At least going by www.smalltalk.org the domain hasn't gone to squatters.

Pierce



--
-
Benoît St-Jean
Yahoo! Messenger: bstjean
Twitter: @BenLeChialeux
Pinterest: benoitstjean
Instagram: Chef_Benito
IRC: lamneth
Blogue: endormitoire.wordpress.com
"A standpoint is an intellectual horizon of radius zero".  (A. Einstein)


--- End Message ---


Re: [Pharo-users] http://planet.smalltalk.org ?

2019-03-03 Thread Ben Coman
On Mon, 4 Mar 2019 at 09:24, Benoit St-Jean via Pharo-users <
pharo-users@lists.pharo.org> wrote:

> The smalltalk.org domain was registered to Peter William Lount. I've
> worked with him at some point.  Maybe I could ask him if he plans to do
> anything with planet.smalltalk.org at all (we are still in contact) ?
>

Hey :) you don't need to ask to do it - just let us know you're doing it :)
But since it was phrased as a question...  Yes, please do so.
cheers -ben


>
> On 2019-03-03 20:07, Pierce Ng wrote:
> > On Sun, Mar 03, 2019 at 12:56:26PM -0300, Hernán Morales Durand wrote:
> >> Me too I used to track a lot of interesting blogs out there. At one
> >> time the main contact for the site was Coen de Roover :
> >> http://soft.vub.ac.be/~cderoove/
> >>
> >> Maybe someone already wrote him to ask?
> > I wrote Coen a few weeks back. Did not receive a reply.
> >
> > At least going by www.smalltalk.org the domain hasn't gone to squatters.
> >
> > Pierce
> >
> >
> --
> -
> Benoît St-Jean
> Yahoo! Messenger: bstjean
> Twitter: @BenLeChialeux
> Pinterest: benoitstjean
> Instagram: Chef_Benito
> IRC: lamneth
> Blogue: endormitoire.wordpress.com
> "A standpoint is an intellectual horizon of radius zero".  (A. Einstein)
>
>
>