Date: Tue, 13 May 2014 15:52:40 +0100 From: John <freebsd-lists@potato.growveg.org> To: freebsd-ports@freebsd.org Subject: firefox does not build on 10-STABLE Message-ID: <20140513145240.GA16448@potato.growveg.org>
next in thread | raw e-mail | index | archive | help
Hello ports! I cannot get firefox to build on my system. Can anyone please help? ports version: Path: /usr/ports Working Copy Root Path: /usr/ports URL: https://svn0.eu.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn0.eu.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 353949 Node Kind: directory Schedule: normal Last Changed Author: jadawin Last Changed Rev: 353949 Last Changed Date: 2014-05-13 14:12:50 +0100 (Tue, 13 May 2014) freebsd version: FreeBSD 10.0-STABLE #0 r265914: Mon May 12 16:53:49 BST 2014 /etc/make.conf is empty. The build fails like this: # define MOZ_ALWAYS_INLINE_EVEN_DEBUG __attribute__((always_inline)) inline ^ In file included from /usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0/content/svg/content/src/Unified_cpp_content_svg_content_src8.cpp:2: In file included from /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGElement.cpp:9: In file included from /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGElement.h:15: In file included from ../../../../dist/include/mozilla/css/StyleRule.h:16: In file included from ../../../../dist/include/mozilla/css/Rule.h:12: In file included from /usr/ports/www/firefox/work/mozilla-release/layout/style/nsIStyleRule.h:16: In file included from ../../../../dist/include/nsISupports.h:10: In file included from ../../../../dist/include/nsrootidl.h:13: In file included from ../../../../dist/include/nscore.h:19: ../../../../dist/include/mozilla/mozalloc.h:234:21: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete] MOZALLOC_EXPORT_NEW MOZALLOC_INLINE ^ ../../../../dist/include/mozilla/mozalloc.h:44:27: note: expanded from macro 'MOZALLOC_INLINE' # define MOZALLOC_INLINE MOZ_ALWAYS_INLINE_EVEN_DEBUG ^ ../../../../dist/include/mozilla/Attributes.h:27:75: note: expanded from macro 'MOZ_ALWAYS_INLINE_EVEN_DEBUG' # define MOZ_ALWAYS_INLINE_EVEN_DEBUG __attribute__((always_inline)) inline ^ In file included from /usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0/content/svg/content/src/Unified_cpp_content_svg_content_src8.cpp:2: In file included from /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGElement.cpp:9: In file included from /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGElement.h:15: In file included from ../../../../dist/include/mozilla/css/StyleRule.h:16: In file included from ../../../../dist/include/mozilla/css/Rule.h:12: In file included from /usr/ports/www/firefox/work/mozilla-release/layout/style/nsIStyleRule.h:16: In file included from ../../../../dist/include/nsISupports.h:10: In file included from ../../../../dist/include/nsrootidl.h:13: In file included from ../../../../dist/include/nscore.h:19: ../../../../dist/include/mozilla/mozalloc.h:240:21: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete] MOZALLOC_EXPORT_NEW MOZALLOC_INLINE ^ ../../../../dist/include/mozilla/mozalloc.h:44:27: note: expanded from macro 'MOZALLOC_INLINE' # define MOZALLOC_INLINE MOZ_ALWAYS_INLINE_EVEN_DEBUG ^ ../../../../dist/include/mozilla/Attributes.h:27:75: note: expanded from macro 'MOZ_ALWAYS_INLINE_EVEN_DEBUG' # define MOZ_ALWAYS_INLINE_EVEN_DEBUG __attribute__((always_inline)) inline ^ 8 warnings generated. 8 warnings generated. gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0/content/svg/content/src' gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake[3]: *** [compile] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake[2]: *** [default] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/firefox *** Error code 1 Stop. make: stopped in /usr/ports/www/firefox thanks! -- John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140513145240.GA16448>