Advertisement
Guest User

Untitled

a guest
May 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. CC pulsecore/libpulsecommon_10.0_la-shm.lo
  2. In file included from pulsecore/shm.c:48:0:
  3. ./pulsecore/memfd-wrappers.h:36:19: error: static declaration of 'memfd_create' follows non-static declaration
  4. static inline int memfd_create(const char *name, unsigned int flags) {
  5. ^~~~~~~~~~~~
  6. In file included from /usr/include/bits/mman-linux.h:115:0,
  7. from /usr/include/bits/mman.h:45,
  8. from /usr/include/sys/mman.h:41,
  9. from pulsecore/shm.c:37:
  10. /usr/include/bits/mman-shared.h:46:5: note: previous declaration of 'memfd_create' was here
  11. int memfd_create (const char *__name, unsigned int __flags) __THROW;
  12. ^~~~~~~~~~~~
  13. make[3]: *** [Makefile:7993: pulsecore/libpulsecommon_10.0_la-shm.lo] Error 1
  14. make[3]: Leaving directory '/home/pkgmk/work/pulseaudio/src/pulseaudio-10.0/src'
  15. make[2]: *** [Makefile:4890: all] Error 2
  16. make[2]: Leaving directory '/home/pkgmk/work/pulseaudio/src/pulseaudio-10.0/src'
  17. make[1]: *** [Makefile:806: all-recursive] Error 1
  18. make[1]: Leaving directory '/home/pkgmk/work/pulseaudio/src/pulseaudio-10.0'
  19. make: *** [Makefile:621: all] Error 2
  20. =======> ERROR: Building '/home/pkgmk/packages/pulseaudio#10.0-3.pkg.tar.gz' failed.
  21. prt-get: error while install
  22.  
  23. -- Packages where install failed
  24. pulseaudio [pre: ok]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement