maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Trouble installing scratchbox Maemo 5 (https://talk.maemo.org/showthread.php?t=33765)

mcbi4kh2 2009-10-31 09:41

Trouble installing scratchbox Maemo 5
 
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.

JosefA 2009-10-31 09:49

Re: Trouble installing scratchbox Maemo 5
 
Code:

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

That didn't give you an idea?

mcbi4kh2 2009-10-31 09:50

Re: Trouble installing scratchbox Maemo 5
 
D'oh. Sorry...It's early here.

dmj726 2009-10-31 09:54

Re: Trouble installing scratchbox Maemo 5
 
http://wiki.forum.nokia.com/index.ph..._for_beginners

Scratchbox does not support VSDO (Virtual Dynamic Shared Object) and you need to disable this feature. Edit the file /etc/sysctl.conf using your preferred editor and add the following line at the end of the file:
vm.vdso_enabled = 0

Thus, reload the settings:
sudo sysctl -p

mcbi4kh2 2009-10-31 10:03

Re: Trouble installing scratchbox Maemo 5
 
Thanks dmj726, just ran that and it's downloading now.


All times are GMT. The time now is 20:06.

vBulletin® Version 3.8.8