Re: [blfs-support] glibc-2.27 and pulseaudio

2018-02-09 Thread Bruce Dubbs
Ken Moffat wrote: On Fri, Feb 09, 2018 at 08:52:26PM -0600, Bruce Dubbs wrote: I thought I fixed that, but upon research, it never made it into the book. http://lists.linuxfromscratch.org/pipermail/blfs-dev/2018-February/033951.html Short answer: sed -i '/int memfd_create/,+2 d'

[blfs-support] glibc-2.27 and pulseaudio

2018-02-09 Thread Ken Moffat
Pulseaudio provides an implementation of memfd_create which conflicts with the one memfd_wrappers.h : In file included from pulsecore/shm.c:48:0: ./pulsecore/memfd-wrappers.h:36:19: error: static declaration of 'memfd_create' follows non-static declaration static inline int memfd_create(const

Re: [blfs-support] glibc-2.27 and pulseaudio

2018-02-09 Thread Bruce Dubbs
Ken Moffat wrote: Pulseaudio provides an implementation of memfd_create which conflicts with the one memfd_wrappers.h : In file included from pulsecore/shm.c:48:0: ./pulsecore/memfd-wrappers.h:36:19: error: static declaration of 'memfd_create' follows non-static declaration static inline int

Re: [blfs-support] glibc-2.27 and pulseaudio

2018-02-09 Thread Ken Moffat
On Fri, Feb 09, 2018 at 08:52:26PM -0600, Bruce Dubbs wrote: > > I thought I fixed that, but upon research, it never made it into the book. > > http://lists.linuxfromscratch.org/pipermail/blfs-dev/2018-February/033951.html > > Short answer: > > sed -i '/int memfd_create/,+2 d'

Re: [blfs-support] glibc-2.27 and pulseaudio

2018-02-09 Thread Ken Moffat
On Fri, Feb 09, 2018 at 11:17:59PM -0600, Bruce Dubbs wrote: > Ken Moffat wrote: > > On Fri, Feb 09, 2018 at 08:52:26PM -0600, Bruce Dubbs wrote: > > > > > > I thought I fixed that, but upon research, it never made it into the book. > > > > > >