Re: [Pharo-dev] Ubunti 14.04 32bit install error
I removed every package with the name "pharo" in it via the commands: "sudo apt-get --purge remove pharo-vm-core" "sudo apt-get --purge remove pharo-vm-core-i386" "sudo apt-get --purge remove pharo-sources-files" Then ran a "dpkg --get-selections | grep 'pharo*'" wheich returned nothing. Then ran the following commands: "sudo add-apt-repository ppa:pharo/unstable" "sudo dpkg --add-architecture i386" "sudo apt-get update" "sudo apt-get install pharo-launcher" Did NOT solve the problem. ----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805402.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 12.02.2015 21:30, bsselfridge@gmail.com wrote:
I removed every package with the name "pharo" in it via the commands:
"sudo apt-get --purge remove pharo-vm-core" "sudo apt-get --purge remove pharo-vm-core-i386" "sudo apt-get --purge remove pharo-sources-files"
Then ran a "dpkg --get-selections | grep 'pharo*'" wheich returned nothing.
Then ran the following commands:
"sudo add-apt-repository ppa:pharo/unstable" "sudo dpkg --add-architecture i386" "sudo apt-get update" "sudo apt-get install pharo-launcher"
Did NOT solve the problem.
Hi, the recent built pharo launcher didn't work - I had to delete the package. Unfortunately, the ppa meta data seems not to be updated accordingly. Until I have a new pharo-launcher, please download https://launchpad.net/~pharo/+archive/ubuntu/unstable/+files/pharo-launcher_... and install it manually. Best regards, Markus
Any idea when the new package might be available? Not pushing, since I can always copy the image/binary from another machine. ----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805411.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 12.02.2015 22:59, bsselfridge@gmail.com wrote:
Any idea when the new package might be available? Not pushing, since I can always copy the image/binary from another machine. As soon as there's a fixed image on http://files.pharo.org/platform/launcher/blessed/ ... so not in my power ;)
Best regards Markus
One more question. Is there anyone working on fixing the image? The file server shows that the last image build was over a month ago. ----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805414.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hello Brad, Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand. Best regards, Markus On 12.02.2015 23:46, bsselfridge@gmail.com wrote:
One more question. Is there anyone working on fixing the image? The file server shows that the last image build was over a month ago.
----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805414.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
I just tried it (Ubuntu 14.04) and it doesn't work: The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages. Cheers, Jeff On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
Hello Jeff, does it work if you execute dpkg --/add/-/architecture/ i386 first? Best regards, Markus On 13.02.2015 23:10, J.F. Rick wrote:
I just tried it (Ubuntu 14.04) and it doesn't work:
The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages.
Cheers,
Jeff
On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com <mailto:damien.cassou@gmail.com>> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
I followed the instructions on the Download Pharo page. So, I did include that command. I just tried it again with the same result. Cheers, Jeff On Sat, Feb 14, 2015 at 4:04 AM, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hello Jeff,
does it work if you execute
dpkg --*add*-*architecture* i386
first?
Best regards, Markus
On 13.02.2015 23:10, J.F. Rick wrote:
I just tried it (Ubuntu 14.04) and it doesn't work:
The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages.
Cheers,
Jeff
On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
I tried to do "sudo aptitude install ia32-libs" and got the following message: No candidate version found for ia32-libs No candidate version found for ia32-libs No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. Apparently getting ia32-libs in 14.04 is a known problem: http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubun... I've been trying some things recommended there but I can't seem to get it to work. Cheers, Jeff On Sat, Feb 14, 2015 at 7:58 AM, J.F. Rick <self@je77.com> wrote:
I followed the instructions on the Download Pharo page. So, I did include that command. I just tried it again with the same result.
Cheers,
Jeff
On Sat, Feb 14, 2015 at 4:04 AM, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hello Jeff,
does it work if you execute
dpkg --*add*-*architecture* i386
first?
Best regards, Markus
On 13.02.2015 23:10, J.F. Rick wrote:
I just tried it (Ubuntu 14.04) and it doesn't work:
The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages.
Cheers,
Jeff
On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
Hi Markus, I'm not using Linux at the moment, but just a vote of encouragement. Looks like a maybe a bit of a tough nut to crack, and from a community aspect I appreciate you've taken up the gauntlet to do this... (For non-native english speakers... * http://users.tinyonline.co.uk/gswithenbank/sayingst.htm#Throw down the gauntlet) * http://onlinedictionary.datasegment.com/word/to+throw+down+the+gauntlet ) On Sat, Feb 14, 2015 at 9:28 PM, J.F. Rick <self@je77.com> wrote:
I tried to do "sudo aptitude install ia32-libs" and got the following message:
No candidate version found for ia32-libs No candidate version found for ia32-libs No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used.
Apparently getting ia32-libs in 14.04 is a known problem:
http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubun... I've been trying some things recommended there but I can't seem to get it to work.
Cheers,
Jeff
On Sat, Feb 14, 2015 at 7:58 AM, J.F. Rick <self@je77.com> wrote:
I followed the instructions on the Download Pharo page. So, I did include that command. I just tried it again with the same result.
Cheers,
Jeff
On Sat, Feb 14, 2015 at 4:04 AM, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hello Jeff,
does it work if you execute
dpkg --*add*-*architecture* i386
first?
Best regards, Markus
On 13.02.2015 23:10, J.F. Rick wrote:
I just tried it (Ubuntu 14.04) and it doesn't work:
The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages.
Cheers,
Jeff
On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
http://forum.world.st/Running-Pharo-on-Ubuntu-14-04-1-LTS-64-bit-td4805726.h...
On 14 Feb 2015, at 17:05, Ben Coman <btc@openInWorld.com> wrote:
Hi Markus,
I'm not using Linux at the moment, but just a vote of encouragement. Looks like a maybe a bit of a tough nut to crack, and from a community aspect I appreciate you've taken up the gauntlet to do this...
(For non-native english speakers... * http://users.tinyonline.co.uk/gswithenbank/sayingst.htm#Throw down the gauntlet) * http://onlinedictionary.datasegment.com/word/to+throw+down+the+gauntlet )
On Sat, Feb 14, 2015 at 9:28 PM, J.F. Rick <self@je77.com> wrote: I tried to do "sudo aptitude install ia32-libs" and got the following message:
No candidate version found for ia32-libs No candidate version found for ia32-libs No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used.
Apparently getting ia32-libs in 14.04 is a known problem: http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubun... I've been trying some things recommended there but I can't seem to get it to work.
Cheers,
Jeff
On Sat, Feb 14, 2015 at 7:58 AM, J.F. Rick <self@je77.com> wrote: I followed the instructions on the Download Pharo page. So, I did include that command. I just tried it again with the same result.
Cheers,
Jeff
On Sat, Feb 14, 2015 at 4:04 AM, Markus Fritsche <mfritsche@reauktion.de> wrote: Hello Jeff,
does it work if you execute
dpkg --add-architecture i386
first?
Best regards, Markus
On 13.02.2015 23:10, J.F. Rick wrote:
I just tried it (Ubuntu 14.04) and it doesn't work:
The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems, you have held broken packages.
Cheers,
Jeff
On Fri, Feb 13, 2015 at 7:23 AM, Damien Cassou <damien.cassou@gmail.com> wrote:
Markus Fritsche writes:
Hello Brad,
Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand.
the Continuous Integration Server was down. But everything is fixed now and you can enjoy the new launcher.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
On 14.02.2015 20:51, Sven Van Caekenberghe wrote:
http://forum.world.st/Running-Pharo-on-Ubuntu-14-04-1-LTS-64-bit-td4805726.h...
Thanks for the work around. The stable repository works again (confirmed with a virgin vm ;-). Since the original created stable image, the dependencies have been adjusted and I was missing a package within the chain. This is fixed now. Kind regards, Markus
Just tried installing "pharo-launcher" again and am getting the following error: Errors were encountered while processing: /var/cache/apt/archives/pharo-vm-core-i386_2014.11.29-16~ppa1~trusty1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4806426.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hello Brad, did you do this as posted to pharo-users? ----------- If you're *not* using pillar or phratch, and have problems updating the pharo packages, please execute dpkg -l | grep -i pharo | awk ' { print $2 } ' | xargs sudo apt-get -y purge ; sudo apt-get update && sudo apt-get install pharo-launcher "dpkg -l | grep -i pharo | awk ' { print $2 } '" will list all installed pharo-packages, xargs will give that result to apt-get for the packages to be purged (that is, remove all their data and metadata - the images that you have in your home directory will NOT be affected). Kind regards, Markus ----------- On 19.02.2015 03:25, bsselfridge@gmail.com wrote:
Just tried installing "pharo-launcher" again and am getting the following error:
Errors were encountered while processing:
/var/cache/apt/archives/pharo-vm-core-i386_2014.11.29-16~ppa1~trusty1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
----- Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4806426.htm... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (6)
-
Ben Coman -
bsselfridge@gmail.com -
Damien Cassou -
J.F. Rick -
Markus Fritsche -
Sven Van Caekenberghe