March 15, 2015
2:12 p.m.
Hi all, I decided to build a PharoVM as of today for openindiana following my notes I took last year when I did it last. For this build I am using the PharoVM sources as of today (15th March, 2015) from https://github.com/pharo-project/pharo-vm. I am bootstrapping it from my Mac. First finding: Running newImage.sh shows a problem with an outdated class in the SoundSystem which leads to the error log that I appended to this mail. The reason for this problem is an outdated class BaseSoundSystem which inherits from AbstractSoundSystem. Pharo 3.0 changed the name from AbstractSoundSystem to SoundSystem. Thus, Sound.Package (GuillermoPolito.69) needs an update. Regards Andreas