* Package: x11-plugins/gkrellmss-2.6-r4 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking gkrellmss-2.6.tar.gz to /var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work >>> Source unpacked in /var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work >>> Preparing source in /var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6 ... * Applying gkrellmss-2.6-Respect-LDFLAGS.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6 ... make -j1 enable_nls=1 (cd po && make all) make[1]: Entering directory '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6/po' msgfmt -f -v -o ru.mo ru.po 28 translated messages, 1 fuzzy translation, 3 untranslated messages. make[1]: Leaving directory '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6/po' (cd src && make ) make[1]: Entering directory '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6/src' ./configure: line 187: esd-config: command not found ./configure: line 188: esd-config: command not found gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -O2 -pipe -march=native -fno-common -c -o gkrellmss.o gkrellmss.c gkrellmss.c: In function ‘cb_panel_motion’: gkrellmss.c:404:16: warning: variable ‘k’ set but not used [-Wunused-but-set-variable] 404 | GkrellmKrell *k; | ^ gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -O2 -pipe -march=native -fno-common -c -o oscope.o oscope.c gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -O2 -pipe -march=native -fno-common -c -o spectrum.o spectrum.c spectrum.c: In function ‘process_fftw_data’: spectrum.c:44:11: warning: variable ‘in’ set but not used [-Wunused-but-set-variable] 44 | double *in, *out, *ps; | ^~ gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -O2 -pipe -march=native -fno-common -c -o sdlib.o sdlib.c In file included from sdlib.c:99: sdlib-alsa.c: In function ‘gss_alsa_init’: sdlib-alsa.c:171:58: warning: pointer targets in passing argument 3 of ‘snd_pcm_hw_params_set_rate_near’ differ in signedness [-Wpointer-sign] 171 | || (err = snd_pcm_hw_params_set_rate_near(pcm, params, &rate, 0)) < 0 | ^~~~~ | | | gint * {aka int *} In file included from /usr/include/alsa/asoundlib.h:54, from sdlib-alsa.c:20, from sdlib.c:99: /usr/include/alsa/pcm.h:801:96: note: expected ‘unsigned int *’ but argument is of type ‘gint *’ {aka ‘int *’} 801 | near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); | ~~~~~~~~~~~~~~^~~ In file included from sdlib.c:99: sdlib-alsa.c: In function ‘gss_alsa_open_stream’: sdlib-alsa.c:222:2: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 222 | g_thread_create(gss_alsa_thread, NULL, FALSE, NULL); | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/gkrellm2/log.h:37, from /usr/include/gkrellm2/gkrellm.h:41, from gkrellmss.h:23, from sdlib.c:20: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here 104 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ In file included from sdlib.c:99: sdlib-alsa.c: In function ‘gss_alsa_sound_card_read’: sdlib-alsa.c:128:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 128 | write(alsa_fd_pipe[1], alsa_pipe_buf, nbytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdlib-alsa.c:132:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 132 | write(alsa_fd_pipe[1], alsa_pipe_buf, nbytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -O2 -pipe -march=native -fno-common -c -o option.o option.c Makefile:101: Note: could not configure Esound support. gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common gkrellmss.o oscope.o spectrum.o sdlib.o option.o -o gkrellmss.so -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 `pkg-config gtk+-2.0 --libs` -lasound -lfftw3 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: oscope.o:(.bss+0x0): multiple definition of `gkrellmss'; gkrellmss.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: spectrum.o:(.bss+0x0): multiple definition of `gkrellmss'; gkrellmss.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sdlib.o:(.bss+0x0): multiple definition of `gkrellmss'; gkrellmss.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:(.bss+0x0): multiple definition of `gkrellmss'; gkrellmss.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:104: gkrellmss.so] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6/src' make: *** [Makefile:12: all] Error 2 * ERROR: x11-plugins/gkrellmss-2.6-r4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/gkrellmss-2.6-r4::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/gkrellmss-2.6-r4::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:gkrellmss-2.6-r4:20200209-093358.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6' * S: '/var/tmp/portage/x11-plugins/gkrellmss-2.6-r4/work/gkrellmss-2.6'