* Package: x11-plugins/wmmp3-0.12-r1 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking wmmp3-0.12.tar.gz to /var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work >>> Source unpacked in /var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work >>> Preparing source in /var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work/wmmp3-0.12 ... * Applying wmmp3-0.12-x_includes_n_libraries.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work/wmmp3-0.12 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 creating cache ./config.cache checking for a BSD compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed) works... yes checking whether the C compiler (gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/lib64, headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XShapeCombineMask in -lXext... yes checking for XpmCreatePixmapFromData in -lXpm... yes updating cache ./config.cache creating ./config.status creating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work/wmmp3-0.12 ... make -j1 prefix=/usr/ gcc -DPACKAGE=\"wmmp3\" -DVERSION=\"0.12\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I. -I. -O2 -pipe -march=native -fno-common -c main.c main.c: In function stripspace: main.c:44:21: warning: implicit declaration of function isspace [-Wimplicit-function-declaration] 44 | while (t > s && isspace(*t)) { | ^~~~~~~ main.c: In function loadconfig: main.c:145:2: warning: ignoring return value of fgets, declared with attribute warn_unused_result [-Wunused-result] 145 | fgets(line, 256, fp); | ^~~~~~~~~~~~~~~~~~~~ main.c:175:6: warning: ignoring return value of fgets, declared with attribute warn_unused_result [-Wunused-result] 175 | fgets(line, 256, fp); | ^~~~~~~~~~~~~~~~~~~~ gcc -DPACKAGE=\"wmmp3\" -DVERSION=\"0.12\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I. -I. -O2 -pipe -march=native -fno-common -c mpg123ctl.c mpg123ctl.c: In function set_playlist: mpg123ctl.c:123:8: warning: implicit declaration of function time [-Wimplicit-function-declaration] 123 | srand(time(NULL)); | ^~~~ mpg123ctl.c: In function play: mpg123ctl.c:160:8: warning: missing sentinel in function call [-Wformat=] 160 | song_name, 0); | ^~~~~~~~~ mpg123ctl.c: In function set_alwaysscroll: mpg123ctl.c:274:10: warning: implicit declaration of function tolower [-Wimplicit-function-declaration] 274 | *temp = tolower(*temp); | ^~~~~~~ gcc -DPACKAGE=\"wmmp3\" -DVERSION=\"0.12\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I. -I. -O2 -pipe -march=native -fno-common -c wmgeneral.c gcc -DPACKAGE=\"wmmp3\" -DVERSION=\"0.12\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I. -I. -O2 -pipe -march=native -fno-common -c buttons.c buttons.c: In function button_down: buttons.c:69:2: warning: implicit declaration of function copyXPMArea [-Wimplicit-function-declaration] 69 | copyXPMArea(btn_down[i].x, btn_down[i].y, btn_down[i].w, btn_down[i].h, | ^~~~~~~~~~~ gcc -DPACKAGE=\"wmmp3\" -DVERSION=\"0.12\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I. -I. -O2 -pipe -march=native -fno-common -c song_hash.c song_hash.c: In function insert_song: song_hash.c:22:32: warning: implicit declaration of function malloc [-Wimplicit-function-declaration] 22 | new_elt = (struct hash_elt *) malloc(sizeof(struct hash_elt)); | ^~~~~~ song_hash.c:22:32: warning: incompatible implicit declaration of built-in function malloc song_hash.c:2:1: note: include or provide a declaration of malloc 1 | #include "song_hash.h" +++ |+#include 2 | song_hash.c:26:28: warning: implicit declaration of function strdup [-Wimplicit-function-declaration] 26 | new_elt->title = (char *)strdup(title); | ^~~~~~ song_hash.c:26:28: warning: incompatible implicit declaration of built-in function strdup song_hash.c: In function free_elt: song_hash.c:76:3: warning: implicit declaration of function free [-Wimplicit-function-declaration] 76 | free(elt); | ^~~~ song_hash.c:76:3: warning: incompatible implicit declaration of built-in function free song_hash.c:76:3: note: include or provide a declaration of free gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -o wmmp3 main.o mpg123ctl.o wmgeneral.o buttons.o song_hash.o -lXpm -lXext -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xae0): multiple definition of `wmfont'; main.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xbe0): multiple definition of `wmgen'; main.o:(.bss+0x100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xcd0): multiple definition of `win'; main.o:(.bss+0x1f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xcd8): multiple definition of `iconwin'; main.o:(.bss+0x1f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xce0): multiple definition of `Root'; main.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mpg123ctl.o:(.bss+0xce8): multiple definition of `display'; main.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x408): multiple definition of `display'; main.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x400): multiple definition of `Root'; main.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x3f8): multiple definition of `iconwin'; main.o:(.bss+0x1f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x300): multiple definition of `wmgen'; main.o:(.bss+0x100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x3f0): multiple definition of `win'; main.o:(.bss+0x1f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmgeneral.o:(.bss+0x200): multiple definition of `wmfont'; main.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:166: wmmp3] Error 1 * ERROR: x11-plugins/wmmp3-0.12-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/wmmp3-0.12-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/wmmp3-0.12-r1::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:wmmp3-0.12-r1:20200218-205013.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmmp3-0.12-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmmp3-0.12-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work/wmmp3-0.12' * S: '/var/tmp/portage/x11-plugins/wmmp3-0.12-r1/work/wmmp3-0.12'