=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for pkg_select-20090308nb8 --- main.o --- --- parsedirs.o --- --- tools.o --- --- main.o --- clang -pipe -Os -DPKGTOOLS_PATH=\"/opt/pkg/sbin\" -I/opt/pkg/include/ncurses -g -I. -DPKGSRCBASE=\"/Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64\" -DPKGDB=\"/opt/pkg/.pkgdb\" -DMAKE=\"/opt/pkg/bin/bmake\" -DCONFPATH=\"/opt/pkg/etc/pkg_select.conf\" -DMIRRORS=\"/opt/pkg/share/pkg_select\" -DBGCOLOR=COLOR_BLUE -DFGCOLOR=COLOR_WHITE -I/opt/pkg/include/ncurses -c main.c --- parsedirs.o --- clang -pipe -Os -DPKGTOOLS_PATH=\"/opt/pkg/sbin\" -I/opt/pkg/include/ncurses -g -I. -DPKGSRCBASE=\"/Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64\" -DPKGDB=\"/opt/pkg/.pkgdb\" -DMAKE=\"/opt/pkg/bin/bmake\" -DCONFPATH=\"/opt/pkg/etc/pkg_select.conf\" -DMIRRORS=\"/opt/pkg/share/pkg_select\" -DBGCOLOR=COLOR_BLUE -DFGCOLOR=COLOR_WHITE -I/opt/pkg/include/ncurses -c parsedirs.c --- tools.o --- clang -pipe -Os -DPKGTOOLS_PATH=\"/opt/pkg/sbin\" -I/opt/pkg/include/ncurses -g -I. -DPKGSRCBASE=\"/Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64\" -DPKGDB=\"/opt/pkg/.pkgdb\" -DMAKE=\"/opt/pkg/bin/bmake\" -DCONFPATH=\"/opt/pkg/etc/pkg_select.conf\" -DMIRRORS=\"/opt/pkg/share/pkg_select\" -DBGCOLOR=COLOR_BLUE -DFGCOLOR=COLOR_WHITE -I/opt/pkg/include/ncurses -c tools.c --- parsedirs.o --- In file included from parsedirs.c:35: In file included from ./pkg_select.h:44: ./curses_helpers.h:45:13: error: conflicting types for 'exit_curses' extern void exit_curses(void); ^ /Users/pbulk/build/pkgtools/pkg_select/work/.buildlink/include/ncurses/curses.h:1780:42: note: previous declaration is here extern GCC_NORETURN NCURSES_EXPORT(void) exit_curses (int); ^ --- main.o --- In file included from main.c:47: In file included from ./pkg_select.h:44: ./curses_helpers.h:45:13: error: conflicting types for 'exit_curses' extern void exit_curses(void); ^ /Users/pbulk/build/pkgtools/pkg_select/work/.buildlink/include/ncurses/curses.h:1780:42: note: previous declaration is here extern GCC_NORETURN NCURSES_EXPORT(void) exit_curses (int); ^ --- parsedirs.o --- parsedirs.c:80:37: warning: incompatible function pointer types passing 'int (struct dirent *)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-function-pointer-types] if ((count = scandir(path, &dlist, checkskip, alphasort)) < 0) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/dirent.h:150:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)) __DARWIN_INODE64(scandir); ^ parsedirs.c:243:41: warning: incompatible function pointer types passing 'int (struct dirent *)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-function-pointer-types] if ((ncat = scandir(path, &cat, checkskip, alphasort)) < 0) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/dirent.h:150:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)) __DARWIN_INODE64(scandir); ^ parsedirs.c:261:50: warning: incompatible function pointer types passing 'int (struct dirent *)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-function-pointer-types] if ((nlist = scandir(tmp, &list, checkskip, alphasort)) < 0) { ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/dirent.h:150:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)) __DARWIN_INODE64(scandir); ^ 3 warnings and 1 error generated. --- main.o --- main.c:277:33: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (list != NULL && list[0] != '\0') { ^~~~ (void *)0 1 warning and 1 error generated. --- parsedirs.o --- *** [parsedirs.o] Error code 1 bmake: stopped in /Users/pbulk/build/pkgtools/pkg_select/work/pkg_select-20090308 --- main.o --- *** [main.o] Error code 1 bmake: stopped in /Users/pbulk/build/pkgtools/pkg_select/work/pkg_select-20090308 2 errors bmake: stopped in /Users/pbulk/build/pkgtools/pkg_select/work/pkg_select-20090308 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/pkgtools/pkg_select *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/pkgtools/pkg_select