← Back to team overview

ubuntu-phone team mailing list archive

Re: BUG: Ran out of space while installing ubuntu-sdk/go-qml directly on Nexus 4

 

On 03/17/2014 04:04 PM, Oliver Grawert wrote:
> hi Am Montag, den 17.03.2014, 15:50 -0400 schrieb David Marceau:
>> On 03/17/2014 02:35 PM, Oliver Grawert wrote:
>>> Am Montag, den 17.03.2014, 09:38 -0400 schrieb David Marceau:
>>>> On 03/17/2014 02:24 AM, f69m wrote:
>>>>>> sudo apt-get install qemu-user-static sudo
>>>>>> qemu-debootstrap --arch armhf trusty my-devel-chroot sudo
>>>>>> chroot my-devel-chroot (do whatever you want to do wrt
>>>>>> development)
>>>> 
>>>> Ok. Pardon my ignorance, but how do I install ubuntu-sdk
>>>> within this armhf chroot?
>>> 
>>> you make sure that a line for universe is added in the 
>>> /etc/apt/sources.list file, run apt-get update and apt-get
>>> install whatever you like inside the chroot, it behaves like a
>>> native arm device (just that it runs on x86 in reality) ... for
>>> some packages you might need to have /proc and /sys mounted
>>> inside the chroot ...
>> The problem is that there is no network up within the chroot.  It
>> is a barebones nothing up.

> if you mount proc and sys after entering the chroot the network of
> your host is just used ... mount -t proc proc /proc mount -t sysfs
> sys /sys

> ciao oli

It automagically worked! Thank you.
On to installing golang/go-qml dependencies.

Cheers,
David Marceau



Follow ups

References