* Package: net-misc/minidlna-1.2.1-r1 * Repository: gentoo * Maintainer: mgorny@gentoo.org * Upstream: https://sourceforge.net/p/minidlna/bugs/ * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 5.5.13-gentoo * Checking for suitable kernel configuration options... [ ok ] >>> Unpacking source... >>> Unpacking minidlna-1.2.1.tar.gz to /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work >>> Unpacking minidlna-gentoo-artwork.patch.xz to /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work >>> Source unpacked in /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work >>> Preparing source in /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1 ... * Applying minidlna-gentoo-artwork.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1 ... * econf: updating minidlna-1.2.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating minidlna-1.2.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/minidlna-1.2.1-r1 --htmldir=/usr/share/doc/minidlna-1.2.1-r1/html --libdir=/usr/lib --with-db-path=/var/lib/minidlna --with-log-path=/var/log/minidlna --enable-tivo --disable-netgear --disable-readynas ac_cv_lib_avahi_client_avahi_threaded_poll_new=no checking build system type... x86_64-gentoo-linux-musl checking host system type... x86_64-gentoo-linux-musl checking target system type... x86_64-gentoo-linux-musl 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 whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed checking whether x86_64-gentoo-linux-musl-gcc understands -c and -o together... yes checking dependency style of x86_64-gentoo-linux-musl-gcc... none checking how to run the C preprocessor... x86_64-gentoo-linux-musl-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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ld used by GCC... /usr/x86_64-gentoo-linux-musl/bin/ld checking if the linker (/usr/x86_64-gentoo-linux-musl/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... (cached) yes checking for working iconv... (cached) yes checking for GNU gettext in libintl... no checking whether to use NLS... no checking for gawk... (cached) gawk checking for x86_64-gentoo-linux-musl-gcc... (cached) x86_64-gentoo-linux-musl-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... (cached) yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-gentoo-linux-musl-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-gentoo-linux-musl-gcc... (cached) none checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uint8_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for ssize_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes checking for struct stat.st_blocks... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether byte ordering is bigendian... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether lstat correctly handles trailing slash... yes checking for gethostname... yes checking for getifaddrs... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for realpath... yes checking for select... yes checking for sendfile... yes checking for setlocale... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for struct ip_mreqn... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking mach/mach_time.h usability... no checking mach/mach_time.h presence... no checking for mach/mach_time.h... no checking for __NR_clock_gettime syscall... yes checking for linux/netlink.h... yes checking libavutil/avutil.h usability... yes checking libavutil/avutil.h presence... yes checking for libavutil/avutil.h... yes checking ffmpeg/libavutil/avutil.h usability... no checking ffmpeg/libavutil/avutil.h presence... no checking for ffmpeg/libavutil/avutil.h... no checking libav/libavutil/avutil.h usability... no checking libav/libavutil/avutil.h presence... no checking for libav/libavutil/avutil.h... no checking avutil.h usability... no checking avutil.h presence... no checking for avutil.h... no checking ffmpeg/avutil.h usability... no checking ffmpeg/avutil.h presence... no checking for ffmpeg/avutil.h... no checking libav/avutil.h usability... no checking libav/avutil.h presence... no checking for libav/avutil.h... no checking libavcodec/avcodec.h usability... yes checking libavcodec/avcodec.h presence... yes checking for libavcodec/avcodec.h... yes checking ffmpeg/libavcodec/avcodec.h usability... no checking ffmpeg/libavcodec/avcodec.h presence... no checking for ffmpeg/libavcodec/avcodec.h... no checking libav/libavcodec/avcodec.h usability... no checking libav/libavcodec/avcodec.h presence... no checking for libav/libavcodec/avcodec.h... no checking avcodec.h usability... no checking avcodec.h presence... no checking for avcodec.h... no checking ffmpeg/avcodec.h usability... no checking ffmpeg/avcodec.h presence... no checking for ffmpeg/avcodec.h... no checking libav/avcodec.h usability... no checking libav/avcodec.h presence... no checking for libav/avcodec.h... no checking libavformat/avformat.h usability... yes checking libavformat/avformat.h presence... yes checking for libavformat/avformat.h... yes checking ffmpeg/libavformat/avformat.h usability... no checking ffmpeg/libavformat/avformat.h presence... no checking for ffmpeg/libavformat/avformat.h... no checking libav/libavformat/avformat.h usability... no checking libav/libavformat/avformat.h presence... no checking for libav/libavformat/avformat.h... no checking avformat.h usability... no checking avformat.h presence... no checking for avformat.h... no checking ffmpeg/avformat.h usability... no checking ffmpeg/avformat.h presence... no checking for ffmpeg/avformat.h... no checking libav/avformat.h usability... no checking libav/avformat.h presence... no checking for libav/avformat.h... no checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking libexif/exif-loader.h usability... yes checking libexif/exif-loader.h presence... yes checking for libexif/exif-loader.h... yes checking id3tag.h usability... yes checking id3tag.h presence... yes checking for id3tag.h... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking FLAC/metadata.h usability... yes checking FLAC/metadata.h presence... yes checking for FLAC/metadata.h... yes checking if we should use the daemon() libc function... yes checking if scandir declaration requires const char cast... yes checking for linux sendfile support... yes checking for darwin sendfile support... no checking for freebsd sendfile support... no checking for jpeg_set_defaults in -ljpeg... yes checking for exif_data_new_from_file in -lexif... yes checking for id3_file_open in -lid3tag... yes checking for sqlite3_open in -lsqlite3... yes checking for sqlite3_malloc in -lsqlite3... yes checking for sqlite3_prepare_v2 in -lsqlite3... yes checking for av_open_input_file in -lavformat... no checking for avformat_open_input in -lavformat... yes checking for av_rescale_q in -lavutil ... yes checking for pthread_create in -lpthread... yes checking for ov_open_callbacks in -lvorbisfile... yes checking vorbis/vorbisfile.h usability... yes checking vorbis/vorbisfile.h presence... yes checking for vorbis/vorbisfile.h... yes checking for FLAC__stream_decoder_init_stream in -lFLAC... yes checking FLAC/all.h usability... yes checking FLAC/all.h presence... yes checking for FLAC/all.h... yes checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes checking for vorbis_comment_query in -lvorbisfile... no checking for avahi_threaded_poll_new in -lavahi-client... (cached) no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking asm/unistd.h usability... yes checking asm/unistd.h presence... yes checking for asm/unistd.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... 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 inotify_init... yes checking whether to enable TiVo support... yes checking whether to enable generic NETGEAR device support... no checking whether to enable NETGEAR ReadyNAS support... no checking whether to build a static binary executable... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1' Making all in po make[2]: Entering directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1/po' make[2]: Leaving directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1/po' make[2]: Entering directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1' x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o minidlna.o minidlna.c In file included from minidlna.c:81: upnphttp.h:53:10: fatal error: sys/queue.h: No such file or directory 53 | #include | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:597: minidlna.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1' make[1]: *** [Makefile:614: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1' make: *** [Makefile:438: all] Error 2 * ERROR: net-misc/minidlna-1.2.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/minidlna-1.2.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/minidlna-1.2.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/net-misc:minidlna-1.2.1-r1:20200329-043220.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1' * S: '/var/tmp/portage/net-misc/minidlna-1.2.1-r1/work/minidlna-1.2.1'