Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 18:31:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 258804] www/firefox: 93.0 fails to build on i386
Message-ID:  <bug-258804-21738-zWwsc8wm4A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258804-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258804-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=3D258804

Felix Palmen <felix@palmen-it.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228295|                            |maintainer-approval?
              Flags|                            |

--- Comment #1 from Felix Palmen <felix@palmen-it.de> ---
Created attachment 228295
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228295&action=
=3Dedit
0001-www-firefox-fix-build-on-i386

So, this took a while. Turns out the "fdlibm" module that causes the error =
is
actually taken from FreeBSD, but patched heavily.

The obvious fix is to remove the typedef for __double_t there, so it doesn't
conflict with the one introduced via <sys/types.h>. But then, an inline
function for converting a __double_t value to an integer is missing. Theref=
ore,
revert the patch applied upstream that removes that function (see changes to
Makefile).

Build tested for both i386 and amd64, also did a quick smoke test of both
builds (browser runs fine, loads and displays websites).

--=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-258804-21738-zWwsc8wm4A>