Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] "The sound of Silence" by glibc
Date: Tue, 05 Dec 2017 17:54:42
Message-Id: 20171205175421.tuxqu5rzuxx5hfsp@solfire
1 Hi,
2
3 emerge -e @world installs glibc
4
5 On my system this kills the build of pulseaudio...which in turn make
6 my linux PC one of the most quiet ones...sigh:
7
8 From the compilation output of pulseaudio:
9 Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto -c -o pulsecore/libpulsecommon_11.0_la-socket-util.lo `test -f 'pulsecore/socket-util.c' || echo '/var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src/'`pulsecore/socket-util.c
10 In file included from /var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src/pulsecore/shm.c:48:0:
11 /var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src/pulsecore/memfd-wrappers.h:36:19: error: static declaration of ‘memfd_create’ follows non-static declaration
12 static inline int memfd_create(const char *name, unsigned int flags) {
13 ^~~~~~~~~~~~
14 In file included from /usr/include/bits/mman-linux.h:115:0,
15 from /usr/include/bits/mman.h:45,
16 from /usr/include/sys/mman.h:41,
17 from /var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src/pulsecore/shm.c:37:
18 /usr/include/bits/mman-shared.h:46:5: note: previous declaration of ‘memfd_create’ was here
19 int memfd_create (const char *__name, unsigned int __flags) __THROW;
20 ^~~~~~~~~~~~
21 make[3]: *** [Makefile:7991: pulsecore/libpulsecommon_11.0_la-shm.lo] Error 1
22 make[3]: *** Waiting for unfinished jobs....
23 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src -I.. -I/var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src -I/var/tmp/portage/media-sound/pulseaudio-11.0/work/pulseaudio-11.0/src/modules -I../src/modules -DPA_ALSA_PATHS
24
25
26 -rw-r--r-- 1 root root 1872 2017-12-05 17:30 mman.h
27 -rw-r--r-- 1 root root 4802 2017-12-05 17:30 mman-linux.h
28 -rw-r--r-- 1 root root 2730 2017-12-05 17:30 mman-shared.h
29
30 include/bits>qfile /usr/include/bits/mman.h
31 sys-libs/glibc (/usr/include/bits/mman.h)
32
33
34 How can I get out of this...
35
36 Cheers
37 Meino

Replies

Subject Author
[gentoo-user] Re: "The sound of Silence" by glibc Nikos Chantziaras <realnc@×××××.com>
Re: [gentoo-user] "The sound of Silence" by glibc Raffaele Belardi <raffaele.belardi@××.com>