Last week I announced a release candidate for 5.0.1:
http://lists.squeakland.org/pipermail/squeakland/2012-June/006463.html Perhaps that mail was too buried in the squeakland thread? I got no feedback at all, nobody reported on their testing of either 5.0.1 nor the new OLPC OS. Today I uploaded another release candidate incorporating the latest changes: http://etoys.squeak.org/download/ Please test. Here's the list of changes since 5.0 (straight from the NEWS file): 5.0.2408 (1 July 2012) * 5.0.1 RC2 * Added translation: en_GB * Updated translation: da, de, bn, hy, hus, zh_CN * Move ScratchClient to 'Tools' category * Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers. 5.0.2407 (25 June 2012) * 5.0.1 RC1 * Added translation: hus * Update translations: da, de, es, nl, pt, sv, zh * Sugar: fix choosing objects from external media instead of Journal, and handle non-ASCII filenames * Etoys-To-Go: added Linux VM for ARM processors * make saved projects that do not use new features more likely to work in earlier versions of Etoys (SQ-1095) * adds a preference, 'singlePixelNib', so the smallest brush will draw with a one-pixel-wide nib (SQ-1004) * fix dropping a GIF image into Etoys (SQ-1094) * mark month names and weekday names for translation (SQ-1102) * some ScratchConnect fixes from Koji Yokokawa (SQ-1085, SQ-1086, SQ-1087) * better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction' * minor fixes (SQ-811, SQ-869, SQ-1036, SQ-1045, SQ-1051, SQ-1088, SQ-1096, SQ-1099) - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Hi
I'm testing a little and it seems good. I'm having trouble with connecting to the showcase, though. Karl On Sun, Jul 1, 2012 at 6:34 PM, Bert Freudenberg <[hidden email]> wrote: > Last week I announced a release candidate for 5.0.1: > http://lists.squeakland.org/pipermail/squeakland/2012-June/006463.html > Perhaps that mail was too buried in the squeakland thread? I got no feedback at all, nobody reported on their testing of either 5.0.1 nor the new OLPC OS. > > Today I uploaded another release candidate incorporating the latest changes: > http://etoys.squeak.org/download/ > > Please test. Here's the list of changes since 5.0 (straight from the NEWS file): > > 5.0.2408 (1 July 2012) > * 5.0.1 RC2 > * Added translation: en_GB > * Updated translation: da, de, bn, hy, hus, zh_CN > * Move ScratchClient to 'Tools' category > * Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers. > > 5.0.2407 (25 June 2012) > * 5.0.1 RC1 > * Added translation: hus > * Update translations: da, de, es, nl, pt, sv, zh > * Sugar: fix choosing objects from external media instead of Journal, and handle non-ASCII filenames > * Etoys-To-Go: added Linux VM for ARM processors > * make saved projects that do not use new features more likely to work in earlier versions of Etoys (SQ-1095) > * adds a preference, 'singlePixelNib', so the smallest brush will draw with a one-pixel-wide nib (SQ-1004) > * fix dropping a GIF image into Etoys (SQ-1094) > * mark month names and weekday names for translation (SQ-1102) > * some ScratchConnect fixes from Koji Yokokawa (SQ-1085, SQ-1086, SQ-1087) > * better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction' > * minor fixes (SQ-811, SQ-869, SQ-1036, SQ-1045, SQ-1051, SQ-1088, SQ-1096, SQ-1099) > > - Bert - > > > _______________________________________________ > etoys-dev mailing list > [hidden email] > http://lists.squeakland.org/mailman/listinfo/etoys-dev etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Started testing.
On Sun, Jul 1, 2012 at 5:25 PM, karl ramberg <[hidden email]> wrote: Hi _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Did not run on Ubuntu 12.04 LTS. Got the following error when trying to start:
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Stephen On Sun, Jul 1, 2012 at 11:31 PM, Steve Thomas <[hidden email]> wrote: Started testing. _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
I also tried 4.1.1 and that had the same issue.
When I installed Etoys via Ubuntu Software Center, I got 4.0 and that works. Stephen On Thu, Jul 5, 2012 at 10:50 PM, Steve Thomas <[hidden email]> wrote: Did not run on Ubuntu 12.04 LTS. Got the following error when trying to start: _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Weird. Works fine for me: bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ cat /etc/motd Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic-pae i686) But it's possible that my system is not clean. Could you try again after installing libuuid1: sudo apt-get install libuuid1 - Bert - On 2012-07-06, at 05:58, Steve Thomas wrote: I also tried 4.1.1 and that had the same issue. _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Tried installing said "already newest version" and no luck. Will see if I can try on another machine later today.
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ cat /etc/motd Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-26-generic x86_64) * Documentation: https://help.ubuntu.com/ sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ sudo apt-get install libuuid1 Reading package lists... Done Building dependency tree Reading state information... Done libuuid1 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ cd .. sthomas1@ubuntu:~/Documents$ cd *4.1* sthomas1@ubuntu:~/Documents/Etoys-To-Go 4.1.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. /home/sthomas1/Documents/Etoys-To-Go 4.1.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory sthomas1@ubuntu:~/Documents/Etoys-To-Go 4.1.1.app$ On Fri, Jul 6, 2012 at 5:27 AM, Bert Freudenberg <[hidden email]> wrote:
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
It's weird that you get an error loading libuuid.so.1 then, if it is installed. The other weird thing is the pulse audio error. Is LD_PRELOAD set on your system? Try "echo $LD_PRELOAD". We can also check if the VM runs on its own - that would mean the problem is in the Etoys script. E.g.: bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ Contents/Linux-i686/etoys -version 4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2 Linux vps2.piumarta.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 GNU/Linux plugin path: /home/bert/Downloads/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/ [default: /home/bert/Downloads/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/] And if that fails, what does ldd report? E.g.: bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ ldd Contents/Linux-i686/etoys linux-gate.so.1 => (0xb776b000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7728000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb7723000) libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7708000) libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb7702000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb755d000) /lib/ld-linux.so.2 (0xb776c000) Thanks! - Bert - On 2012-07-06, at 14:14, Steve Thomas wrote: Tried installing said "already newest version" and no luck. Will see if I can try on another machine later today. _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Bert,
Here is info requested: sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ echo $LD_PRELOAD sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Contents/Linux-i686/etoys -version 4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2 Linux vps2.piumarta.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 GNU/Linux plugin path: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/ [default: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/] sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ldd Contents/Linux-i686/etoys linux-gate.so.1 => (0xf7775000) libm.so.6 => /lib32/libm.so.6 (0xf7736000) libdl.so.2 => /lib32/libdl.so.2 (0xf7731000) libnsl.so.1 => /lib32/libnsl.so.1 (0xf7717000) libuuid.so.1 => /usr/lib/libuuid.so.1 (0xf7711000) libc.so.6 => /lib32/libc.so.6 (0xf756f000) /lib/ld-linux.so.2 (0xf7776000) sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Note I also was looking for the location of libuuid.s0.1 and could not find it, I downloaded a version and created a softlink in /usr/lib and got a different errot (see below):
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ls -l /usr/lib | grep uuid rwxrwxrwx 1 root root 47 Jul 6 08:31 libuuid.so.1 -> /home/sthomas1/Desktop/usr/lib/libuuid.so.1.3.0 sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. libSM.so.6: cannot open shared object file: No such file or directory could not find module vm-display-X11 ./etoys.sh: line 107: 2303 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ I am pretty sure (will check this afternoon) that I have a 5.0 running on my Ubuntu 12.04 elsewhere, but believe that may be the 32 bit version and this machine is the 64 bit version. Stephen On Fri, Jul 6, 2012 at 9:09 AM, Bert Freudenberg <[hidden email]> wrote:
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 2012-07-06, at 15:33, Steve Thomas wrote:
> Bert, > > Here is info requested: > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ echo $LD_PRELOAD > > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Contents/Linux-i686/etoys -version > 4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2 > Linux vps2.piumarta.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 GNU/Linux > plugin path: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/ [default: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/] > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ldd Contents/Linux-i686/etoys > linux-gate.so.1 => (0xf7775000) > libm.so.6 => /lib32/libm.so.6 (0xf7736000) > libdl.so.2 => /lib32/libdl.so.2 (0xf7731000) > libnsl.so.1 => /lib32/libnsl.so.1 (0xf7717000) > libuuid.so.1 => /usr/lib/libuuid.so.1 (0xf7711000) > libc.so.6 => /lib32/libc.so.6 (0xf756f000) > /lib/ld-linux.so.2 (0xf7776000) That libuuid.so.1 path looks suspiciously different from the others. Is that from after you made that symlink? > Note I also was looking for the location of libuuid.s0.1 and could not find it, I downloaded a version and created a softlink in /usr/lib and got a different errot (see below): > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ls -l /usr/lib | grep uuid > rwxrwxrwx 1 root root 47 Jul 6 08:31 libuuid.so.1 -> /home/sthomas1/Desktop/usr/lib/libuuid.so.1.3.0 > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh > ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. > libSM.so.6: cannot open shared object file: No such file or directory > could not find module vm-display-X11 > ./etoys.sh: line 107: 2303 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ > > > I am pretty sure (will check this afternoon) that I have a 5.0 running on my Ubuntu 12.04 elsewhere, but believe that may be the 32 bit version and this machine is the 64 bit version. > > Stephen If this is the 64 bit machine then you probably have only installed the 64 bit version of libuuid.so.1. This sounds similar to an old ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/298611 but they say it was fixed? In any case, the VM we bundle currently needs the 32 bit version of libuuid.so.1. Possibly you can install it using sudo apt-get install libuuid1:i386 (see https://help.ubuntu.com/community/MultiArch ) - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On Fri, Jul 6, 2012 at 10:02 AM, Bert Freudenberg <[hidden email]> wrote:
That libuuid.so.1 path looks suspiciously different from the others. Is that from after you made that symlink? Yes. If this is the 64 bit machine then you probably have only installed the 64 bit version of libuuid.so.1. This sounds similar to an old ubuntu bug: Removed my symlink and tried installing but no luck.
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ sudo apt-get install libuuid1:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gcc-4.6-base:i386 libc6:i386 libgcc1:i386 Suggested packages: glibc-doc:i386 locales:i386 The following NEW packages will be installed: gcc-4.6-base:i386 libc6:i386 libgcc1:i386 libuuid1:i386 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 3,871 kB of archives. After this operation, 9,783 kB of additional disk space will be used. Do you want to continue [Y/n]? y Err http://archive.ubuntu.com/ubuntu/ precise/main gcc-4.6-base i386 4.6.3-1ubuntu5 Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com/ubuntu/ precise/main libc6 i386 2.15-0ubuntu10 Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com/ubuntu/ precise/main libgcc1 i386 1:4.6.3-1ubuntu5 Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com/ubuntu/ precise/main libuuid1 i386 2.20.1-1ubuntu3 Could not resolve 'archive.ubuntu.com' Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.6/gcc-4.6-base_4.6.3-1ubuntu5_i386.deb Could not resolve 'archive.ubuntu.com' Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10_i386.deb Could not resolve 'archive.ubuntu.com' Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.6/libgcc1_4.6.3-1ubuntu5_i386.deb Could not resolve 'archive.ubuntu.com' Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.20.1-1ubuntu3_i386.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ I can test for now on the 32 bit version of Ubuntu. Stephen _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 2012-07-06, at 16:35, Steve Thomas wrote: On Fri, Jul 6, 2012 at 10:02 AM, Bert Freudenberg <[hidden email]> wrote: Well, the install failed, so no wonder nothing changed ;) Are you connected to the internet? Why else would downloading the packages fail - the urls work for me. - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
okay installed and got error:
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. libSM.so.6: cannot open shared object file: No such file or directory could not find module vm-display-X11 ./etoys.sh: line 107: 4681 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Did some searching on that and found this: http://code.google.com/p/pharo/issues/detail?id=2741 So I installed ia32-libs (sudo apt-get install ia32-libs) and it worked!!! Thanks Bert for your help and insightful observations on the internet ;) Stephen On Fri, Jul 6, 2012 at 10:52 AM, Bert Freudenberg <[hidden email]> wrote:
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 2012-07-06, at 17:52, Steve Thomas wrote:
> okay installed and got error: > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh > ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. > libSM.so.6: cannot open shared object file: No such file or directory > could not find module vm-display-X11 > ./etoys.sh: line 107: 4681 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS > sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ > > > Did some searching on that and found this: http://code.google.com/p/pharo/issues/detail?id=2741 So I installed ia32-libs (sudo apt-get install ia32-libs) and it worked!!! > > Thanks Bert for your help and insightful observations on the internet ;) > Stephen Hehe. Well I had assumed that you obviously would have installed ia32-libs first ;) Which would have brought in the right libuuid I guess. It would be nicer if the shell script would give a hint to users that the 32 bit libraries are needed ... I thought at one point it did that, but apparently not. - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 2012-07-06, at 18:32, Bert Freudenberg wrote: > On 2012-07-06, at 17:52, Steve Thomas wrote: > >> okay installed and got error: >> sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh >> ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. >> libSM.so.6: cannot open shared object file: No such file or directory >> could not find module vm-display-X11 >> ./etoys.sh: line 107: 4681 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS >> sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ >> >> >> Did some searching on that and found this: http://code.google.com/p/pharo/issues/detail?id=2741 So I installed ia32-libs (sudo apt-get install ia32-libs) and it worked!!! >> >> Thanks Bert for your help and insightful observations on the internet ;) >> Stephen > > Hehe. Well I had assumed that you obviously would have installed ia32-libs first ;) Which would have brought in the right libuuid I guess. > > It would be nicer if the shell script would give a hint to users that the 32 bit libraries are needed ... I thought at one point it did that, but apparently not. > > - Bert - Or, even better, that it would Just Work. I uploaded an RC3 which adds a new 64 bit VM. Tested on Ubuntu, would be great if someone could try on a 64 bit Fedora. http://etoys.squeak.org/download/ (if you want to test on your 64 Ubuntu, you should get rid of the 32 bit libs) - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On Mon, Jul 09, 2012 at 06:29:26PM +0200, Bert Freudenberg wrote:
> > On 2012-07-06, at 18:32, Bert Freudenberg wrote: > > > On 2012-07-06, at 17:52, Steve Thomas wrote: > > > >> okay installed and got error: > >> sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh > >> ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored. > >> libSM.so.6: cannot open shared object file: No such file or directory > >> could not find module vm-display-X11 > >> ./etoys.sh: line 107: 4681 Aborted (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS > >> sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ > >> > >> > >> Did some searching on that and found this: http://code.google.com/p/pharo/issues/detail?id=2741 So I installed ia32-libs (sudo apt-get install ia32-libs) and it worked!!! > >> > >> Thanks Bert for your help and insightful observations on the internet ;) > >> Stephen > > > > Hehe. Well I had assumed that you obviously would have installed ia32-libs first ;) Which would have brought in the right libuuid I guess. > > > > It would be nicer if the shell script would give a hint to users that the 32 bit libraries are needed ... I thought at one point it did that, but apparently not. > > > > - Bert - > > Or, even better, that it would Just Work. > > I uploaded an RC3 which adds a new 64 bit VM. Tested on Ubuntu, would be great if someone could try on a 64 bit Fedora. > > http://etoys.squeak.org/download/ > > (if you want to test on your 64 Ubuntu, you should get rid of the 32 bit libs) Hi Bert, I tried it on my SuSE Linux PC, and I get this: lewis@linux-jh8m:~/squeak/Etoys/Etoys-To-Go 5.0.1.app> ./etoys.sh /home/lewis/squeak/Etoys/Etoys-To-Go 5.0.1.app/Contents/Linux-x86_64/etoys: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/lewis/squeak/Etoys/Etoys-To- Go 5.0.1.app/Contents/Linux-x86_64/etoys) /home/lewis/squeak/Etoys/Etoys-To-Go 5.0.1.app/Contents/Linux-x86_64/etoys: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /home/lewis/squeak/Etoys/Etoys-To- Go 5.0.1.app/Contents/Linux-x86_64/etoys) lewis@linux-jh8m:~/squeak/Etoys/Etoys-To-Go 5.0.1.app> And just brute force looking at what's in my libc.so.6 I see this: lewis@linux-jh8m:~/squeak/Etoys/Etoys-To-Go 5.0.1.app> strings /lib64/libc.so.6 | grep GLIBC GLIBC_2.2.5 GLIBC_2.2.6 GLIBC_2.3 GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.5 GLIBC_2.6 GLIBC_2.7 GLIBC_2.8 GLIBC_2.9 GLIBC_2.10 GLIBC_2.11 GLIBC_PRIVATE I suspect maybe your computer is "too new" and the 64-bit VM may need to be compiled on something older. I'll be happy to run the compile on my PC if it helps, although that does seem a bit trial-and-error. Dave _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Bert, I tried RC3 on x86_64 Fedora 16 yesterday.
I got miscellaneous segfaults. Though I suspect library conflicts(*) I haven't been able to narrow anything down as ltrace aborts on 'call nesting too deep', and I am not sure where else to look. Sorry I couldn't be more help. David C. * I have a lot of 32 bit libraries on the machine for use with stable Etoys. _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 2012-07-10, at 10:24, David Corking wrote: > Bert, I tried RC3 on x86_64 Fedora 16 yesterday. > > I got miscellaneous segfaults. Though I suspect library conflicts(*) I > haven't been able to narrow anything down as ltrace aborts on 'call > nesting too deep', and I am not sure where else to look. > > Sorry I couldn't be more help. Well, it's helpful to know it doesn't work as hoped. I guess we need to compile the VM on a much older system to be somewhat compatible across distros. - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 10.07.2012, at 03:29, Bert Freudenberg wrote:
> On 2012-07-10, at 10:24, David Corking wrote: > >> Bert, I tried RC3 on x86_64 Fedora 16 yesterday. >> >> I got miscellaneous segfaults. Though I suspect library conflicts(*) I >> haven't been able to narrow anything down as ltrace aborts on 'call >> nesting too deep', and I am not sure where else to look. >> >> Sorry I couldn't be more help. > > > Well, it's helpful to know it doesn't work as hoped. > > I guess we need to compile the VM on a much older system to be somewhat compatible across distros. > > - Bert - ... which David kindly did. So please try RC4 from http://etoys.squeak.org/download/ This also puts the Listener back in the object catalog per Randy's request. One issue I noted is that in the US English locale, no entry is selected anymore in the language menu. Presumably this is due to the addition of British English. Should we rather remove that again? (it was added after the 5.0 release) - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On 29.07.2012, at 03:43, Bert Freudenberg wrote:
> So please try RC4 from > > http://etoys.squeak.org/download/ > > This also puts the Listener back in the object catalog per Randy's request. > > One issue I noted is that in the US English locale, no entry is selected anymore in the language menu. Presumably this is due to the addition of British English. Should we rather remove that again? (it was added after the 5.0 release) Have not seen a response to this. Summer time is slow, it seems. No wait, it's winter in the southern hemisphere ... In any case I won't be able to work on this for the next 10 days. If someone feels like pushing this release out the door in that time, please do so :) - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Free forum by Nabble | Edit this page |