===> Building for p5-Quota-1.8.1nb5
rm -f myconfig.h
ln -s hints/bsd.h myconfig.h
"/opt/pkg/bin/perl" "/opt/pkg/lib/perl5/5.40.0/ExtUtils/xsubpp"  -typemap '/opt/pkg/lib/perl5/5.40.0/ExtUtils/typemap'  Quota.xs > Quota.xsc
mv Quota.xsc Quota.c
Running Mkbootstrap for Quota ()
chmod 644 "Quota.bs"
clang -c    -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -Wno-error=implicit-function-declaration -pipe -Os       -DVERSION=\"1.8.1\"  -DXS_VERSION=\"1.8.1\"  "-I/opt/pkg/lib/perl5/5.40.0/darwin-thread-multi-2level/CORE"   stdio_wrap.c
cp Quota.pm blib/lib/Quota.pm
AutoSplitting blib/lib/Quota.pm (blib/lib/auto/Quota)
clang -c    -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -Wno-error=implicit-function-declaration -pipe -Os       -DVERSION=\"1.8.1\"  -DXS_VERSION=\"1.8.1\"  "-I/opt/pkg/lib/perl5/5.40.0/darwin-thread-multi-2level/CORE"   Quota.c
Quota.xs:326:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_bhardlimit) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:327:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_bsoftlimit) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:328:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_curblocks) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:329:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_fhardlimit) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:330:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_fsoftlimit) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:331:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_curfiles) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:332:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_btimeleft) &&
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
Quota.xs:333:24: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]
      xdr_u_long(xdrs, (unsigned long *)&rqp->rq_ftimeleft) );
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here
extern bool_t   xdr_u_long(XDR *, unsigned int *);
                                                ^
8 warnings generated.
"/opt/pkg/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Quota.bs blib/arch/auto/Quota/Quota.bs 644
rm -f blib/arch/auto/Quota/Quota.bundle
LD_RUN_PATH="/usr/lib" clang -Wl,-rpath,"/usr/lib" -L/opt/pkg/lib -mmacosx-version-min=12.3 -bundle -undefined dynamic_lookup -L/usr/local/lib  Quota.o stdio_wrap.o -L/usr/lib -lquota   -L/opt/pkg/lib -L/opt/pkg/lib/perl5/5.40.0/darwin-thread-multi-2level/CORE -o blib/arch/auto/Quota/Quota.bundle    -lrpcsvc    
ld: library not found for -lquota
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [blib/arch/auto/Quota/Quota.bundle] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/sysutils/p5-Quota/work/Quota-1.8.1
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/sysutils/p5-Quota/work/Quota-1.8.1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/sysutils/p5-Quota
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/sysutils/p5-Quota