From owner-freebsd-ports@FreeBSD.ORG Tue May 13 18:03:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C415496 for ; Tue, 13 May 2014 18:03:12 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D926202C for ; Tue, 13 May 2014 18:03:11 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::716b:f090:3b08:95fd] (unknown [IPv6:2001:7b8:3a7:0:716b:f090:3b08:95fd]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 86BFC5C43 for ; Tue, 13 May 2014 20:03:06 +0200 (CEST) From: Dimitry Andric Content-Type: multipart/signed; boundary="Apple-Mail=_0C0BE8A3-5447-4C6A-97A0-E1008BF23453"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: <17F61514-760A-4083-81A3-C600F060DAAF@FreeBSD.org> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: firefox does not build on 10-STABLE Date: Tue, 13 May 2014 20:02:54 +0200 References: <20140513145240.GA16448@potato.growveg.org> To: freebsd-ports@freebsd.org In-Reply-To: <20140513145240.GA16448@potato.growveg.org> X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 18:03:12 -0000 --Apple-Mail=_0C0BE8A3-5447-4C6A-97A0-E1008BF23453 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 13 May 2014, at 16:52, John wrote: > Hello ports! >=20 > I cannot get firefox to build on my system. Can anyone please help?=20 ... > /etc/make.conf is empty. The build fails like this: >=20 > # 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/nsSVGE= lement.cpp:9: > In file included from = /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGE= lement.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/nsSVGE= lement.cpp:9: > In file included from = /usr/ports/www/firefox/work/mozilla-release/content/svg/content/src/nsSVGE= lement.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' > =3D=3D=3D> Compilation failed unexpectedly. Unfortunately, the error occurred before the part of the log you posted. Can you post the full log somewhere, or search for a line containing "error:" yourself, and paste that part instead? -Dimitry --Apple-Mail=_0C0BE8A3-5447-4C6A-97A0-E1008BF23453 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlNyXlYACgkQsF6jCi4glqODlACfe/1S2nB1FqKtUQPkBJWzgZ48 takAni6fn4IJ0p7aXa1EZ7d+TqDEj5qY =jFJl -----END PGP SIGNATURE----- --Apple-Mail=_0C0BE8A3-5447-4C6A-97A0-E1008BF23453--