If you run `npm install` from your gaia directory, does that fix it?

The package.json file lists a bunch of things that I think we rely on. npm
install will install them. And I suspect that really-clean removes them.

(I only know about this because if I have not run npm install then I get a
warning message about my code not being linted when I try to commit.  I
suspect that it is also needed to make local tests work.)

  David

On Tue, Nov 10, 2015 at 11:53 PM, Reza Akhavan <[email protected]> wrote:

> I recently ran `$ make really-clean` and got myself in trouble because now
> I can't run unit or integration tests.
>
> After the clean when I run the unit test server via `$ ./bin/gaia-test &`
> I get the error:
>
> ```
> [1] 288
> root@jedibook:/gaia# gaia-test: Using gaia at '/gaia'.
> XPCOMGlueLoad error for file /gaia/firefox/libmozgtk.so:
> libgtk-3.so.0: cannot open shared object file: No such file or directory
> Couldn't load XPCOM.
> gaia-test: Firefox is only version ; use 22 or newer.
> ```
>
> I came across this Stack Overflow question that sounds relevant:
>
> http://askubuntu.com/questions/657881/firefox-42-libgtk-3-so-0-cannot-open-shared-object-file-no-such-file-or-dire
>
> I didn't need to change anything before and the correct version of
> mulet/firefox binary was installed. Am I missing a new environment variable
> or setting?
>
> OS: Ubuntu 14.04
>
> Thanks for the help,
> Reza
>
>
> _______________________________________________
> dev-fxos mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-fxos
>
>
_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to