===> Building for ncdu-2.8.2 cd /Users/pbulk/build/sysutils/ncdu2/work/ncdu-2.8.2 && /usr/bin/env USETOOLS=no GOTMPDIR=/Users/pbulk/build ZIG_GLOBAL_CACHE_DIR=/Users/pbulk/build/sysutils/ncdu2/work/zig-global-cache ZIG_LOCAL_CACHE_DIR=/Users/pbulk/build/sysutils/ncdu2/work/zig-local-cache MACOSX_DEPLOYMENT_TARGET=14.5 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/ncurses CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/ncurses CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/ncurses COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 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/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/sysutils/ncdu2/work/.cwrapper/bin:/Users/pbulk/build/sysutils/ncdu2/work/.buildlink/bin:/Users/pbulk/build/sysutils/ncdu2/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/sysutils/ncdu2/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/sysutils/ncdu2/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/sysutils/ncdu2/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/sysutils/ncdu2/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/sysutils/ncdu2/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/sysutils/ncdu2/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/sysutils/ncdu2/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/sysutils/ncdu2/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/sysutils/ncdu2/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/sysutils/ncdu2/work/.cwrapper/config zig build --release=safe -Dcpu=baseline -Dpie=true --prefix /Users/pbulk/build/sysutils/ncdu2/work/.destdir/opt/pkg install +- install ncdu +- compile exe ncdu ReleaseSafe native-native 18 errors src/main.zig:329:21: error: root source file struct 'Io' has no member named 'bufferedReader' var rd_ = std.io.bufferedReader(f.reader()); ~~~~~~^~~~~~~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ referenced by: main: src/main.zig:553:24 callMain [inlined]: /opt/pkg/lib/zig/std/start.zig:618:22 callMainWithArgs [inlined]: /opt/pkg/lib/zig/std/start.zig:587:20 main: /opt/pkg/lib/zig/std/start.zig:602:28 1 reference(s) hidden; use '-freference-trace=5' to see all references src/main.zig:376:26: error: root source file struct 'Io' has no member named 'getStdOut' const stdout = std.io.getStdOut(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/main.zig:382:26: error: root source file struct 'Io' has no member named 'getStdOut' const stdout = std.io.getStdOut(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:20:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:44:30: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/ui.zig:338:26: error: root source file struct 'Io' has no member named 'getStdErr' const stderr = std.io.getStdErr(); ~~~~~~^~~~~~~~~~ /opt/pkg/lib/zig/std/Io.zig:1:1: note: struct declared here const builtin = @import("builtin"); ^~~~~ src/util.zig:199:23: error: root source file struct 'fmt' has no member named 'allocPrintZ' return try std.fmt.allocPrintZ(alloc, "{s}{s}", .{ home, path[len..] }); ~~~~~~~^~~~~~~~~~~~ /opt/pkg/lib/zig/std/fmt.zig:1:1: note: struct declared here //! String formatting and parsing. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: the following command failed with 18 compilation errors: /opt/pkg/bin/zig build-exe -D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR -I/opt/pkg/include/ncurses -I/opt/pkg/include -L/opt/pkg/lib -lncurses -I/opt/pkg/include -L/opt/pkg/lib -lzstd -fno-strip -OReleaseSafe -target native-native -mcpu baseline -Mroot=/Users/pbulk/build/sysutils/ncdu2/work/ncdu-2.8.2/src/main.zig -lc --cache-dir /Users/pbulk/build/sysutils/ncdu2/work/zig-local-cache --global-cache-dir /Users/pbulk/build/sysutils/ncdu2/work/zig-global-cache --name ncdu -headerpad_max_install_names --zig-lib-dir /opt/pkg/lib/zig/ -fPIE --listen=- Build Summary: 0/3 steps succeeded; 1 failed install transitive failure +- install ncdu transitive failure +- compile exe ncdu ReleaseSafe native-native 18 errors error: the following build command failed with exit code 1: /Users/pbulk/build/sysutils/ncdu2/work/zig-local-cache/o/2d521cebd216b908e9292d5c68342631/build /opt/pkg/bin/zig /opt/pkg/lib/zig /Users/pbulk/build/sysutils/ncdu2/work/ncdu-2.8.2 /Users/pbulk/build/sysutils/ncdu2/work/zig-local-cache /Users/pbulk/build/sysutils/ncdu2/work/zig-global-cache --seed 0xa5faecfd -Z79d62d5dbd6f9626 --release=safe -Dcpu=baseline -Dpie=true --prefix /Users/pbulk/build/sysutils/ncdu2/work/.destdir/opt/pkg *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/ncdu2 *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/ncdu2