andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
908 stars 158 forks source link

Desktop B2G will not start (workaround here) #257

Open lightsofapollo opened 12 years ago

lightsofapollo commented 12 years ago

Currently if you do a fresh install of b2g for desktop it will fail when you start it because of some dependency libcutils.so (which I would guess opens up port 6200 see below) thats causes a segmentation fault when not present (as seen in new desktop builds)

Currently the workaround is to use this script: https://gist.github.com/2205561 .

Maybe everyone knows this already but its not mentioned in the wiki's are far as I can tell.

lightsofapollo commented 12 years ago

Related bugs:

https://bugzilla.mozilla.org/show_bug.cgi?id=739136 https://bugzilla.mozilla.org/show_bug.cgi?id=732467 https://bugzilla.mozilla.org/show_bug.cgi?id=739452

arky commented 12 years ago

Update your repo and build again. Problem seems to be fixed.