=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for pv-1.6.20
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/debug.o src/main/debug.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/help.o src/main/help.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/main.o src/main/main.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/options.o src/main/options.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/remote.o src/main/remote.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/main/version.o src/main/version.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/library/getopt.o src/library/getopt.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/library/gettext.o src/library/gettext.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/pv/cursor.o src/pv/cursor.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/pv/display.o src/pv/display.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/pkg/share/locale\" -c -o src/pv/file.o src/pv/file.c
In file included from src/pv/cursor.c:14:
./src/include/pv-internal.h:219:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
./src/include/pv-internal.h:220:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd_link;        /* lstat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
2 errors generated.
gmake: *** [Makefile:362: src/pv/cursor.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from src/pv/display.c:5:
./src/include/pv-internal.h:219:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
./src/include/pv-internal.h:220:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd_link;        /* lstat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
In file included from src/pv/file.c:5:
./src/include/pv-internal.h:219:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
./src/include/pv-internal.h:220:16: error: field has incomplete type 'struct stat64'
        struct stat64 sb_fd_link;        /* lstat of fd symlink */
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
src/pv/file.c:34:16: error: variable has incomplete type 'struct stat64'
        struct stat64 sb;
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
src/pv/file.c:45:12: warning: implicit declaration of function 'fstat64' is invalid in C99 [-Wimplicit-function-declaration]
                if (0 == fstat64(STDIN_FILENO, &sb))
                         ^
src/pv/file.c:52:9: warning: implicit declaration of function 'fstat64' is invalid in C99 [-Wimplicit-function-declaration]
                        rc = fstat64(STDIN_FILENO, &sb);
                             ^
src/pv/file.c:58:9: warning: implicit declaration of function 'stat64' is invalid in C99 [-Wimplicit-function-declaration]
                        rc = stat64(state->input_files[i], &sb);
                             ^
src/pv/file.c:112:8: warning: implicit declaration of function 'fstat64' is invalid in C99 [-Wimplicit-function-declaration]
                rc = fstat64(STDOUT_FILENO, &sb);
                     ^
src/pv/file.c:147:9: warning: implicit declaration of function 'fstat64' is invalid in C99 [-Wimplicit-function-declaration]
                        rc = fstat64(STDIN_FILENO, &sb);
                             ^
src/pv/file.c:154:9: warning: implicit declaration of function 'stat64' is invalid in C99 [-Wimplicit-function-declaration]
                        rc = stat64(state->input_files[i], &sb);
                             ^
src/pv/file.c:208:16: error: variable has incomplete type 'struct stat64'
        struct stat64 isb;
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
src/pv/file.c:209:16: error: variable has incomplete type 'struct stat64'
        struct stat64 osb;
                      ^
./src/include/pv-internal.h:219:9: note: forward declaration of 'struct stat64'
        struct stat64 sb_fd;             /* stat of fd symlink */
               ^
src/pv/file.c:246:6: warning: implicit declaration of function 'fstat64' is invalid in C99 [-Wimplicit-function-declaration]
        if (fstat64(fd, &isb)) {
            ^
7 warnings and 5 errors generated.
2 errors generated.
gmake: *** [Makefile:362: src/pv/file.o] Error 1
gmake: *** [Makefile:362: src/pv/display.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/pv
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/pv