[Vm-dev] chroot VM build

Max Leske maxleske at gmail.com
Sun May 21 13:12:18 UTC 2017


Hi Ben,

> On 21 May 2017, at 15:02, vm-dev-request at lists.squeakfoundation.org wrote:
> 
>> 
>> The builds were performed in two separate chroot jails so they did not
>> influence each other. The system is a Debian Jessie, 64 bits.
>> 
> 
> Side question - I'm curious how you go about doing a chroot build.  In
> another thread you could you post some more info on this?
> 
> cheers -ben


We don't always use chroot but we currently do to build the VM as the build
- may download stuff from the internet
- requires installation of 32 bit compat libs
and we don't want to junk up the system with any of that. Hence, we have a script that creates the chroot for us and prepares all the build dependencies (script attached below). Then we do $ chroot <chroot name> and start compilation (the attached script will create a couple of helper scripts to do that).

Does that answer your question?

Cheers,
Max

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170521/f05778a9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: create-pharo-chroot.sh
Type: application/octet-stream
Size: 3695 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170521/f05778a9/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170521/f05778a9/attachment-0001.html>


More information about the Vm-dev mailing list