Date: Sat, 01 Apr 2017 00:48:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213220] [NEW PORT] databases/mongodb34 Message-ID: <bug-213220-13-0W9KkF31By@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213220-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213220-13@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=3D213220 --- Comment #16 from Eric Camachat <eric@camachat.org> --- (In reply to Reshad from comment #14) /usr/include/c++/v1/math.h:864: warning: powl has lower than advertised precision That's because of FreeBSD has no real powl() implementation, it uses pow() instead. In some ARCHs long double =3D=3D double, but on AMD64 long double = !=3D double. --=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-213220-13-0W9KkF31By>