diff options
Diffstat (limited to 'results/classifier/108/other/1738767')
| -rw-r--r-- | results/classifier/108/other/1738767 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/108/other/1738767 b/results/classifier/108/other/1738767 new file mode 100644 index 00000000..cf6e87bf --- /dev/null +++ b/results/classifier/108/other/1738767 @@ -0,0 +1,43 @@ +graphic: 0.769 +device: 0.733 +semantic: 0.718 +files: 0.669 +other: 0.661 +socket: 0.635 +network: 0.632 +performance: 0.625 +vnc: 0.505 +PID: 0.503 +permissions: 0.488 +boot: 0.470 +debug: 0.366 +KVM: 0.308 + +Cannot build QEMU on RHEL6 because of MAP_HUGETLB + +Hello, +I've just downloaded qemu-2.11.0 sources and I wanted to build QEMU on RHEL6 x86_64, for various targets, amonst which arm-linux-user. + +The build fails because /usr/include/bits/mman.h does not define MAP_HUGETLB. + +I think it is needed since commit 541e16904. + +I'm not sure if RHEL6 is still supported by QEMU? If so, can you fix this problem? + +Thanks + +I think we can close this bug: the build fails on RHEL6.4, but succeeded on RHEL6.7. + +Probably related to: https://access.redhat.com/solutions/320613 + +This was fixed by the distro updating their glibc-headers pakcage: + +* Tue Jul 23 2013 Alexandre Oliva <email address hidden> - 2.12-1.119 +- Add MAP_HUGETLB and MAP_STACK support (#916986). +- Update translation for stale file handle error (#970776). + +The build works in the current centos6 docker image and has been confirmed to build on later RHEL6 (RHEL6.7). + +OK, since we work on more recent RHEL6 and the submitter is happy with that, let's close this bug as WONTFIX. + + |