+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/musicpd-0.23.5/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/musicpd-0.23.5/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 => Checksum BLAKE2s OK for mpd-0.23.5.tar.xz => Checksum SHA512 OK for mpd-0.23.5.tar.xz ===> Installing dependencies for musicpd-0.23.5 ========================================================================== The supported build options for musicpd are: adplug avahi bzip2 cdparanoia chromaprint curl dbus faad ffmpeg fluidsynth jack lame libao libgme libmms libmpdclient libsoxr libwildmidi mikmod modplug musepack musicpd-soundcloud openal pulseaudio samba samplerate shine shout tremor twolame upnp vorbis wavpack zziplib The currently selected options are: bzip2 curl faad ffmpeg lame libao musepack samplerate shout vorbis wavpack You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.musicpd (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, musicpd-0.23.5. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 39 * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /opt/local/etc/openssl/certs * SSLDIR = /opt/local/etc/openssl * SSLKEYS = /opt/local/etc/openssl/private * VARBASE = /var Based on these variables, the following variables have been set: * PYPACKAGE = python39 You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/local/bin/bmake clean' after the changes. ========================================================================== => Tool dependency meson>=0: found meson-0.60.2 => Tool dependency python39>=3.9: found python39-3.9.9nb1 => Tool dependency py39-sphinx-[0-9]*: found py39-sphinx-4.3.2 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0 => Tool dependency xz>=4.999.9betanb1: found xz-5.2.5 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency xorgproto>=2016.1: found xorgproto-2021.5nb1 => Build dependency xcb-proto>=1.4: found xcb-proto-1.14.1nb3 => Build dependency boost-headers-1.77.*: found boost-headers-1.77.0nb1 => Build dependency gcc10>=10.3.0: found gcc10-10.3.0 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency libao-sun-[0-9]*: found libao-sun-1.2.2nb2 => Full dependency bzip2>=1.0.3: found bzip2-1.0.8 => Full dependency curl>=7.80.0: found curl-7.81.0 => Full dependency zlib>=1.2.3: found zlib-1.2.11 => Full dependency faad2>=2.6.1: found faad2-2.10.0 => Full dependency ffmpeg4>=4.4nb10: found ffmpeg4-4.4.1nb1 => Full dependency expat>=2.0.0nb1: found expat-2.4.4 => Full dependency libvorbis>=1.1.0nb1: found libvorbis-1.3.7 => Full dependency lame>=3.96.1nb4: found lame-3.100nb2 => Full dependency libao>=1.0.0: found libao-1.2.2 => Full dependency musepack>=0rc475: found musepack-0rc475nb1 => Full dependency libsamplerate>=0.1.9nb1: found libsamplerate-0.2.2 => Full dependency libsndfile>=1.0.29nb1: found libsndfile-1.0.31nb2 => Full dependency libopus>=1.1: found libopus-1.3.1 => Full dependency flac>=1.2: found flac-1.3.3 => Full dependency libshout>=2.0nb1: found libshout-2.4.5 => Full dependency wavpack>=4.41.0: found wavpack-5.4.0 => Full dependency libid3tag>=0.15.1bnb1: found libid3tag-0.15.1bnb2 => Full dependency mpg123>=1.0.0: found mpg123-1.29.3 => Full dependency sqlite3>=3.37.0: found sqlite3-3.37.0nb1 => Full dependency boost-libs-1.77.*: found boost-libs-1.77.0nb1 => Full dependency pcre2>=10.30: found pcre2-10.39 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency libgcrypt>=1.6.0: found libgcrypt-1.9.4 => Full dependency fmtlib>=5.2.1: found fmtlib-8.0.1 => Full dependency icu>=70.1: found icu-70.1 => Full dependency gcc10-libs>=10.3.0: found gcc10-libs-10.3.0 ===> Overriding tools for musicpd-0.23.5 ===> Extracting for musicpd-0.23.5 /bin/cp /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/audio/musicpd/files/mpd.conf /home/pbulk/build/audio/musicpd/work/mpd-0.23.5/mpd.conf ===> Patching for musicpd-0.23.5 => Applying pkgsrc patches for musicpd-0.23.5 => Verifying /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/audio/musicpd/patches/patch-src_net_IPv6Address.hxx => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/audio/musicpd/patches/patch-src_net_IPv6Address.hxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_net_IPv6Address.hxx,v 1.2 2020/10/02 09:47:09 wiz Exp $ | |Fixes |In file included from /usr/include/netinet/in.h:372:0, | from ../src/net/IPv4Address.hxx:42, | from ../src/event/ServerSocket.cxx:22: |../src/net/IPv6Address.hxx: In member function 'bool IPv6Address::IsV4Mapped() const': |../src/net/IPv6Address.hxx:175:10: error: 'ntohl' was not declared in this scope | return IN6_IS_ADDR_V4MAPPED(&address.sin6_addr); | ^ |before this commit: |https://mail-index.netbsd.org/source-changes/2018/12/10/msg101328.html | |https://github.com/MusicPlayerDaemon/MPD/issues/438 | |--- src/net/IPv6Address.hxx.orig 2020-09-23 13:26:51.000000000 +0000 |+++ src/net/IPv6Address.hxx -------------------------- Patching file src/net/IPv6Address.hxx using Plan A... Hunk #1 succeeded at 40 (offset -1 lines). done ===> Creating toolchain wrappers for musicpd-0.23.5 ===> Configuring for musicpd-0.23.5 => Setting variables in the configuration file. => Correcting the path to the OSS device. => Fixing sphinx binary name. => Checking for portability problems in extracted files cd /home/pbulk/build/audio/musicpd/work/mpd-0.23.5 && cd . && /usr/bin/env USETOOLS=no LIBOSSAUDIO= DEVOSSAUDIO=/dev/dsp DEVOSSSOUND=/dev/dsp DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr CMAKE=false PYTHON=/opt/local/bin/python3.9 CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/opt/local/include\ -DLDAP_DEPRECATED\ -I/opt/local/include/faad2\ -I/opt/local/include/ffmpeg4\ -I/opt/local/include/freetype2 CPPFLAGS=-std=gnu99\ -D_XOPEN_SOURCE=600\ -D__EXTENSIONS__\ -I/usr/include\ -I/opt/local/include\ -DLDAP_DEPRECATED\ -I/opt/local/include/faad2\ -I/opt/local/include/ffmpeg4\ -I/opt/local/include/freetype2 CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/opt/local/include\ -DLDAP_DEPRECATED\ -I/opt/local/include/faad2\ -I/opt/local/include/ffmpeg4\ -I/opt/local/include/freetype2 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0\ -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -L/opt/local/lib\ -Wl,-R/opt/local/lib\ -L/opt/local/lib/ffmpeg4\ -Wl,-R/opt/local/lib/ffmpeg4 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/audio/musicpd/work/.cwrapper/bin:/home/pbulk/build/audio/musicpd/work/.buildlink/bin:/home/pbulk/build/audio/musicpd/work/.gcc/bin:/home/pbulk/build/audio/musicpd/work/.tools/bin:/opt/local/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/local/etc HOME=/home/pbulk/build/audio/musicpd/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/audio/musicpd/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/audio/musicpd/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/audio/musicpd/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/audio/musicpd/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/audio/musicpd/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/audio/musicpd/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/audio/musicpd/work/.buildlink/lib/pkgconfig:/home/pbulk/build/audio/musicpd/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/audio/musicpd/work/.pkg-config.log PKG_CONFIG_PATH= LIBGETOPT= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/audio/musicpd/work/.cwrapper/config meson --prefix /opt/local --libdir lib --libexecdir libexec --mandir man --sysconfdir /opt/local/etc --buildtype=plain -Ddocumentation=enabled -Dmad=disabled -Daudiofile=disabled -Dnfs=disabled -Diso9660=disabled -Dsndio=disabled -Dsolaris_output=enabled -Doss=enabled -Dadplug=disabled -Dzeroconf=auto -Dcdio_paranoia=disabled -Dchromaprint=disabled -Ddbus=disabled -Dfluidsynth=disabled -Dgme=disabled -Djack=disabled -Dmms=disabled -Dlibmpdclient=disabled -Dsoxr=disabled -Dwildmidi=disabled -Dmikmod=disabled -Dmodplug=disabled -Dyajl=disabled -Dopenal=disabled -Dpulse=disabled -Dsmbclient=disabled -Dshine=disabled -Dtremor=disabled -Dtwolame=disabled -Dupnp=disabled -Dzzip=disabled . output The Meson build system Version: 0.60.2 Source dir: /home/pbulk/build/audio/musicpd/work/mpd-0.23.5 Build dir: /home/pbulk/build/audio/musicpd/work/mpd-0.23.5/output Build type: native build Project name: mpd Project version: 0.23.5 C compiler for the host machine: gcc (gcc 10.3.0 "gcc (GCC) 10.3.0") C linker for the host machine: gcc ld.solaris 5.11-1.1767 (illumos) C++ compiler for the host machine: g++ (gcc 10.3.0 "g++ (GCC) 10.3.0") C++ linker for the host machine: g++ ld.solaris 5.11-1.1767 (illumos) Host machine cpu family: x86_64 Host machine cpu: x86_64 Program /opt/local/bin/meson found: YES (/opt/local/bin/meson) Configuring Version.h using configuration Compiler for C++ supports arguments -fvisibility=hidden: NO Compiler for C++ supports arguments -ffunction-sections: NO Compiler for C++ supports arguments -fdata-sections: NO Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -ffunction-sections: YES Compiler for C supports arguments -fdata-sections: YES Compiler for C++ supports arguments -ffast-math: NO Compiler for C++ supports arguments -ftree-vectorize: NO Compiler for C++ supports arguments -Wcast-qual: NO Compiler for C++ supports arguments -Wdouble-promotion: NO Compiler for C++ supports arguments -Wmissing-declarations: NO Compiler for C++ supports arguments -Wshadow: NO Compiler for C++ supports arguments -Wunused: NO Compiler for C++ supports arguments -Wvla: NO Compiler for C++ supports arguments -Wwrite-strings: NO Compiler for C++ supports arguments -Wunreachable-code-aggressive: NO Compiler for C++ supports arguments -Wused-but-marked-unused: NO Compiler for C++ supports arguments -fno-threadsafe-statics: NO Compiler for C++ supports arguments -fmerge-all-constants: NO Compiler for C++ supports arguments -Wcomma-subscript: NO Compiler for C++ supports arguments -Wextra-semi: NO Compiler for C++ supports arguments -Wmismatched-tags: NO Compiler for C++ supports arguments -Woverloaded-virtual: NO Compiler for C++ supports arguments -Wsign-promo: NO Compiler for C++ supports arguments -Wvolatile: NO Compiler for C++ supports arguments -Wvirtual-inheritance: NO Compiler for C++ supports arguments -Wno-non-virtual-dtor: NO Compiler for C++ supports arguments -Wcomma: NO Compiler for C++ supports arguments -Wheader-hygiene: NO Compiler for C++ supports arguments -Winconsistent-missing-destructor-override: NO Compiler for C++ supports arguments -Wsuggest-override: NO Compiler for C supports arguments -ffast-math: YES Compiler for C supports arguments -ftree-vectorize: YES Compiler for C supports arguments -Wcast-qual: YES Compiler for C supports arguments -Wdouble-promotion: YES Compiler for C supports arguments -Wmissing-declarations: YES Compiler for C supports arguments -Wshadow: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -Wvla: YES Compiler for C supports arguments -Wwrite-strings: YES Compiler for C supports arguments -Wunreachable-code-aggressive: NO Compiler for C supports arguments -Wused-but-marked-unused: NO Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C++ supports link arguments -Wl,-z,relro: NO Compiler for C++ supports link arguments -Wl,-z,now: NO Compiler for C++ supports link arguments -Wl,--gc-sections: NO Checking for function "getpwnam_r" : YES Checking for function "getpwuid_r" : YES Checking for function "initgroups" : YES Checking for function "fnmatch" : YES Checking for function "strndup" : YES Checking for function "strcasestr" : YES Checking for function "syslog" : YES Found pkg-config: /home/pbulk/build/audio/musicpd/work/.tools/bin/pkg-config (1.8.0) Run-time dependency Boost found: YES 1.77.0 (/home/pbulk/build/audio/musicpd/work/.buildlink) Run-time dependency fmt found: YES 8.0.1 Configuring Features.h using configuration Run-time dependency threads found: YES Checking for function "pthread_setname_np" with dependency threads: YES Header has symbol "AF_INET6" : YES Header has symbol "struct ucred" : YES Header has symbol "SO_PEERCRED" : NO Checking for function "getpeereid" : NO Configuring Features.h using configuration Dependency dbus-1 skipped: feature dbus disabled Run-time dependency icu-i18n found: YES 70.1 Dependency smbclient skipped: feature smbclient disabled Run-time dependency zlib found: YES 1.2.11 Dependency libchromaprint skipped: feature chromaprint disabled Run-time dependency libcurl found: YES 7.81.0 Run-time dependency expat found: YES 2.4.4 Run-time dependency libavformat found: YES 58.76.100 Run-time dependency libavcodec found: YES 58.134.100 Run-time dependency libavutil found: YES 56.70.100 Run-time dependency libavfilter found: YES 7.110.100 Dependency libnfs skipped: feature nfs disabled Has header "sys/soundcard.h" : YES Run-time dependency libpcre2-8 found: YES 10.39 WARNING: Found CMake '/home/pbulk/build/audio/musicpd/work/.tools/bin/false' but couldn't run it Found CMake: NO Run-time dependency libpipewire-0.3 found: NO (tried pkgconfig and cmake) Dependency libpulse skipped: feature pulse disabled Library sndio skipped: feature sndio disabled Run-time dependency sqlite3 found: YES 3.37.0 Dependency yajl skipped: feature yajl disabled Run-time dependency id3tag found: YES 0.15.1bnb2 Run-time dependency samplerate found: YES 0.2.2 Dependency soxr skipped: feature soxr disabled Dependency libcdio_paranoia skipped: feature cdio_paranoia disabled Dependency libmms skipped: feature mms disabled Configuring Features.h using configuration Dependency libiso9660 skipped: feature iso9660 disabled Library bz2 found: YES Dependency zziplib skipped: feature zzip disabled Configuring Features.h using configuration Run-time dependency ao found: YES 1.2.2 Dependency jack skipped: feature jack disabled Run-time dependency shout found: YES 2.4.5 Configuring Features.h using configuration Run-time dependency flac found: YES 1.3.3 Run-time dependency opus found: YES 1.3.1 Run-time dependency vorbis found: YES 1.3.7 Run-time dependency vorbisenc found: YES 1.3.7 Run-time dependency ogg found: YES 1.3.5 Dependency adplug skipped: feature adplug disabled Dependency fluidsynth skipped: feature fluidsynth disabled Dependency audiofile skipped: feature audiofile disabled Library faad found: YES Library gme skipped: feature gme disabled Library mad skipped: feature mad disabled Dependency libmikmod skipped: feature mikmod disabled Dependency libmodplug skipped: feature modplug disabled Run-time dependency libopenmpt found: NO (tried pkgconfig and cmake) Library mpcdec found: YES Run-time dependency libmpg123 found: YES 1.29.3 Run-time dependency sndfile found: YES 1.0.31 Run-time dependency wavpack found: YES 5.4.0 Dependency wildmidi skipped: feature wildmidi disabled Library WildMidi skipped: feature wildmidi disabled Run-time dependency libsidplayfp found: NO (tried pkgconfig and cmake) Run-time dependency libsidplay2 found: NO (tried pkgconfig and cmake) Configuring Features.h using configuration Library mp3lame found: YES Dependency twolame skipped: feature twolame disabled Dependency shine skipped: feature shine disabled Configuring Features.h using configuration Configuring Features.h using configuration Dependency libmpdclient skipped: feature libmpdclient disabled Configuring config.h using configuration Program sphinx-build-3.9 found: YES (/opt/local/bin/sphinx-build-3.9) Build targets in project: 62 mpd 0.23.5 User defined options buildtype : plain libdir : lib libexecdir : libexec mandir : man prefix : /opt/local sysconfdir : /opt/local/etc adplug : disabled audiofile : disabled cdio_paranoia : disabled chromaprint : disabled dbus : disabled documentation : enabled fluidsynth : disabled gme : disabled iso9660 : disabled jack : disabled libmpdclient : disabled mad : disabled mikmod : disabled mms : disabled modplug : disabled nfs : disabled openal : disabled oss : enabled pulse : disabled shine : disabled smbclient : disabled sndio : disabled solaris_output: enabled soxr : disabled tremor : disabled twolame : disabled upnp : disabled wildmidi : disabled yajl : disabled zeroconf : auto zzip : disabled Found ninja-1.10.2 at /opt/local/bin/ninja