Greetings all, I am sure it has been asked a thousand times, but I'm struggling to make these two gentlemen play nice. I am downloading b2g version 24.0a1 on one side:
http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-central/b2g-24.0a1.multi.linux-i686.tar.bz2 This one runs perfectly well using it's built-in gaia profile. My goal though is to use my own gaia profile, hence I proceed as follows: $ git clone git://github.com/mozilla-b2g/gaia browser/gaia $ DEBUG=1 make -C gaia profile $ b2g/b2g-bin -profile $(pwd)/gaia-profile The end result is always the emulator in black screen, with the following revealing message on the console. "browser-helper: Can't load the devtools panel. Likely because this version of Gecko is too old" I understand this has to deal with xulrunner? I'm getting this on Debian wheezy both 32 and 64 bit. Exact same setup works flawlessly on MacOS. Also dpkg -l |grep xul returns nothing, and I can see that gaia's "make profile" is downloading this version of xulrunner: http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2012/09/2012-09-20-03-05-43-mozilla-central/xulrunner-18.0a1.en-US This is what I get out from "ldd b2g-bin" on a 64-bit host: linux-vdso.so.1 => (0x00007fffec313000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f4287217000) libdl.so.2 => /lib/libdl.so.2 (0x00007f4287013000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4286cfe000) libm.so.6 => /lib/libm.so.6 (0x00007f4286a7c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f4286866000) libc.so.6 => /lib/libc.so.6 (0x00007f4286503000) /lib64/ld-linux-x86-64.so.2 (0x00007f428743e000) Any ideas on how to get these two giants shake hands would be greatly appreciated. Cheers - Albert _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
