maintainer-feedback requested: [Bug 223834] java/openjdk8: Powerpc64 build fails due to missing system header (sys/sysinfo.h)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 24 04:37:53 UTC 2017


Curtis Hamilton <hamiltcl at verizon.net> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to java at FreeBSD.org:
Bug 223834: java/openjdk8: Powerpc64 build fails due to missing system header
(sys/sysinfo.h)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223834



--- Description ---
Created attachment 188233
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188233&action=edit
Patch to fix missing headers

Build fails under GCC 5 and above due to missing header <sys/sysinfo.h>, where
you only receive a warning under GCC 4.9 and below.

The attached patch fixes this, as well as, added missing include
"os_bsd.inline.hpp".


More information about the freebsd-java mailing list