Hi, I'm trying to build Firefox on Ubuntu 14.04 using gcc 4.8.2, by following https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
When I run ./mach build I get the following error during the linking phase: 0:09.29 cd pk11wrap; /usr/bin/make libs 0:09.30 cd cryptohi; /usr/bin/make libs 0:09.32 cd nss; /usr/bin/make libs 0:09.58 cd ssl; /usr/bin/make libs 0:09.60 cd pkcs12; /usr/bin/make libs 0:09.61 cd pkcs7; /usr/bin/make libs 0:09.63 cd smime; /usr/bin/make libs 0:09.67 cd crmf; /usr/bin/make libs 0:09.69 cd jar; /usr/bin/make libs 0:09.70 cd ckfw; /usr/bin/make libs 0:09.72 cd builtins; /usr/bin/make libs 0:09.76 cd mangle; /usr/bin/make libs 0:10.47 Traceback (most recent call last): 0:10.47 File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main 0:10.47 "__main__", fname, loader, pkg_name) 0:10.48 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code 0:10.48 exec code in run_globals 0:10.48 File "/home/mmatyas/Mozilla/mozilla-central/python/mozbuild/mozbuild/action/link_deps.py", line 229, in <module> 0:10.48 main(sys.argv[1:]) 0:10.48 File "/home/mmatyas/Mozilla/mozilla-central/python/mozbuild/mozbuild/action/link_deps.py", line 219, in main 0:10.48 linker.add_dependencies(open(f)) 0:10.48 File "/home/mmatyas/Mozilla/mozilla-central/python/mozbuild/mozbuild/action/link_deps.py", line 134, in add_dependencies 0:10.48 % (t, self._targets[t][0], depfile)) 0:10.48 Exception: Found target $(DEPTH)/modules/libmar/tool/mar.o in $(DEPTH)/modules/libmar/tool/.deps/host_mar.o.pp and $(DEPTH)/modules/libmar/tool/.deps/mar.o.pp 0:10.48 make[5]: *** [libs] Error 1 0:10.48 make[4]: *** [modules/libmar/tool/libs] Error 2 0:10.48 make[3]: *** [libs] Error 2 0:10.48 make[2]: *** [default] Error 2 0:10.48 make[1]: *** [realbuild] Error 2 0:10.48 make: *** [build] Error 2 0:10.52 527 compiler warnings present. I've already installed the dependencies, tried with and without .mozconf, including various build options. This problem also happens when I try to build the other applications, like Thunderbird. What could be the problem? _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

