Hello, I tried to set up Pharo 2.0 on Fedora 19 x86-64, and for that I needed the 32-bit libraries. Using ldd I could figure out most of them: glibc (obviously), X11, OpenGL libs, ALSA, libSM, libICE. All the bundled executables/libs are okay according to ldd. But when I start pharo I get a blank screen with no response of any kind. Only Ctrl-C still works. Breaking into a debugger seems to show me the VM is stuck in an infinite loop in findMethodWithPrimitiveFromContextUpToContext() function. Am I missing a library? Has anyone had success with Pharo on Fedora yet? Thanks, Daniel
Hi, for me Pharo fully works after upgrade to Fedora 19. With this packages: glibc-devel.i686 mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 I use XFCE without accelerated desktop. Cheers, -- Pavel On Thu, Jul 4, 2013 at 4:35 PM, Daniel Miranda <danielkza2@gmail.com> wrote:
Hello,
I tried to set up Pharo 2.0 on Fedora 19 x86-64, and for that I needed the 32-bit libraries.
Using ldd I could figure out most of them: glibc (obviously), X11, OpenGL libs, ALSA, libSM, libICE. All the bundled executables/libs are okay according to ldd.
But when I start pharo I get a blank screen with no response of any kind. Only Ctrl-C still works. Breaking into a debugger seems to show me the VM is stuck in an infinite loop in findMethodWithPrimitiveFromContextUpToContext() function.
Am I missing a library? Has anyone had success with Pharo on Fedora yet?
Thanks, Daniel
On KDE with acceleration it works fine too. Maybe some video card driver problem? -- Pavel On Thu, Jul 4, 2013 at 4:52 PM, Pavel Krivanek <pavel.krivanek@gmail.com>wrote:
Hi,
for me Pharo fully works after upgrade to Fedora 19. With this packages: glibc-devel.i686 mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 I use XFCE without accelerated desktop.
Cheers, -- Pavel
On Thu, Jul 4, 2013 at 4:35 PM, Daniel Miranda <danielkza2@gmail.com>wrote:
Hello,
I tried to set up Pharo 2.0 on Fedora 19 x86-64, and for that I needed the 32-bit libraries.
Using ldd I could figure out most of them: glibc (obviously), X11, OpenGL libs, ALSA, libSM, libICE. All the bundled executables/libs are okay according to ldd.
But when I start pharo I get a blank screen with no response of any kind. Only Ctrl-C still works. Breaking into a debugger seems to show me the VM is stuck in an infinite loop in findMethodWithPrimitiveFromContextUpToContext() function.
Am I missing a library? Has anyone had success with Pharo on Fedora yet?
Thanks, Daniel
I'll try reinstalling the libraries as instructed. I'm currently using the latest proprietary NVIDIA drivers, they may the problem. I suspect not because I tried the 3.0 alpha and it ran fine. -- View this message in context: http://forum.world.st/Pharo-on-Fedora-19-tp4697358p4697455.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Libraries reinstaller, problem persists, Pharo is definitely stuck on findMethodWithPrimitiveFromContextUpToContext(). It looks like a problem during initialization, way before graphics drivers would get in the way. As I mentioned the 3.0 alpha runs OK, which further raises my suspicions of a VM bug (what would be special about my system to cause is a more complex matter). Daniel On Thu, Jul 4, 2013 at 11:22 PM, danielkza <danielkza2@gmail.com> wrote:
I'll try reinstalling the libraries as instructed. I'm currently using the latest proprietary NVIDIA drivers, they may the problem. I suspect not because I tried the 3.0 alpha and it ran fine.
-- View this message in context: http://forum.world.st/Pharo-on-Fedora-19-tp4697358p4697455.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Daniel Miranda -
danielkza -
Pavel Krivanek