* Package: media-sound/jack-smf-utils-1.0-r1 * Repository: gentoo * Maintainer: proaudio@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux readline userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking jack-smf-utils-1.0.tar.gz to /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work >>> Source unpacked in /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work >>> Preparing source in /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0 ... ./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 --disable-dependency-tracking --docdir=/usr/share/doc/jack-smf-utils-1.0-r1 --htmldir=/usr/share/doc/jack-smf-utils-1.0-r1/html --libdir=/usr/lib64 --without-lash --with-readline checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for pow in -lm... yes checking for main in -lreadline... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for int8_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint16_t... yes checking for uint32_t... yes checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking return type of signal handlers... void checking for working strtod... yes checking for gettimeofday... yes checking for memset... yes checking for pow... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for GTHREAD... yes checking for JACK... yes checking for JACK_MIDI_NEEDS_NFRAMES... no configure: creating ./config.status config.status: creating Makefile config.status: creating libsmf/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' Making all in libsmf make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"libsmf\" -O2 -pipe -march=native -c -o libsmf_a-smf.o `test -f 'smf.c' || echo './'`smf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"libsmf\" -O2 -pipe -march=native -c -o libsmf_a-smf_decode.o `test -f 'smf_decode.c' || echo './'`smf_decode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"libsmf\" -O2 -pipe -march=native -c -o libsmf_a-smf_load.o `test -f 'smf_load.c' || echo './'`smf_load.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"libsmf\" -O2 -pipe -march=native -c -o libsmf_a-smf_save.o `test -f 'smf_save.c' || echo './'`smf_save.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"libsmf\" -O2 -pipe -march=native -c -o libsmf_a-smf_tempo.o `test -f 'smf_tempo.c' || echo './'`smf_tempo.c rm -f libsmf.a ar cru libsmf.a libsmf_a-smf.o libsmf_a-smf_decode.o libsmf_a-smf_load.o libsmf_a-smf_save.o libsmf_a-smf_tempo.o x86_64-pc-linux-gnu-ranlib libsmf.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"smfsh\" -O2 -pipe -march=native -c -o smfsh-smfsh.o `test -f 'smfsh.c' || echo './'`smfsh.c x86_64-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"smfsh\" -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o smfsh smfsh-smfsh.o libsmf.a -lglib-2.0 -lreadline -lncurses -lm make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' Making all in src make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../libsmf -DG_LOG_DOMAIN=\"jack-smf-player\" -O2 -pipe -march=native -c -o jack_smf_player-jack-smf-player.o `test -f 'jack-smf-player.c' || echo './'`jack-smf-player.c jack-smf-player.c: In function ‘main’: jack-smf-player.c:661:2: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 661 | g_thread_init(NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from jack-smf-player.c:46: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here 265 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../libsmf -DG_LOG_DOMAIN=\"jack-smf-player\" -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o jack-smf-player jack_smf_player-jack-smf-player.o -lglib-2.0 -pthread -lgthread-2.0 -lglib-2.0 -ljack -lpthread ../libsmf/libsmf.a -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../libsmf -DG_LOG_DOMAIN=\"jack-smf-recorder\" -O2 -pipe -march=native -c -o jack_smf_recorder-jack-smf-recorder.o `test -f 'jack-smf-recorder.c' || echo './'`jack-smf-recorder.c jack-smf-recorder.c: In function ‘main’: jack-smf-recorder.c:430:2: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 430 | g_thread_init(NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from jack-smf-recorder.c:46: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here 265 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../libsmf -DG_LOG_DOMAIN=\"jack-smf-recorder\" -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o jack-smf-recorder jack_smf_recorder-jack-smf-recorder.o -lglib-2.0 -pthread -lgthread-2.0 -lglib-2.0 -ljack -lpthread ../libsmf/libsmf.a -lm make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' Making all in man make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' >>> Source compiled. >>> Test phase [not enabled]: media-sound/jack-smf-utils-1.0-r1 >>> Install media-sound/jack-smf-utils-1.0-r1 into /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image make -j1 DESTDIR=/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image install Making install in libsmf make[1]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/bin" /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c 'smfsh' '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/bin/smfsh' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/libsmf' Making install in src make[1]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/bin" /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c 'jack-smf-player' '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/bin/jack-smf-player' /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c 'jack-smf-recorder' '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/bin/jack-smf-recorder' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/src' Making install in man make[1]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/share/man/man1" /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 './jack-smf-player.1' '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/share/man/man1/jack-smf-player.1' /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 './jack-smf-recorder.1' '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image/usr/share/man/man1/jack-smf-recorder.1' make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0/man' make[1]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' make[2]: Entering directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/work/jack-smf-utils-1.0' >>> Completed installing media-sound/jack-smf-utils-1.0-r1 into /var/tmp/portage/media-sound/jack-smf-utils-1.0-r1/image * Final size of build directory: 1216 KiB (1.1 MiB) * Final size of installed tree: 220 KiB strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/bin/jack-smf-recorder /usr/bin/jack-smf-player /usr/bin/smfsh * checking 7 files for package collisions * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / ` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at https://bugs.gentoo.org/ unless you report exactly * which two packages install the same file(s). See * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how * to solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/bin/smfsh * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * media-libs/libsmf-1.3:0::gentoo * /usr/bin/smfsh * * Package 'media-sound/jack-smf-utils-1.0-r1' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message.