[Pharo3] New Sources file starting 30841/30842

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[Pharo3] New Sources file starting 30841/30842

Marcus Denker-4
Hi,

We have a sources file for Pharo3!

http://files.pharo.org/sources/PharoV30.sources.zip
http://files.pharo.org/sources/PharoV30.sources


The image that goes with it is 30 842 or newer.
zipped image is now 5MB smaller due to the empty changes.

        http://files.pharo.org/image/30/

this now needs some careful testing… the build is green

        https://ci.inria.fr/pharo/





        Marcus




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
congrat's !

Will run through my idiosyncratic ad hoc odd user "testing" later today ;-)

I will be SOooo pleased to move up to Pharo3 - soon. 

And then to get a headless 3 onto my Japanese server in a prod dir !


On 29 April 2014 07:53, Marcus Denker <[hidden email]> wrote:
Hi,

We have a sources file for Pharo3!

http://files.pharo.org/sources/PharoV30.sources.zip
http://files.pharo.org/sources/PharoV30.sources


The image that goes with it is 30 842 or newer.
zipped image is now 5MB smaller due to the empty changes.

        http://files.pharo.org/image/30/

this now needs some careful testing… the build is green

        https://ci.inria.fr/pharo/





        Marcus





Reply | Threaded
Open this post in threaded view
|

Re: [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2
In reply to this post by Marcus Denker-4
Tested on Mac OS X:

$ mkdir pharo3
$ cd pharo3/
$ curl get.pharo.org/vm | bash
$ curl get.pharo.org/30 | bash
$ ./pharo-ui Pharo.image

Loaded some configurations, ran some tests, recompiled all. All OK.

Super !

On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:

> Hi,
>
> We have a sources file for Pharo3!
>
> http://files.pharo.org/sources/PharoV30.sources.zip
> http://files.pharo.org/sources/PharoV30.sources
>
>
> The image that goes with it is 30 842 or newer.
> zipped image is now 5MB smaller due to the empty changes.
>
> http://files.pharo.org/image/30/
>
> this now needs some careful testing… the build is green
>
> https://ci.inria.fr/pharo/
>
>
>
>
>
> Marcus
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

NorbertHartl

Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:

> Tested on Mac OS X:
>
> $ mkdir pharo3
> $ cd pharo3/
> $ curl get.pharo.org/vm | bash
> $ curl get.pharo.org/30 | bash
> $ ./pharo-ui Pharo.image
>
Just a side note. You know there is a

get.pharo.org/30+vm

?

Norbert

> Loaded some configurations, ran some tests, recompiled all. All OK.
>
> Super !
>
> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>
>> Hi,
>>
>> We have a sources file for Pharo3!
>>
>> http://files.pharo.org/sources/PharoV30.sources.zip
>> http://files.pharo.org/sources/PharoV30.sources
>>
>>
>> The image that goes with it is 30 842 or newer.
>> zipped image is now 5MB smaller due to the empty changes.
>>
>> http://files.pharo.org/image/30/
>>
>> this now needs some careful testing… the build is green
>>
>> https://ci.inria.fr/pharo/
>>
>>
>>
>>
>>
>> Marcus
>>
>>
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2

On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:

>
> Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>
>> Tested on Mac OS X:
>>
>> $ mkdir pharo3
>> $ cd pharo3/
>> $ curl get.pharo.org/vm | bash
>> $ curl get.pharo.org/30 | bash
>> $ ./pharo-ui Pharo.image
>>
> Just a side note. You know there is a
>
> get.pharo.org/30+vm
>
> ?

Yes. Of course I know ;-) I was explicitly going step by step since the source were new.

> Norbert
>
>> Loaded some configurations, ran some tests, recompiled all. All OK.
>>
>> Super !
>>
>> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> We have a sources file for Pharo3!
>>>
>>> http://files.pharo.org/sources/PharoV30.sources.zip
>>> http://files.pharo.org/sources/PharoV30.sources
>>>
>>>
>>> The image that goes with it is 30 842 or newer.
>>> zipped image is now 5MB smaller due to the empty changes.
>>>
>>> http://files.pharo.org/image/30/
>>>
>>> this now needs some careful testing… the build is green
>>>
>>> https://ci.inria.fr/pharo/
>>>
>>>
>>>
>>>
>>>
>>> Marcus
>>>
>>>
>>>
>>>
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
I have to add a line to my pharo.ini to use sources named '30'  ?

Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'


On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:

>
> Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>
>> Tested on Mac OS X:
>>
>> $ mkdir pharo3
>> $ cd pharo3/
>> $ curl get.pharo.org/vm | bash
>> $ curl get.pharo.org/30 | bash
>> $ ./pharo-ui Pharo.image
>>
> Just a side note. You know there is a
>
> get.pharo.org/30+vm
>
> ?

Yes. Of course I know ;-) I was explicitly going step by step since the source were new.

> Norbert
>
>> Loaded some configurations, ran some tests, recompiled all. All OK.
>>
>> Super !
>>
>> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> We have a sources file for Pharo3!
>>>
>>> http://files.pharo.org/sources/PharoV30.sources.zip
>>> http://files.pharo.org/sources/PharoV30.sources
>>>
>>>
>>> The image that goes with it is 30 842 or newer.
>>> zipped image is now 5MB smaller due to the empty changes.
>>>
>>>     http://files.pharo.org/image/30/
>>>
>>> this now needs some careful testing… the build is green
>>>
>>>     https://ci.inria.fr/pharo/
>>>
>>>
>>>
>>>
>>>
>>>     Marcus
>>>
>>>
>>>
>>>
>>
>>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...


On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
I have to add a line to my pharo.ini to use sources named '30'  ?

Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'


On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:

>
> Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>
>> Tested on Mac OS X:
>>
>> $ mkdir pharo3
>> $ cd pharo3/
>> $ curl get.pharo.org/vm | bash
>> $ curl get.pharo.org/30 | bash
>> $ ./pharo-ui Pharo.image
>>
> Just a side note. You know there is a
>
> get.pharo.org/30+vm
>
> ?

Yes. Of course I know ;-) I was explicitly going step by step since the source were new.

> Norbert
>
>> Loaded some configurations, ran some tests, recompiled all. All OK.
>>
>> Super !
>>
>> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> We have a sources file for Pharo3!
>>>
>>> http://files.pharo.org/sources/PharoV30.sources.zip
>>> http://files.pharo.org/sources/PharoV30.sources
>>>
>>>
>>> The image that goes with it is 30 842 or newer.
>>> zipped image is now 5MB smaller due to the empty changes.
>>>
>>>     http://files.pharo.org/image/30/
>>>
>>> this now needs some careful testing… the build is green
>>>
>>>     https://ci.inria.fr/pharo/
>>>
>>>
>>>
>>>
>>>
>>>     Marcus
>>>
>>>
>>>
>>>
>>
>>
>
>




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Marcus Denker-4

On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...


I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
(but as I said, never used windows since win 3.11)

Marcus


On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
I have to add a line to my pharo.ini to use sources named '30'  ?

Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'


On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:

>
> Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>
>> Tested on Mac OS X:
>>
>> $ mkdir pharo3
>> $ cd pharo3/
>> $ curl get.pharo.org/vm | bash
>> $ curl get.pharo.org/30 | bash
>> $ ./pharo-ui Pharo.image
>>
> Just a side note. You know there is a
>
> get.pharo.org/30+vm
>
> ?

Yes. Of course I know ;-) I was explicitly going step by step since the source were new.

> Norbert
>
>> Loaded some configurations, ran some tests, recompiled all. All OK.
>>
>> Super !
>>
>> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> We have a sources file for Pharo3!
>>>
>>> http://files.pharo.org/sources/PharoV30.sources.zip
>>> http://files.pharo.org/sources/PharoV30.sources
>>>
>>>
>>> The image that goes with it is 30 842 or newer.
>>> zipped image is now 5MB smaller due to the empty changes.
>>>
>>>     http://files.pharo.org/image/30/
>>>
>>> this now needs some careful testing… the build is green
>>>
>>>     https://ci.inria.fr/pharo/
>>>
>>>
>>>
>>>
>>>
>>>     Marcus
>>>
>>>
>>>
>>>
>>
>>
>
>





Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2
In reply to this post by LogiqueWerks
Maybe it is better to wait for the actual release ?

On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>
>
> On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
> I have to add a line to my pharo.ini to use sources named '30'  ?
>
> Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'
>
>
> On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:
>
> On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:
>
> >
> > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
> >
> >> Tested on Mac OS X:
> >>
> >> $ mkdir pharo3
> >> $ cd pharo3/
> >> $ curl get.pharo.org/vm | bash
> >> $ curl get.pharo.org/30 | bash
> >> $ ./pharo-ui Pharo.image
> >>
> > Just a side note. You know there is a
> >
> > get.pharo.org/30+vm
> >
> > ?
>
> Yes. Of course I know ;-) I was explicitly going step by step since the source were new.
>
> > Norbert
> >
> >> Loaded some configurations, ran some tests, recompiled all. All OK.
> >>
> >> Super !
> >>
> >> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
> >>
> >>> Hi,
> >>>
> >>> We have a sources file for Pharo3!
> >>>
> >>> http://files.pharo.org/sources/PharoV30.sources.zip
> >>> http://files.pharo.org/sources/PharoV30.sources
> >>>
> >>>
> >>> The image that goes with it is 30 842 or newer.
> >>> zipped image is now 5MB smaller due to the empty changes.
> >>>
> >>>     http://files.pharo.org/image/30/
> >>>
> >>> this now needs some careful testing… the build is green
> >>>
> >>>     https://ci.inria.fr/pharo/
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>     Marcus
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
In reply to this post by LogiqueWerks
the Pharo.ini appears in Win 7 with "configuration settings" as description, but PBE and "Deep" pdf's on this machine did not turn up a mention of sources file in FIND on "configuration" ; I loaded these PDF only a few days back ...

so off to search pharo on stackoverflow


On 29 April 2014 10:32, Robert Shiplett <[hidden email]> wrote:
looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...


On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
I have to add a line to my pharo.ini to use sources named '30'  ?

Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'


On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:

>
> Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>
>> Tested on Mac OS X:
>>
>> $ mkdir pharo3
>> $ cd pharo3/
>> $ curl get.pharo.org/vm | bash
>> $ curl get.pharo.org/30 | bash
>> $ ./pharo-ui Pharo.image
>>
> Just a side note. You know there is a
>
> get.pharo.org/30+vm
>
> ?

Yes. Of course I know ;-) I was explicitly going step by step since the source were new.

> Norbert
>
>> Loaded some configurations, ran some tests, recompiled all. All OK.
>>
>> Super !
>>
>> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> We have a sources file for Pharo3!
>>>
>>> http://files.pharo.org/sources/PharoV30.sources.zip
>>> http://files.pharo.org/sources/PharoV30.sources
>>>
>>>
>>> The image that goes with it is 30 842 or newer.
>>> zipped image is now 5MB smaller due to the empty changes.
>>>
>>>     http://files.pharo.org/image/30/
>>>
>>> this now needs some careful testing… the build is green
>>>
>>>     https://ci.inria.fr/pharo/
>>>
>>>
>>>
>>>
>>>
>>>     Marcus
>>>
>>>
>>>
>>>
>>
>>
>
>





Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Marcus Denker-4
In reply to this post by Marcus Denker-4

On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:


On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...


I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
(but as I said, never used windows since win 3.11)

One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.

Marcus

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
In reply to this post by Sven Van Caekenberghe-2
If the image is sensitive to the name of the sources file unless overridden in the .ini then I think we should at least document now.

I am using my last "Latest" install which was working fine ...

I am PRETTY sure someone once mentioned this about pharo.ini options

Maybe if I look in Squeak pages it will turn up there ...

THIS IS my idiosyncratic USER testing ;-)




On 29 April 2014 10:35, Sven Van Caekenberghe <[hidden email]> wrote:
Maybe it is better to wait for the actual release ?

On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>
>
> On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
> I have to add a line to my pharo.ini to use sources named '30'  ?
>
> Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'
>
>
> On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:
>
> On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:
>
> >
> > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
> >
> >> Tested on Mac OS X:
> >>
> >> $ mkdir pharo3
> >> $ cd pharo3/
> >> $ curl get.pharo.org/vm | bash
> >> $ curl get.pharo.org/30 | bash
> >> $ ./pharo-ui Pharo.image
> >>
> > Just a side note. You know there is a
> >
> > get.pharo.org/30+vm
> >
> > ?
>
> Yes. Of course I know ;-) I was explicitly going step by step since the source were new.
>
> > Norbert
> >
> >> Loaded some configurations, ran some tests, recompiled all. All OK.
> >>
> >> Super !
> >>
> >> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
> >>
> >>> Hi,
> >>>
> >>> We have a sources file for Pharo3!
> >>>
> >>> http://files.pharo.org/sources/PharoV30.sources.zip
> >>> http://files.pharo.org/sources/PharoV30.sources
> >>>
> >>>
> >>> The image that goes with it is 30 842 or newer.
> >>> zipped image is now 5MB smaller due to the empty changes.
> >>>
> >>>     http://files.pharo.org/image/30/
> >>>
> >>> this now needs some careful testing… the build is green
> >>>
> >>>     https://ci.inria.fr/pharo/
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>     Marcus
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Marcus Denker-4

On 29 Apr 2014, at 16:02, Robert Shiplett <[hidden email]> wrote:

If the image is sensitive to the name of the sources file unless overridden in the .ini then I think we should at least document now.


I have no idea how the ini file comes into play here… there is NO ENTRY in the ini file about sources in the download of Pharo.

I am using my last "Latest" install which was working fine ...

I am PRETTY sure someone once mentioned this about pharo.ini options

Maybe if I look in Squeak pages it will turn up there ...

THIS IS my idiosyncratic USER testing ;-)




On 29 April 2014 10:35, Sven Van Caekenberghe <[hidden email]> wrote:
Maybe it is better to wait for the actual release ?

On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>
>
> On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
> I have to add a line to my pharo.ini to use sources named '30'  ?
>
> Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'
>
>
> On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:
>
> On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:
>
> >
> > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
> >
> >> Tested on Mac OS X:
> >>
> >> $ mkdir pharo3
> >> $ cd pharo3/
> >> $ curl get.pharo.org/vm | bash
> >> $ curl get.pharo.org/30 | bash
> >> $ ./pharo-ui Pharo.image
> >>
> > Just a side note. You know there is a
> >
> > get.pharo.org/30+vm
> >
> > ?
>
> Yes. Of course I know ;-) I was explicitly going step by step since the source were new.
>
> > Norbert
> >
> >> Loaded some configurations, ran some tests, recompiled all. All OK.
> >>
> >> Super !
> >>
> >> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
> >>
> >>> Hi,
> >>>
> >>> We have a sources file for Pharo3!
> >>>
> >>> http://files.pharo.org/sources/PharoV30.sources.zip
> >>> http://files.pharo.org/sources/PharoV30.sources
> >>>
> >>>
> >>> The image that goes with it is 30 842 or newer.
> >>> zipped image is now 5MB smaller due to the empty changes.
> >>>
> >>>     http://files.pharo.org/image/30/
> >>>
> >>> this now needs some careful testing… the build is green
> >>>
> >>>     https://ci.inria.fr/pharo/
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>     Marcus
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>
>
>




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2
Then he should remove it ;-)

On 29 Apr 2014, at 16:05, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 16:02, Robert Shiplett <[hidden email]> wrote:
>
>> If the image is sensitive to the name of the sources file unless overridden in the .ini then I think we should at least document now.
>>
>
> I have no idea how the ini file comes into play here… there is NO ENTRY in the ini file about sources in the download of Pharo.
>
>> I am using my last "Latest" install which was working fine ...
>>
>> I am PRETTY sure someone once mentioned this about pharo.ini options
>>
>> Maybe if I look in Squeak pages it will turn up there ...
>>
>> THIS IS my idiosyncratic USER testing ;-)
>>
>>
>>
>>
>> On 29 April 2014 10:35, Sven Van Caekenberghe <[hidden email]> wrote:
>> Maybe it is better to wait for the actual release ?
>>
>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>
>> > looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>> >
>> >
>> > On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
>> > I have to add a line to my pharo.ini to use sources named '30'  ?
>> >
>> > Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'
>> >
>> >
>> > On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:
>> >
>> > On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:
>> >
>> > >
>> > > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>> > >
>> > >> Tested on Mac OS X:
>> > >>
>> > >> $ mkdir pharo3
>> > >> $ cd pharo3/
>> > >> $ curl get.pharo.org/vm | bash
>> > >> $ curl get.pharo.org/30 | bash
>> > >> $ ./pharo-ui Pharo.image
>> > >>
>> > > Just a side note. You know there is a
>> > >
>> > > get.pharo.org/30+vm
>> > >
>> > > ?
>> >
>> > Yes. Of course I know ;-) I was explicitly going step by step since the source were new.
>> >
>> > > Norbert
>> > >
>> > >> Loaded some configurations, ran some tests, recompiled all. All OK.
>> > >>
>> > >> Super !
>> > >>
>> > >> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> We have a sources file for Pharo3!
>> > >>>
>> > >>> http://files.pharo.org/sources/PharoV30.sources.zip
>> > >>> http://files.pharo.org/sources/PharoV30.sources
>> > >>>
>> > >>>
>> > >>> The image that goes with it is 30 842 or newer.
>> > >>> zipped image is now 5MB smaller due to the empty changes.
>> > >>>
>> > >>>     http://files.pharo.org/image/30/
>> > >>>
>> > >>> this now needs some careful testing… the build is green
>> > >>>
>> > >>>     https://ci.inria.fr/pharo/
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>>     Marcus
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>
>> > >>
>> > >
>> > >
>> >
>> >
>> >
>> >
>>
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2
In reply to this post by Marcus Denker-4
Then he should remove it ;-)

On 29 Apr 2014, at 16:05, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 16:02, Robert Shiplett <[hidden email]> wrote:
>
>> If the image is sensitive to the name of the sources file unless overridden in the .ini then I think we should at least document now.
>>
>
> I have no idea how the ini file comes into play here… there is NO ENTRY in the ini file about sources in the download of Pharo.
>
>> I am using my last "Latest" install which was working fine ...
>>
>> I am PRETTY sure someone once mentioned this about pharo.ini options
>>
>> Maybe if I look in Squeak pages it will turn up there ...
>>
>> THIS IS my idiosyncratic USER testing ;-)
>>
>>
>>
>>
>> On 29 April 2014 10:35, Sven Van Caekenberghe <[hidden email]> wrote:
>> Maybe it is better to wait for the actual release ?
>>
>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>
>> > looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>> >
>> >
>> > On 29 April 2014 10:22, Robert Shiplett <[hidden email]> wrote:
>> > I have to add a line to my pharo.ini to use sources named '30'  ?
>> >
>> > Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20'
>> >
>> >
>> > On 29 April 2014 10:11, Sven Van Caekenberghe <[hidden email]> wrote:
>> >
>> > On 29 Apr 2014, at 15:05, Norbert Hartl <[hidden email]> wrote:
>> >
>> > >
>> > > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe <[hidden email]>:
>> > >
>> > >> Tested on Mac OS X:
>> > >>
>> > >> $ mkdir pharo3
>> > >> $ cd pharo3/
>> > >> $ curl get.pharo.org/vm | bash
>> > >> $ curl get.pharo.org/30 | bash
>> > >> $ ./pharo-ui Pharo.image
>> > >>
>> > > Just a side note. You know there is a
>> > >
>> > > get.pharo.org/30+vm
>> > >
>> > > ?
>> >
>> > Yes. Of course I know ;-) I was explicitly going step by step since the source were new.
>> >
>> > > Norbert
>> > >
>> > >> Loaded some configurations, ran some tests, recompiled all. All OK.
>> > >>
>> > >> Super !
>> > >>
>> > >> On 29 Apr 2014, at 12:53, Marcus Denker <[hidden email]> wrote:
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> We have a sources file for Pharo3!
>> > >>>
>> > >>> http://files.pharo.org/sources/PharoV30.sources.zip
>> > >>> http://files.pharo.org/sources/PharoV30.sources
>> > >>>
>> > >>>
>> > >>> The image that goes with it is 30 842 or newer.
>> > >>> zipped image is now 5MB smaller due to the empty changes.
>> > >>>
>> > >>>     http://files.pharo.org/image/30/
>> > >>>
>> > >>> this now needs some careful testing… the build is green
>> > >>>
>> > >>>     https://ci.inria.fr/pharo/
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>>     Marcus
>> > >>>
>> > >>>
>> > >>>
>> > >>>
>> > >>
>> > >>
>> > >
>> > >
>> >
>> >
>> >
>> >
>>
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Marcus Denker-4
In reply to this post by Marcus Denker-4

On 29 Apr 2014, at 15:51, Marcus Denker <[hidden email]> wrote:


On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:


On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:

looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...


I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
(but as I said, never used windows since win 3.11)

One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.


This is fixed now…

Marcus

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2

On 29 Apr 2014, at 16:39, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 15:51, Marcus Denker <[hidden email]> wrote:
>
>>
>> On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:
>>
>>>
>>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>>
>>>> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>>>>
>>>
>>> I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
>>> (but as I said, never used windows since win 3.11)
>>
>> One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.
>>
>
> This is fixed now…
>
> Marcus

I did a quick test on Windows 8.1 downloading http://files.pharo.org/platform/Pharo3.0-win.zip and it works perfectly !

Super.

We're very close now.


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Tudor Girba-2
Moose passed all tests.

I am trying it on Mac OS X and I see no troubles.

Great job!

Doru


On Tue, Apr 29, 2014 at 4:49 PM, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 16:39, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 15:51, Marcus Denker <[hidden email]> wrote:
>
>>
>> On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:
>>
>>>
>>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>>
>>>> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>>>>
>>>
>>> I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
>>> (but as I said, never used windows since win 3.11)
>>
>> One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.
>>
>
> This is fixed now…
>
>       Marcus

I did a quick test on Windows 8.1 downloading http://files.pharo.org/platform/Pharo3.0-win.zip and it works perfectly !

Super.

We're very close now.





--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

LogiqueWerks
In reply to this post by Sven Van Caekenberghe-2
so my problem on Windows 7 is ?

And no Sven, I did NOT touch the ini file.

Just duplicated a working LATEST pharo dir and put in this LATEST zip and then the SOURCES

So my error would be ?




On 29 April 2014 11:49, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 16:39, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 15:51, Marcus Denker <[hidden email]> wrote:
>
>>
>> On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:
>>
>>>
>>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>>
>>>> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>>>>
>>>
>>> I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
>>> (but as I said, never used windows since win 3.11)
>>
>> One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.
>>
>
> This is fixed now…
>
>       Marcus

I did a quick test on Windows 8.1 downloading http://files.pharo.org/platform/Pharo3.0-win.zip and it works perfectly !

Super.

We're very close now.



Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

Sven Van Caekenberghe-2
Robert,

Please understand that we cannot solve local problems.

Just download and extract


And run the Pharo.exe inside it, it should work. 


The Pharo.ini there does not contain any reference to sources:


I am not saying that if it did, that would result in a problem, I just don't know. What I am saying is that if yours contains more than what is in the above, you are not using what we put in the download for 3.0 - and then there is a support problem.

HTH,

Sven

On 29 Apr 2014, at 21:52, Robert Shiplett <[hidden email]> wrote:

so my problem on Windows 7 is ?

And no Sven, I did NOT touch the ini file.

Just duplicated a working LATEST pharo dir and put in this LATEST zip and then the SOURCES

So my error would be ?




On 29 April 2014 11:49, Sven Van Caekenberghe <[hidden email]> wrote:

On 29 Apr 2014, at 16:39, Marcus Denker <[hidden email]> wrote:

>
> On 29 Apr 2014, at 15:51, Marcus Denker <[hidden email]> wrote:
>
>>
>> On 29 Apr 2014, at 15:34, Marcus Denker <[hidden email]> wrote:
>>
>>>
>>> On 29 Apr 2014, at 15:32, Robert Shiplett <[hidden email]> wrote:
>>>
>>>> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open...
>>>>
>>>
>>> I never use windows. But I think it would be strange if the sources file would be referenced there. Makes no sense to me
>>> (but as I said, never used windows since win 3.11)
>>
>> One thing I found is that the full zip releases (e.g. Pharo3.0-win.zip) do just have the V2 sources… fixing that now.
>>
>
> This is fixed now…
>
>       Marcus

I did a quick test on Windows 8.1 downloading http://files.pharo.org/platform/Pharo3.0-win.zip and it works perfectly !

Super.

We're very close now.




12