Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Apr 2016 06:46:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 208538] www/firefox 45 fails to build with -pie on lang/gcc after r410748
Message-ID:  <bug-208538-21738-01uvGbfBAS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208538-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208538-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208538

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|www/firefox 45 fails to     |www/firefox 45 fails to
                   |build on Freebsd 9.3        |build with -pie on lang/gcc
                   |                            |after r410748
                 CC|                            |gerald@FreeBSD.org

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
PIE is mandatory since ports r410748. www/firefox passes -pie during build
which appears to be broken with lang/gcc* earlier than lang/gcc49. However,
-fpie still works.

Can you try a different compiler? lang/gcc5 or clang37 from devel/llvm37.
USES=3Dcompiler:c++11-lang by default chooses either /usr/bin/clang or, if =
not
available, lang/clang34. But if you've defined FAVORITE_COMPILER=3Dgcc it c=
an be
influenced via /etc/make.conf e.g.,

  DEFAULT_VERSIONS =3D gcc=3D5

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208538-21738-01uvGbfBAS>