=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for ncmpc-0.46.tar.xz => Checksum SHA512 OK for ncmpc-0.46.tar.xz ===> Installing dependencies for ncmpc-0.46nb1 ========================================================================== The supported build options for ncmpc are: wide-curses The currently selected options are: wide-curses You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.ncmpc (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, ncmpc-0.46nb1. Their current value is shown below: * CURSES_DEFAULT = ncurses * PYTHON_VERSION_DEFAULT = 311 Based on these variables, the following variables have been set: * CURSES_TYPE = ncurses * PYPACKAGE = python311 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/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency py311-sphinx-[0-9]*: found py311-sphinx-7.3.7nb1 => Tool dependency meson>=0: found meson-1.4.0 => Tool dependency python311>=3.11: found python311-3.11.9 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.22.5 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.2.0 => Tool dependency xz>=4.999.9betanb1: found xz-5.6.1nb100 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency libiconv>=1.9.1nb4: found libiconv-1.17 => Full dependency libmpdclient>=2.20nb1: found libmpdclient-2.20nb1 => Full dependency ncurses>=6.5: found ncurses-6.5 => Full dependency pcre2>=10.30: found pcre2-10.43 ===> Overriding tools for ncmpc-0.46nb1 ===> Extracting for ncmpc-0.46nb1 ===> Patching for ncmpc-0.46nb1 => Applying pkgsrc patches for ncmpc-0.46nb1 => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-doc_meson.build => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-doc_meson.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-doc_meson.build,v 1.2 2019/10/27 10:34:36 nia Exp $ | |Work around our weird sphinx binary name. | |--- doc/meson.build.orig 2019-04-10 09:08:34.000000000 +0000 |+++ doc/meson.build -------------------------- Patching file doc/meson.build using Plan A... Hunk #1 succeeded at 5 (offset 4 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-meson.build => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-meson.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-meson.build,v 1.1 2019/09/14 12:19:40 nia Exp $ | |NetBSD with FAKE_NCURSES does not currently create pkgconfig files. |Work around this for now. | |--- meson.build.orig 2019-04-10 09:08:34.000000000 +0000 |+++ meson.build -------------------------- Patching file meson.build using Plan A... Hunk #1 succeeded at 57 (offset 1 line). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-src_charset.cxx => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-src_charset.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_charset.cxx,v 1.2 2019/10/24 21:50:08 kamil Exp $ | |Don't strip constness for the iconv input on SunOS and old NetBSD. | |--- src/charset.cxx.orig 2019-09-14 12:24:35.000000000 +0000 |+++ src/charset.cxx -------------------------- Patching file src/charset.cxx using Plan A... Hunk #1 succeeded at 19 (offset -1 lines). Hunk #2 succeeded at 72 (offset -1 lines). Hunk #3 succeeded at 142 (offset -1 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-src_ncu.cxx => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-src_ncu.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_ncu.cxx,v 1.2 2019/11/09 11:22:20 nia Exp $ | |(from the commit log) |date: 2010-02-25 03:08:12 +0900; author: drochner; state: Exp; | Set the keyboard mode to raw() explicitely. ncurses seems to do | this in some magical way, didn't find a hint in documentation. | |--- src/ncu.cxx.orig 2019-11-05 11:06:41.000000000 +0000 |+++ src/ncu.cxx -------------------------- Patching file src/ncu.cxx using Plan A... Hunk #1 succeeded at 58 (offset -1 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/patches/patch-src_net_IPv6Address.hxx => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/ncmpc/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.1 2021/09/22 06:56:10 nia Exp $ | |Avoid a compilation problem on netbsd-8: | |../src/net/IPv6Address.hxx:192:10: error: 'ntohl' was not declared in this scope | return IN6_IS_ADDR_V4MAPPED(&address.sin6_addr); | |--- src/net/IPv6Address.hxx.orig 2021-02-12 09:53:25.000000000 +0000 |+++ src/net/IPv6Address.hxx -------------------------- Patching file src/net/IPv6Address.hxx using Plan A... Hunk #1 succeeded at 39 (offset -1 lines). done ===> Creating toolchain wrappers for ncmpc-0.46nb1 ===> Configuring for ncmpc-0.46nb1 => Set Python version variables. => Checking for portability problems in extracted files The Meson build system Version: 1.4.0 Source dir: /Users/pbulk/build/audio/ncmpc/work/ncmpc-0.46 Build dir: /Users/pbulk/build/audio/ncmpc/work/ncmpc-0.46/output Build type: native build Project name: ncmpc Project version: 0.46 C++ compiler for the host machine: clang++ (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)") C++ linker for the host machine: clang++ ld64 1053.12 Host machine cpu family: x86_64 Host machine cpu: x86_64 Has header "locale.h" : YES Has header "libintl.h" : YES Program msgfmt found: YES (/Users/pbulk/build/audio/ncmpc/work/.tools/bin/msgfmt) Program msginit found: YES (/opt/pkg/bin/msginit) Program msgmerge found: YES (/opt/pkg/bin/msgmerge) Program xgettext found: YES (/Users/pbulk/build/audio/ncmpc/work/.tools/bin/xgettext) Header "locale.h" has symbol "locale_t" : NO Checking for function "iconv" : NO Found pkg-config: YES (/Users/pbulk/build/audio/ncmpc/work/.tools/bin/pkg-config) 2.2.0 Run-time dependency ncursesw found: YES 6.5.20240427 Has header "curses.h" with dependency ncursesw: YES Checking for function "getmouse" with dependency ncursesw: YES Dependency lirc skipped: feature lirc disabled 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 -Wcast-qual: YES Compiler for C++ supports arguments -Wcast-align: YES Compiler for C++ supports arguments -Wdouble-promotion: YES Compiler for C++ supports arguments -Wmissing-declarations: YES Compiler for C++ supports arguments -Wmissing-format-attribute: YES Compiler for C++ supports arguments -Wmissing-noreturn: YES Compiler for C++ supports arguments -Wredundant-decls: YES Compiler for C++ supports arguments -Wshadow: YES Compiler for C++ supports arguments -Wundef: YES Compiler for C++ supports arguments -Wvla: YES Compiler for C++ supports arguments -Wwrite-strings: YES Compiler for C++ supports arguments -Wunreachable-code-aggressive: YES Compiler for C++ supports arguments -Wused-but-marked-unused: YES Compiler for C++ supports arguments -fno-threadsafe-statics: YES Compiler for C++ supports arguments -fmerge-all-constants: YES Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES Compiler for C++ supports arguments -Wno-format-truncation: NO Compiler for C++ supports arguments -Wcomma: YES Compiler for C++ supports arguments -Wheader-hygiene: YES Compiler for C++ supports arguments -Winconsistent-missing-destructor-override: YES Compiler for C++ supports link arguments -Wl,--gc-sections: NO Run-time dependency threads found: YES Run-time dependency libmpdclient found: YES 2.20 Run-time dependency libpcre2-8 found: YES 10.43 Configuring Features.h using configuration Configuring config.h using configuration Program sphinx-build-3.11 found: YES (/opt/pkg/bin/sphinx-build-3.11) Build targets in project: 37 ncmpc 0.46 User defined options buildtype : plain libdir : lib libexecdir : libexec mandir : share/man prefix : /opt/pkg sysconfdir : /opt/pkg/etc wrap_mode : nodownload curses : ncursesw html_manual: false lirc : disabled Found ninja-1.12.0 at /opt/pkg/bin/ninja