Opened 7 years ago
Closed 7 years ago
#10405 closed enhancement (fixed)
qemu 2.11.1 patch (for glibc 2.27)
Reported by: | tnut | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Its seems to be a similar issues as pulseaudio and glibc 2.27 redfifinition of memfd_create function. I found/did a patch. It works for me:
http://downloads.nutyx.org/x86_64/development/gui-extra/qemu/qemu-2.11.1-fix-glibc-2.27-1.patch
Note:
See TracTickets
for help on using tickets.
I fixed this in my script, but forgot to update the book.
I use a one line sed to do the same thing. The patch is overkill.
sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c
The sed can be removed at the next update.
Fixed at revision 19829.