get.pharo.org/travis+vm failing: Package 'pharo-vm-core:i386' has no installation candidate
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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'pharo-vm-core:i386' has no installation candidate 5 days ago this is what the same log section looked like[1]: Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives. Then 2 days ago, the above error started happening[2]: Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'pharo-vm-core:i386' has no installation candidate Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:( Dale [1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
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:
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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libgeos-3.2.2
Use 'apt-get autoremove' to remove them.
Suggested packages:
pharo-vm-desktop:i386
The following NEW packages will be installed:
pharo-vm-core:i386
0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded.
Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pharo-vm-core:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
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/+archive/ubuntu/stable site under "PPA description" I get: Not Found /web/pharo-download/ubuntu Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined: sudo add-apt-repository ppa:pharo/stable Dale On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libgeos-3.2.2
Use 'apt-get autoremove' to remove them.
Suggested packages:
pharo-vm-desktop:i386
The following NEW packages will be installed:
pharo-vm-core:i386
0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded.
Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pharo-vm-core:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
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 <http://pharo.org/download> sudo add-apt-repository ppa:pharo/stable sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install pharo-vm-core Hope that helps, Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com>:
I see that https://launchpad.net/~pharo/+archive/ubuntu/stable <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 <http://pharo.org/pharo-download/ubuntu>
on the https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/~pharo/+archive/ubuntu/stable> site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu <http://pharo.org/pharo-download/ubuntu>needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched
15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required:
libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested
packages:
pharo-vm-desktop:i386 The following NEW packages will be installed:
pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched
18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package
pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 <https://travis-ci.org/dalehenrich/tode/jobs/49400710> [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435 <https://travis-ci.org/dalehenrich/tode/jobs/49776435>
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 ... Something changed in the last 5 days and I don't imagine that it is a missing `sudo dpkg --add-architecture i386` that changed ... unless someone removed that line from the zero conf script ... Dale On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 install pharo-vm-core|
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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/+archive/ubuntu/stable site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
Dale,
Am 09.02.2015 um 19:07 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com>:
Thanks Norbert,
Is there a way that you can update the zero-conf script (http://get.pharo.org/travis <http://get.pharo.org/travis>) with the proper incantation?
I don't know anything about the zeroconf stuff.
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 ...
Something changed in the last 5 days and I don't imagine that it is a missing `sudo dpkg --add-architecture i386` that changed ... unless someone removed that line from the zero conf script ...
Maybe you have a newer linux distro where you try to deploy? But I'm only guessing and not much of a help here. I hope anyone will stand up and clarify it. Norbert
Dale
On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 <http://pharo.org/download>
sudo add-apt-repository ppa:pharo/stable sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install pharo-vm-core
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
I see that https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+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 <http://pharo.org/pharo-download/ubuntu>
on the https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+archive/ubuntu/stable> site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu <http://pharo.org/pharo-download/ubuntu>needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 <https://travis-ci.org/dalehenrich/tode/jobs/49400710> [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435 <https://travis-ci.org/dalehenrich/tode/jobs/49776435>
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 deprecated ... I haven't googled that yet ...
Why would it be deprecated? It is useful and we it all the time.
Something changed in the last 5 days and I don't imagine that it is a missing `sudo dpkg --add-architecture i386` that changed ... unless someone removed that line from the zero conf script ...
Dale
On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 install pharo-vm-core|
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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/+archive/ubuntu/stable site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
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 being deprecated ... I haven't googled that yet ...
Something changed in the last 5 days and I don't imagine that it is a missing `sudo dpkg --add-architecture i386` that changed ... unless someone removed that line from the zero conf script ... Hmm,
I uploaded my first updated VM to stable instead of unstable. Everything seemed to work fine on my end, but I guess not. DOH! I'll look into that tonight after work, sorry for the inconvenience :/
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 travis builds are failing... I've already invested several days into converting my system to use zero conf scripts (several months ago) and I'm not relishing the prospect of redoing all of that work ... The http://get.pharo.org/travis script fails on Ubuntu12.04 and it worked just fine 5 days ago (6 days now:)... Is anyone maintaining the zero conf system these days? Dale On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 install pharo-vm-core|
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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/+archive/ubuntu/stable site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
Am 09.02.2015 um 19:19 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com>:
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't know the zeroconf travis stuff. But the pharo-vm-core is just the vm. If you use zeroconf it might be easier to just pull the vm along with the other files. A commandline of $ curl get.pharo.org/30+vm <http://get.pharo.org/30+vm> | bash will pull image and vm and you can gain nothing by installing the debian/ubuntu package. The pharo-vm-core is just a package to install the vm system wide. Norbert
I would like to get on with my work, but several projects are stalled because my travis builds are failing...
I've already invested several days into converting my system to use zero conf scripts (several months ago) and I'm not relishing the prospect of redoing all of that work ...
The http://get.pharo.org/travis <http://get.pharo.org/travis> script fails on Ubuntu12.04 and it worked just fine 5 days ago (6 days now:)...
Is anyone maintaining the zero conf system these days?
Dale On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 <http://pharo.org/download>
sudo add-apt-repository ppa:pharo/stable sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install pharo-vm-core
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
I see that https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+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 <http://pharo.org/pharo-download/ubuntu>
on the https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+archive/ubuntu/stable> site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu <http://pharo.org/pharo-download/ubuntu>needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 <https://travis-ci.org/dalehenrich/tode/jobs/49400710> [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435 <https://travis-ci.org/dalehenrich/tode/jobs/49776435>
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:( Dale On 02/09/2015 10:26 AM, Norbert Hartl wrote:
Am 09.02.2015 um 19:19 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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't know the zeroconf travis stuff. But the pharo-vm-core is just the vm. If you use zeroconf it might be easier to just pull the vm along with the other files. A commandline of
$ curl get.pharo.org/30+vm <http://get.pharo.org/30+vm> | bash
will pull image and vm and you can gain nothing by installing the debian/ubuntu package. The pharo-vm-core is just a package to install the vm system wide.
Norbert
I would like to get on with my work, but several projects are stalled because my travis builds are failing...
I've already invested several days into converting my system to use zero conf scripts (several months ago) and I'm not relishing the prospect of redoing all of that work ...
The http://get.pharo.org/travis script fails on Ubuntu12.04 and it worked just fine 5 days ago (6 days now:)...
Is anyone maintaining the zero conf system these days?
Dale On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 install pharo-vm-core|
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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/+archive/ubuntu/stable site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
wget --quiet -O - get.pharo.org/travis+vm <http://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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
2015-02-09 19:32 GMT+01:00 Dale Henrichs <dale.henrichs@gemtalksystems.com>:
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 dependencies to the 32bit libraries for the x11 display plugin, sound plugin ... . if you just download the vm (get.pharo.org/vm) you'll get a 32bit vm too (and pharos plugins), but it may not start if the other 32 bit libraries are missing. (I think, even starting the pharovm headless does not work with out the 32 bit libraries).
I guess I'll just thrash around a bit and find out for myself ... I'm not getting anything else done anyway:(
Dale
On 02/09/2015 10:26 AM, Norbert Hartl wrote:
Am 09.02.2015 um 19:19 schrieb Dale Henrichs < dale.henrichs@gemtalksystems.com>:
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't know the zeroconf travis stuff. But the pharo-vm-core is just the vm. If you use zeroconf it might be easier to just pull the vm along with the other files. A commandline of
$ curl get.pharo.org/30+vm | bash
will pull image and vm and you can gain nothing by installing the debian/ubuntu package. The pharo-vm-core is just a package to install the vm system wide.
Norbert
I would like to get on with my work, but several projects are stalled because my travis builds are failing...
I've already invested several days into converting my system to use zero conf scripts (several months ago) and I'm not relishing the prospect of redoing all of that work ...
The http://get.pharo.org/travis script fails on Ubuntu12.04 and it worked just fine 5 days ago (6 days now:)...
Is anyone maintaining the zero conf system these days?
Dale On 02/09/2015 10:01 AM, Norbert Hartl wrote:
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 install pharo-vm-core
Hope that helps,
Norbert
Am 09.02.2015 um 18:57 schrieb Dale Henrichs < dale.henrichs@gemtalksystems.com>:
I see that https://launchpad.net/~pharo/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+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/+archive/ubuntu/stable <https://launchpad.net/%7Epharo/+archive/ubuntu/stable> site under "PPA description" I get:
Not Found /web/pharo-download/ubuntu
Which looks suspiciously like a Seaside not found message .... of course I don't know whether http://pharo.org/pharo-download/ubuntu needs to work as I haven't figured out where `ppa:pharo/stable` is actually defined:
sudo add-apt-repository ppa:pharo/stable
Dale
On 02/09/2015 09:44 AM, Dale Henrichs wrote:
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:
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 Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
5 days ago this is what the same log section looked like[1]:
Fetched 15.6 kB in 1s (9,597 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libgeos-3.2.2 Use 'apt-get autoremove' to remove them. Suggested packages: pharo-vm-desktop:i386 The following NEW packages will be installed: pharo-vm-core:i386 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. Need to get 14.5 MB of archives.
Then 2 days ago, the above error started happening[2]:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
Presumably something change in the last week to break things....pretty much depend upon this working to do much of my testing on travis-ci:(
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49400710 [2] https://travis-ci.org/dalehenrich/tode/jobs/49776435
On 02/09/2015 10:40 AM, Nicolai Hess wrote:
2015-02-09 19:32 GMT+01:00 Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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 dependencies to the 32bit libraries for the x11 display plugin, sound plugin ... . if you just download the vm (get.pharo.org/vm <http://get.pharo.org/vm>) you'll get a 32bit vm too (and pharos plugins), but it may not start if the other 32 bit libraries are missing. (I think, even starting the pharovm headless does not work with out the 32 bit libraries).
Nicolai, Thank you very much! ... This helps a lot! ... My builderCI[1] scripts explicitly installed the "required" 32 bit libs needed for Pharo and Squeak, and when I converted to zero conf, I used the travis+vm script because I am running the tests on travis (being otherwise ignorant of the purpose of the travis script), but I did not remove the 32 bit lib install step, soooo I just might be able to get away without the travis script ... If I am missing additional libraries I can add them to the "explicit install list" ... BTW, when I look at the install log files, no libraries are installed after the pharo-vm-core:i386 library, so I'm guessing that that means that the necessary libs were already there? I've got my fingers crossed:) Dale [1] https://github.com/dalehenrich/builderCI
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, Nicolai Hess wrote:
2015-02-09 19:32 GMT+01:00 Dale Henrichs <dale.henrichs@gemtalksystems.com <mailto:dale.henrichs@gemtalksystems.com>>:
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 dependencies to the 32bit libraries for the x11 display plugin, sound plugin ... . if you just download the vm (get.pharo.org/vm <http://get.pharo.org/vm>) you'll get a 32bit vm too (and pharos plugins), but it may not start if the other 32 bit libraries are missing. (I think, even starting the pharovm headless does not work with out the 32 bit libraries).
Nicolai,
Thank you very much! ... This helps a lot! ...
My builderCI[1] scripts explicitly installed the "required" 32 bit libs needed for Pharo and Squeak, and when I converted to zero conf, I used the travis+vm script because I am running the tests on travis (being otherwise ignorant of the purpose of the travis script), but I did not remove the 32 bit lib install step, soooo I just might be able to get away without the travis script ...
If I am missing additional libraries I can add them to the "explicit install list" ... BTW, when I look at the install log files, no libraries are installed after the pharo-vm-core:i386 library, so I'm guessing that that means that the necessary libs were already there?
I've got my fingers crossed:)
Dale
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+vm zeroconf script started failing 3 days ago (was working 6 days ago) with the following error in my log file: Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'pharo-vm-core:i386' has no installation candidate This failure is occuring when run in Ubunut12.04 by hand and up on travis[1]. I assume that something has changed on the pharo side, but I don't know what changed or why it stopped working. I rely on travis for testing my code and I rely on pharo to download and install on travis for the tests (and the things that I'm testing) to work ... with the travis builds failing with the above error, I have to stop doing my normal development and trouble shoot this particular problem ... I am a user of zero conf scripts so I have spent the morning trying to understand how they work and I am in the process of attempting to work around the travis script problem... It looks like I've been able to get the pharo4.0 and pharo3.0 scripts working again[2], without using the travis scripts, but I am now having issues with the older pharo versions and squeak (they all worked a month ago[3], the last time I had to touch builderCI) --- when you change something that was working you always open yourself up for other things to start breaking and I'm getting hit with that now:( Ideally there would have been tests in place for the travis zeroconf script, so that the failure could have been nipped in the bud or there is a failure at some other part of the zeroconf mechanism I don't have a clue ... I'm just trying to get to the point where I can return to my regular development ... Dale [1] https://travis-ci.org/dalehenrich/tode/jobs/49776435 [2] https://travis-ci.org/dalehenrich/builderCI/builds/50107976 [3] https://travis-ci.org/dalehenrich/builderCI/builds/46642969
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, pass all of the builderCI tests, release a new version of builderCI and then go back and return the original set of travis tests that were failing, wait for them to finish and then.... I will be back in business... When it rains it pours ... especially in Oregon ni the winter:) So there is still something wrong with the get.pharo.org/travis+vm ... Dale [1] https://travis-ci.org/dalehenrich/builderCI/builds/50107976 On 02/09/2015 12:36 PM, Dale Henrichs wrote:
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+vm zeroconf script started failing 3 days ago (was working 6 days ago) with the following error in my log file:
Fetched 18.5 kB in 4s (4,214 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package pharo-vm-core:i386 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'pharo-vm-core:i386' has no installation candidate
This failure is occuring when run in Ubunut12.04 by hand and up on travis[1].
I assume that something has changed on the pharo side, but I don't know what changed or why it stopped working.
I rely on travis for testing my code and I rely on pharo to download and install on travis for the tests (and the things that I'm testing) to work ... with the travis builds failing with the above error, I have to stop doing my normal development and trouble shoot this particular problem ... I am a user of zero conf scripts so I have spent the morning trying to understand how they work and I am in the process of attempting to work around the travis script problem...
It looks like I've been able to get the pharo4.0 and pharo3.0 scripts working again[2], without using the travis scripts, but I am now having issues with the older pharo versions and squeak (they all worked a month ago[3], the last time I had to touch builderCI) --- when you change something that was working you always open yourself up for other things to start breaking and I'm getting hit with that now:(
Ideally there would have been tests in place for the travis zeroconf script, so that the failure could have been nipped in the bud or there is a failure at some other part of the zeroconf mechanism I don't have a clue ... I'm just trying to get to the point where I can return to my regular development ...
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49776435 [2] https://travis-ci.org/dalehenrich/builderCI/builds/50107976 [3] https://travis-ci.org/dalehenrich/builderCI/builds/46642969
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 take a few hours for the deletion request to proceed though. There are some changes to the way the packages work that I need to sort out before I can make a proper update of the stable ppa. Best regards, Markus
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 (on ubunutu12.04):
I requested deletion of my recently uploaded packages. Launchpad will take a few hours for the deletion request to proceed though.
There are some changes to the way the packages work that I need to sort out before I can make a proper update of the stable ppa.
Best regards, Markus
participants (5)
-
Dale Henrichs -
Markus Fritsche -
Nicolai Hess -
Norbert Hartl -
stepharo