21 April 2008

Scratchbox on Ubuntu Hardy troubleshooting

Yesterday I upgraded from Ubuntu 7.10 to the new 8.04 RC and I "broke" my Scratchbox installation. I tried to install it again and I had still some problems logging into Scratchbox and installing the SDK.

The I found this page: http://suppressingfire.livejournal.com/35277.html

that explain how to fix these problems. In particular if you get this kind of error trying to log into Scratchbox:
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!

You can fix it in this way:

echo 0 | sudo tee /proc/sys/vm/vdso_enabled
You can read the complete fix in my updated wiki: http://www.ptlug.org/wiki/Howto_Installing_Maemo_SDK_4

7 comments:

Michael Head said...

Thanks for the link ;-)

Andrea Grandi said...

Thanks to you :)

Anunakin said...

Thanks!!! I just bougth my N810 ... and cant wait to compile thinks to it...

Daniel d'Andrada T. de Carvalho said...

Thanks! The [...]vdso_enabled command worked like a charm!

joone said...

Thanks, it works~

Simply Vivek said...

Thanks....This worked for me

ZagNut said...

Good stuff! You saved both my keyboard and my forehead!