[Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-08 Thread Dale Henrichs
It looks like the following script started failing within the last 5 days sometime: wget --quiet -O - get.pharo.org/travis+vm | bash getting this error (on ubunutu12.04): Fetched 18.5 kB in 4s (4,028 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree R

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
Can I get some pointers as to where the mystical pharo-vm-core:i386 is so that I can build (and maintain) my own pharo install scripts? Any help appreciated Dale On 02/08/2015 06:54 PM, Dale Henrichs wrote: It looks like the following script started failing within the last 5 days sometime

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
I see that https://launchpad.net/~pharo/+archive/ubuntu/stable exists and it looks like pharo-vm-core:i386 is there,and the packages were built 5 days ago (the date of my last good run) but when I follow this link http://pharo.org/pharo-download/ubuntu on the https://launchpad.net/~pharo/+ar

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Norbert Hartl
Dale, in newer linux systems i386 packages are not included by default. You need to add the architecture. All steps you can see on http://pharo.org/download sudo add-apt-repository ppa:pharo/stable sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get in

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
Thanks Norbert, Is there a way that you can update the zero-conf script (http://get.pharo.org/travis) with the proper incantation? I really would rather not have to reinvent the zero conf system for pharo, unless the whole zero conf system is being deprecated ... I haven't googled that yet .

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Norbert Hartl
Dale, > Am 09.02.2015 um 19:07 schrieb Dale Henrichs > : > > Thanks Norbert, > > Is there a way that you can update the zero-conf script > (http://get.pharo.org/travis ) with the proper > incantation? > I don't know anything about the zeroconf stuff. > I reall

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
Norbert, I am also curious as to the purpose of the pharo-vm-core:i386 package ... why do I need it for travis and not any other Ubuntu install (apparently) ... can I just skip the whole travis zero conf script? I would like to get on with my work, but several projects are stalled because my

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Norbert Hartl
> Am 09.02.2015 um 19:19 schrieb Dale Henrichs > : > > Norbert, > > I am also curious as to the purpose of the pharo-vm-core:i386 package ... why > do I need it for travis and not any other Ubuntu install (apparently) ... can > I just skip the whole travis zero conf script? > As I said I don

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
Norbert, The travis script explicitly downloads the pharo-vm-core:i386 package and fails then downloads the vm ... so I'm not sure why the pharo-vm-core:i386 is needed separately ... I guess I'll just thrash around a bit and find out for myself ... I'm not getting anything else done anyway:(

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Nicolai Hess
2015-02-09 19:32 GMT+01:00 Dale Henrichs : > Norbert, > > The travis script explicitly downloads the pharo-vm-core:i386 package and > fails then downloads the vm ... so I'm not sure why the pharo-vm-core:i386 > is needed separately ... > the i386 package is needed on 64 bit linux, it defines the

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
On 02/09/2015 10:40 AM, Nicolai Hess wrote: 2015-02-09 19:32 GMT+01:00 Dale Henrichs >: Norbert, The travis script explicitly downloads the pharo-vm-core:i386 package and fails then downloads the vm ... so I'm not sure why the pharo-vm-

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread stepharo
Le 9/2/15 19:07, Dale Henrichs a écrit : Thanks Norbert, Is there a way that you can update the zero-conf script (http://get.pharo.org/travis) with the proper incantation? I really would rather not have to reinvent the zero conf system for pharo, unless the whole zero conf system is being d

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread stepharo
Dale I'm trying to understand. Do we need to update something on our side? I'm not a linux users and I would use Nix because damien maintain the distribution the Nix is cool. Now the ubuntu package was updated recently. Stef Le 9/2/15 20:05, Dale Henrichs a écrit : On 02/09/2015 10:40 AM, N

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
On 02/09/2015 12:10 PM, stepharo wrote: Dale I'm trying to understand. Do we need to update something on our side? I'm not a linux users and I would use Nix because damien maintain the distribution the Nix is cool. Now the ubuntu package was updated recently. Stef The get.pharo.org/travis+

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-09 Thread Dale Henrichs
Stef, It turns out that the failures I was seeing beyond Pharo3.0 and Pharo4.0[1] were due to an unrelated error in the scripts that was exposed by the changes I made to remove my dependency upon the get.pharo.org/travis+vm script ... If I'm lucky, I will be able to fix the script error, pas

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-10 Thread Markus Fritsche
On 09.02.2015 19:07, Dale Henrichs wrote: > Thanks Norbert, > > Is there a way that you can update the zero-conf script > (http://get.pharo.org/travis) with the proper incantation? > > I really would rather not have to reinvent the zero conf system for > pharo, unless the whole zero conf system is

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-10 Thread Markus Fritsche
On 09.02.2015 03:54, Dale Henrichs wrote: > It looks like the following script started failing within the last 5 > days sometime: > >wget --quiet -O - get.pharo.org/travis+vm | bash > > getting this error (on ubunutu12.04): I requested deletion of my recently uploaded packages. Launchpad will

Re: [Pharo-dev] get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate

2015-02-11 Thread Dale Henrichs
Thanks Markus, I appreciate the effort! Dale On 02/10/2015 10:32 AM, Markus Fritsche wrote: On 09.02.2015 03:54, Dale Henrichs wrote: It looks like the following script started failing within the last 5 days sometime: wget --quiet -O - get.pharo.org/travis+vm | bash getting this error (