Date: Mon, 04 Feb 2019 08:52:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235482] net/libmaxminddb: use GCC on i386 since using clang generates an incorrect maxminddb_config.h Message-ID: <bug-235482-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235482 Bug ID: 235482 Summary: net/libmaxminddb: use GCC on i386 since using clang generates an incorrect maxminddb_config.h Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: tremere@cainites.net Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 201710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201710&action= =3Dedit Change to GCC on i386 On i386 building with Clang gives you an incorrect include/maxminddb_config= .h. configure tries to detect support for unsigned __int128 in two ways. The fi= rst one fails for both GCC and Clang, but the second is incorrectly detected as true by Clang. This can cause issues in packages depending on libmaxminddb = (.ie security/modsecurity3) Bump portrevision because a new maxminddb_config.h needs to be generated on i386. Also petted portlint so it doesn't generate any errors anymore. --=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-235482-7788>