=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for newsraft-0.30 --- newsraft --- cc -std=c99 -O3 `pkg-config --cflags libcurl 2>/dev/null` -I/usr/include `pkg-config --cflags expat 2>/dev/null` `pkg-config --cflags gumbo 2>/dev/null` `pkg-config --cflags sqlite3 2>/dev/null` -Isrc -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -o newsraft src/newsraft.c `pkg-config --libs libcurl 2>/dev/null || echo '-lcurl'` -lcurses `pkg-config --libs expat 2>/dev/null || echo '-lexpat'` `pkg-config --libs gumbo 2>/dev/null || echo '-lgumbo'` `pkg-config --libs sqlite3 2>/dev/null || echo '-lsqlite3'` -lpthread In file included from src/newsraft.c:4:0: src/log.c: In function 'log_init': src/log.c:21:30: warning: implicit declaration of function 'curses_version'; did you mean 'curl_version'? [-Wimplicit-function-declaration] INFO("ncurses version: %s", curses_version()); ^ src/newsraft.h:23:37: note: in definition of macro 'INFO' #define INFO(...) log_write("INFO", __VA_ARGS__) ^~~~~~~~~~~ In file included from src/newsraft.c:3:0: In function 'prepare_feed_update_state_for_download', inlined from 'downloader_worker' at src/downloader.c:281:8: /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:211:2: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:212:2: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:213:2: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 10); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:215:2: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:216:2: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:220:3: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); ^~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument _curl_easy_setopt_err_long(); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/news/newsraft/work/.buildlink/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' #define CURL_IGNORE_DEPRECATION(statements) statements ^~~~~~~~~~ src/downloader.c:223:3: note: in expansion of macro 'curl_easy_setopt' curl_easy_setopt(curl, CURLOPT_VERBOSE, 0); ^~~~~~~~~~~~~~~~ ld: /tmp//cc4ebafO.o: in function `log_init': newsraft.c:(.text+0x3096): undefined reference to `curses_version' *** [newsraft] Error code 1 make: stopped in /tmp/news/newsraft/work/newsraft 1 error make: stopped in /tmp/news/newsraft/work/newsraft *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/news/newsraft *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/news/newsraft