+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/svnfs-0.4nb49/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/svnfs-0.4nb49/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for svnfs-0.4nb49 --- ./aclocal.m4 --- cd . && aclocal-1.9 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. --- ./configure --- --- ./config.h.in --- --- ./configure --- cd . && autoconf --- ./config.h.in --- cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- ./configure --- WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- ./config.status --- /bin/sh ./config.status --recheck --- ./config.h.in --- rm -f stamp-h1 touch ./config.h.in --- stamp-h1 --- cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- ./Makefile.in --- --- ../config.status --- cd .. && /usr/pkg/bin/bmake am--refresh --- ./Makefile.in --- --- am--refresh --- --- ../config.status --- --- am--refresh --- --- svnfs.o --- --- svnclient.o --- --- svnfs.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 -I/usr/pkg/include/apr-1 -I/usr/pkg/include/subversion-1 -pthread -DNETBSD -pipe -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/apr-1 -I/usr/pkg/include/db4 -DLDAP_DEPRECATED -MT svnfs.o -MD -MP -MF ".deps/svnfs.Tpo" -c -o svnfs.o svnfs.c; then mv -f ".deps/svnfs.Tpo" ".deps/svnfs.Po"; else rm -f ".deps/svnfs.Tpo"; exit 1; fi --- svnclient.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 -I/usr/pkg/include/apr-1 -I/usr/pkg/include/subversion-1 -pthread -DNETBSD -pipe -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/apr-1 -I/usr/pkg/include/db4 -DLDAP_DEPRECATED -MT svnclient.o -MD -MP -MF ".deps/svnclient.Tpo" -c -o svnclient.o svnclient.c; then mv -f ".deps/svnclient.Tpo" ".deps/svnclient.Po"; else rm -f ".deps/svnclient.Tpo"; exit 1; fi In file included from svnfs.h:15, from svnclient.c:13: /usr/include/fuse.h:75:4: warning: #warning "User code including should define FUSE_USE_VERSION before including this header. Defaulting to the latest version." [-Wcpp] 75 | # warning "User code including should define FUSE_USE_VERSION before including this header. Defaulting to the latest version." | ^~~~~~~ svnclient.c: In function 'svnclient_setup_ctx': svnclient.c:31:5: warning: 'svn_client_create_context' is deprecated [-Wdeprecated-declarations] 31 | if( (err = svn_client_create_context(&ctx, pool)) ) { | ^~ In file included from svnclient.h:19, from svnclient.c:14: /home/pbulk/build/filesystems/fuse-svnfs/work/.buildlink/include/subversion-1/svn_client.h:1117:1: note: declared here 1117 | svn_client_create_context(svn_client_ctx_t **ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~ svnclient.c:44:5: warning: 'svn_client_get_username_provider' is deprecated [-Wdeprecated-declarations] 44 | svn_client_get_username_provider(&username_wc_provider, pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from svnclient.h:19, from svnclient.c:14: /home/pbulk/build/filesystems/fuse-svnfs/work/.buildlink/include/subversion-1/svn_client.h:198:1: note: declared here 198 | svn_client_get_username_provider(svn_auth_provider_object_t **provider, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svnclient.c: In function 'svnclient_list': svnclient.c:152:5: warning: 'svn_client_list' is deprecated [-Wdeprecated-declarations] 152 | if( (err = svn_client_list(fullpath, rev, rev, FALSE, dirent_fields, FALSE, | ^~ In file included from svnclient.h:19, from svnclient.c:14: /home/pbulk/build/filesystems/fuse-svnfs/work/.buildlink/include/subversion-1/svn_client.h:6850:1: note: declared here 6850 | svn_client_list(const char *path_or_url, | ^~~~~~~~~~~~~~~ svnclient.c: In function 'svnclient_read': svnclient.c:187:5: warning: 'svn_client_cat2' is deprecated [-Wdeprecated-declarations] 187 | if( (err = svn_client_cat2(out, path, rev, rev, ctx, subpool)) | ^~ In file included from svnclient.h:19, from svnclient.c:14: /home/pbulk/build/filesystems/fuse-svnfs/work/.buildlink/include/subversion-1/svn_client.h:6981:1: note: declared here 6981 | svn_client_cat2(svn_stream_t *out, | ^~~~~~~~~~~~~~~ --- svnfs --- cc -pthread -DNETBSD -pipe -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/apr-1 -I/usr/pkg/include/db4 -DLDAP_DEPRECATED -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o svnfs svnfs.o svnclient.o -lrt -lcrypt -lpthread -L/usr/pkg/lib -lapr-1 -L/usr/pkg/lib -lsvn_client-1 -lsvn_wc-1 -lsvn_repos-1 -lfuse ld: warning: libmagic.so.7, needed by /home/pbulk/build/filesystems/fuse-svnfs/work/.buildlink/lib/libsvn_client-1.so, not found (try using -rpath or -rpath-link) ld: /usr/pkg/lib/libsvn_subr-1.so.0: undefined reference to `magic_close' ld: /usr/pkg/lib/libsvn_subr-1.so.0: undefined reference to `magic_open' ld: /usr/pkg/lib/libsvn_subr-1.so.0: undefined reference to `magic_file' ld: /usr/pkg/lib/libsvn_subr-1.so.0: undefined reference to `magic_load' *** [svnfs] Error code 1 bmake[2]: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4/src 1 error bmake[2]: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4 1 error bmake[1]: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4 1 error bmake: stopped in /home/pbulk/build/filesystems/fuse-svnfs/work/svnfs-0.4 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/filesystems/fuse-svnfs *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/filesystems/fuse-svnfs