On Sun, Apr 16, 2017 at 11:21:48PM +0800, Ben Coman wrote:
> On Sun, Apr 16, 2017 at 10:50 PM, Alistair Grant <[hidden email]> wrote: > > > > Do you know how the linux zero conf scripts are / will be built? > > > > My assumption has been that they are part of the image build. > > I'm not familiar with the zero-conf implementation. > You might learn something here... > https://github.com/pharo-project/pharo-zeroconf Thanks. This looks like it provides the download scripts and CONFIG for the threaded vm, but not the pharo and pharo-ui scripts that actually launch Pharo. I'll have to keep searching... :-) Thanks again, Alistair |
In reply to this post by K K Subbu
On 17 April 2017 at 10:37, K K Subbu <[hidden email]> wrote: You can use the attached magic file with file(1) command: Thanks for this! |
In reply to this post by alistairgrant
Success!
I'm now running the Pharo 5.0, Pharo 6.0, and Moose 6.1 images without a hitch. Some hero has even fixed the libcairo name lookup issue in the Moose image. Now it's searching LD_LIBRARY_PATH and so I have added every shared library there in the wrapper script. I decided to manually write the SCCS version information directly in the package definition and update that with sed. This is the part that I need to maintain manually now:
I will close my PR on the pharo-vm repo too because I ended up packaging the upstream source as-is without depending on any of those changes. Have to think about what's left... tidy up, test with the pharo-launcher image, test on OSX, push to nix upstream... something like that. Thanks for all the help !! Cheers, -Luke |
Hi Luke,
On Mon, Apr 17, 2017 at 9:50 PM, Luke Gorrie <[hidden email]> wrote:
Great to hear of your success. I was just in the middle of composing the following when your post popped up for me. Some of the points you raise actually would have been best discussed on the vm-dev [1] mail list. I'm going to post some follow up questions there and you may want to listen in. Also, since much of the vm level stuff is shared with Squeak, it would be good for them to benefit from knowing of your solution. Could you post a summary at vm-dev? cheers -ben |
In reply to this post by Luke Gorrie
On Mon, Apr 17, 2017 at 09:34:53AM +0200, Luke Gorrie wrote:
> On 17 April 2017 at 07:50, Alistair Grant <[hidden email]> wrote: > > > Yes, 32 bit VM will only work with 32 bit images, and 64 bit VM with 64 > > bit images. > > > > I wonder if some DWIM would make sense here. For example, my bash wrapper > that starts the VM could inspect the image file and decide which VM is > appropriate (spur, non-spur, 32-it, 64-bit, etc.) Otherwise the user needs > to guess and decipher cryptic error messages. > > Has anybody made such a "DWIM" script that automatically selects the right > VM? Would love a link to use for reference. > http://lists.squeakfoundation.org/pipermail/vm-dev/2017-April/024751.html Dave |
In reply to this post by EstebanLM
On Sat, Apr 15, 2017 at 5:45 AM, Esteban Lorenzano <[hidden email]> wrote:
It should also have been cc'ed to vm-dev. It is mostly about VM related issues.
_,,,^..^,,,_ best, Eliot |
Free forum by Nabble | Edit this page |