Summary: | Build fails when libc provides memfd_create | ||
---|---|---|---|
Product: | PulseAudio | Reporter: | Khem Raj <raj.khem> |
Component: | build-system | Assignee: | pulseaudio-bugs |
Status: | RESOLVED DUPLICATE | QA Contact: | pulseaudio-bugs |
Severity: | normal | ||
Priority: | medium | CC: | lennart, raj.khem |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | proposed fix |
Description
Khem Raj
2018-01-27 21:17:53 UTC
Created attachment 136998 [details] [review] proposed fix Thanks for reporting! This is a duplicate of bug 104733, though. Bug 104733 has a patch too, which I think is slightly better in some ways than yours, but that patch hasn't been tested with the new glibc version. Could you test it? One difference between the two patches is that your patch passes "#include <sys/mman.h>" to the AC_CHECK_FUNC call, which seemed like a good idea, but I had a look at the autoconf manual, and AC_CHECK_FUNC doesn't actually take a fourth parameter. AC_CHECK_FUNC primarily checks that the function is found when linking, and I suppose the missing #include doesn't prevent linking from working. *** This bug has been marked as a duplicate of bug 104733 *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.