View Single Post
Posts: 3 | Thanked: 0 times | Joined on Oct 2009
#1
I'm a scratchbox and Linux noob and having a bit of trouble getting it installed.
I'm following this guide and I'm up to the part 3.

When I issue the command:

Code:
$ sudo ./maemo-scratchbox-install_5.0.sh -u mcbi4kh2
The terminal prints out this:

Code:
Install options
---------------

Install from packages=apt
Scratchbox install path=/scratchbox
Scratchbox group=sbox
armel compiler=cs2007q3-glibc2.5-arm
i386 compiler=cs2007q3-glibc2.5-i386
armel devkits=perl:debian-etch:qemu:doctools:svn:git
i386 devkits=perl:debian-etch:doctools:svn:git
armel CPU transparency=qemu-arm-sb

Checking for prerequisites
--------------------------

Running as user root... yes
Not running as user root inside fakeroot... yes
Running outside of scratchbox... yes
Scratchbox installation existing... no
Running on Linux kernel... yes
Running on i386 architecture... yes
Host kernel binfmt_misc support... yes
Host kernel VDSO support... no
E: Host kernel VDSO support is incompatible with scratchbox.
E: You can disable VDSO support for this session with
E: 'echo 0 > /proc/sys/vm/vdso_enabled' as root
E: For a permanent solution you may add 'vm.vdso_enabled = 0'
E: to /etc/sysctl.conf and run 'sysctl -p' as root
root@mcbi4kh2-desktop:~#

but does not download 420MB of material from the web. Any ideas what I am doing wrong?
Edit: I'm on Ubuntu 9.04 btw.