Thanks for the report. I can't reproduce this, though.

The code in question is this:


/*
* Get the host name and its IP address. Convert the IP address to dotted
* ASCII form.
*/
   if (gethostname(hnm, sizeof(hnm) - 1)) {
       cem = "ERROR!!!  can't get this host's name";
       goto print_errno;
   }
   hnm[sizeof(hnm) - 1] = '\0';
   if (!(hp = gethostbyname(hnm))) {
(void) snprintf(buf, bufl - 1, "ERROR!!! can't get IP address for %s",
           hnm);
       buf[bufl - 1] = '\0';


It seems like gethostbyname() is failing, which presumably is a misconfiguration on the part of the build host (probably something in /etc/hosts?). I'm pretty sure local hostname forward and reverse lookups don't violate policy 4.9 "required targets must not attempt network access, except, via the loopback interface", but correct me if I'm wrong.

I've attached the build log and the diff between our build logs, just in case that's helpful (although you're using sbuild and I'm not, so the diff isn't very readable).

On Thu, May 26, 2022 at 21:09, Lucas Nussbaum <lu...@debian.org> wrote:


 Basic test:
 LTbasic ... OK

 Standard tests:
 LTnlink ... OK
 LTsock ... ERROR!!!  can't get IP address for ip-10-84-234-90
                Errno 0: Success
 LTszoff ... OK
 LTunix ... OK
 Failed tests: 1

[...]
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime


 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package lsof
dpkg-buildpackage: info: source version 4.95.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Andres Salomon <dilin...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
        rm -f debian/lsof.debhelper.log
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/lsof-4.95.0'
dh_auto_clean
        make -j16 clean
make[2]: Entering directory '/lsof-4.95.0'
rm -f Makefile.bak lsof a.out core errs lint.out tags *.o version.h 
rm -f machine.h.old new_machine.h
(cd lib; make -f Makefile.skel clean)
make[3]: Entering directory '/lsof-4.95.0/lib'
rm -f liblsof.a ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o ptti.o 
rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o errs Makefile.bak a.out core
make[3]: Leaving directory '/lsof-4.95.0/lib'
(cd tests; make clean)
make[3]: Entering directory '/lsof-4.95.0/tests'
rm -f LTbasic LTnlink LTsock LTszoff LTunix LTbigf LTdnlc LTlock *.o *.err 
*.out config.LT*
make[3]: Leaving directory '/lsof-4.95.0/tests'
(cd dialects/linux/tests; make clean)
make[3]: Entering directory '/lsof-4.95.0/dialects/linux/tests'
rm -f epoll eventfd mq_fork mq_open pidfd pipe pty ux open_with_flags  *.o
make[3]: Leaving directory '/lsof-4.95.0/dialects/linux/tests'
make[2]: Leaving directory '/lsof-4.95.0'
rm -f dfile.c dlsof.h dmnt.c dnode.c dproc.c dproto.h dsock.c dstore.c 
machine.h Makefile
rm -f lib/Makefile
cd tests && make clean && cd -
make[2]: Entering directory '/lsof-4.95.0/tests'
rm -f LTbasic LTnlink LTsock LTszoff LTunix LTbigf LTdnlc LTlock *.o *.err 
*.out config.LT*
make[2]: Leaving directory '/lsof-4.95.0/tests'
/lsof-4.95.0
rm -f tests/config.cc tests/config.cflags tests/config.ldflags tests/configxobj
make[1]: Leaving directory '/lsof-4.95.0'
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/lsof.substvars debian/files
        rm -fr -- debian/lsof/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building lsof using existing ./lsof_4.95.0.orig.tar.bz2
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building lsof in lsof_4.95.0-1.debian.tar.xz
dpkg-source: info: building lsof in lsof_4.95.0-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/lsof-4.95.0'
/Configure -n linux
Testing C library type with cc ... done
The C library type is glibc, version "-DGLIBCV=233".
rm -f ddev.c dfile.c dlsof.h dmnt.c dnode*.c dproc.c dproto.h dsock.c dstore.c 
dzfs.h kernelbase.h machine.h machine.h.old new_machine.h __lseek.s Makefile 
Makefile.zfs ./tests/config.cflags
rm -f ./tests/config.cc ./tests/config.xobj ./tests/config.ldflags
Testing C library for localtime() and strftime(), using cc ... present
ln -s dialects/linux/dfile.c dfile.c
ln -s dialects/linux/dlsof.h dlsof.h
ln -s dialects/linux/dmnt.c dmnt.c
ln -s dialects/linux/dnode.c dnode.c
ln -s dialects/linux/dproc.c dproc.c
ln -s dialects/linux/dproto.h dproto.h
ln -s dialects/linux/dsock.c dsock.c
ln -s dialects/linux/dstore.c dstore.c
ln -s dialects/linux/machine.h machine.h
Makefile and lib/Makefile created.
/tests/config.cc created
/tests/config.cflags created
/tests/config.ldflags created
/tests/config.xobj created
make[1]: Leaving directory '/lsof-4.95.0'
   dh_auto_build
        make -j16 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/lsof-4.95.0'
(cd lib; make DEBUG="-O" CFGF="-g -O2 -ffile-prefix-map=/lsof-4.95.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH 
-DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME 
-DLSOF_VSTR=\"5.17.11\"")
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dfile.o dfile.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dmnt.o dmnt.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dnode.o dnode.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dproc.o dproc.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dsock.o dsock.c
make[2]: Entering directory '/lsof-4.95.0/lib'
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ckkv.o ckkv.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cvfs.o cvfs.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dstore.o 
dstore.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dvch.o dvch.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o fino.o fino.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o arg.o arg.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o isfn.o isfn.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lkud.o lkud.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o pdvn.o pdvn.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o prfp.o prfp.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o node.o node.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ptti.o ptti.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rdev.o rdev.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o regex.o regex.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rmnt.o rmnt.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnam.o rnam.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnch.o rnch.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnmh.o rnmh.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o print.o print.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc 
-O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o snpf.o snpf.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o proc.o proc.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o store.o store.c
Constructing version.h
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o util.o util.c
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o usage.o usage.c
ar cr liblsof.a ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o ptti.o 
rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o
ranlib liblsof.a
make[2]: Leaving directory '/lsof-4.95.0/lib'
print.c: In function ‘printiproto’:
print.c:2009:63: warning: ‘%d’ directive output may be truncated writing 
between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=]
 2009 |                 (void) snpf(Lf->iproto, sizeof(Lf->iproto), "*%d?", p % 
(m/10));
      |                                                               ^~
print.c:2009:61: note: directive argument in the range [-214748363, 214748363]
 2009 |                 (void) snpf(Lf->iproto, sizeof(Lf->iproto), "*%d?", p % 
(m/10));
      |                                                             ^~~~~~
In file included from /usr/include/stdio.h:866,
                 from lsof.h:58,
                 from print.c:38:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: 
‘__builtin___snprintf_chk’ output between 4 and 13 bytes into a destination 
of size 8
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
print.c: In function ‘printuid’:
print.c:2438:42: warning: ‘%*lu’ directive output may be truncated writing 
between 8 and 10 bytes into a region of size 9 [-Wformat-truncation=]
 2438 |         (void) snpf(user, sizeof(user), "%*lu", USERPRTL, (unsigned 
long)uid);
      |                                          ^~~~
print.c:2438:41: note: directive argument in the range [0, 4294967295]
 2438 |         (void) snpf(user, sizeof(user), "%*lu", USERPRTL, (unsigned 
long)uid);
      |                                         ^~~~~~
In file included from /usr/include/stdio.h:866,
                 from lsof.h:58,
                 from print.c:38:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: 
‘__builtin___snprintf_chk’ output between 9 and 11 bytes into a destination 
of size 9
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -o lsof dfile.o dmnt.o dnode.o dproc.o dsock.o dstore.o arg.o main.o misc.o 
node.o print.o proc.o store.o usage.o util.o -L./lib -llsof -Wl,-z,relro 
-Wl,-z,now -ltirpc -lselinux
make[1]: Leaving directory '/lsof-4.95.0'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/lsof-4.95.0'
cd tests && make test && make opt && cd -
make[2]: Entering directory '/lsof-4.95.0/tests'
`cat config.cc`  -I. -I.. `cat config.cflags` -c LTlib.c \
-o LTlib.o
`cat config.cc`  -I. -I.. `cat config.cflags` LTbasic.c \
LTlib.o `cat config.xobj` -o LTbasic
`cat config.cc`  -I. -I.. `cat config.cflags` LTnlink.c \
LTlib.o `cat config.xobj` -o LTnlink
`cat config.cc`  -I. -I.. `cat config.cflags` LTsock.c \
LTlib.o `cat config.xobj` -o LTsock `cat config.ldflags`
`cat config.cc`  -I. -I.. `cat config.cflags` LTszoff.c \
LTlib.o `cat config.xobj` -o LTszoff
`cat config.cc`  -I. -I.. `cat config.cflags` LTunix.c \
LTlib.o `cat config.xobj` -o LTunix `cat config.ldflags`
/lsof-4.95.0/tests

Basic test:
LTbasic ... OK

Standard tests:
LTnlink ... OK
LTsock ... OK
LTszoff ... OK
LTunix ... OK
All standard tests succeeded.

Suggestion: try the optional tests: "make opt"

make[2]: Leaving directory '/lsof-4.95.0/tests'
make[2]: Entering directory '/lsof-4.95.0/tests'
`cat config.cc`  -I. -I.. `cat config.cflags` LTbigf.c \
LTlib.o `cat config.xobj` -o LTbigf
`cat config.cc`  -I. -I.. `cat config.cflags` LTdnlc.c \
LTlib.o `cat config.xobj` -o LTdnlc
`cat config.cc`  -I. -I.. `cat config.cflags` LTlock.c \
LTlib.o `cat config.xobj` -o LTlock

Optional tests:
LTbigf ... OK
LTdnlc ... /lsof-4.95.0/tests found: 100.00%
           OK
LTlock ... OK
All optional tests succeeded.

make[2]: Leaving directory '/lsof-4.95.0/tests'
/lsof-4.95.0
make[1]: Leaving directory '/lsof-4.95.0'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
        rm -f -- debian/lsof.substvars
        rm -fr -- debian/.debhelper/generated/lsof/ debian/lsof/ debian/tmp/
   dh_auto_install --destdir=debian/lsof/
        install -d /lsof-4.95.0/debian/lsof
        make -j16 install DESTDIR=/lsof-4.95.0/debian/lsof 
AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/lsof-4.95.0'
(cd lib; make DEBUG="-O" CFGF="-g -O2 -ffile-prefix-map=/lsof-4.95.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH 
-DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME 
-DLSOF_VSTR=\"5.17.11\"")
Constructing version.h
make[2]: Entering directory '/lsof-4.95.0/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/lsof-4.95.0/lib'
cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 
-DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT 
-DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" 
-I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o usage.o usage.c
cc -o lsof dfile.o dmnt.o dnode.o dproc.o dsock.o dstore.o arg.o main.o misc.o 
node.o print.o proc.o store.o usage.o util.o -L./lib -llsof -Wl,-z,relro 
-Wl,-z,now -ltirpc -lselinux

Please write your own install rule.  Lsof should be installed
setuid to root if you wish any lsof user to be able to examine
all open files.  Your install rule actions might look something
like this:

    install -m 4xxx -o root -g ${GRP} ${PROG} ${BIN}
    install -m 444 ${MAN} ${DOC}

You will have to complete the 4xxx modes, the GRP value, and
the skeletons for the BIN and DOC strings, given at the
beginning of this Makefile, e.g.,

    BIN= ${DESTDIR}/usr/local/etc
    DOC= ${DESTDIR}/usr/man/man8
    GRP= sys

make[1]: Leaving directory '/lsof-4.95.0'
   dh_install
        install -d debian/lsof/usr/bin
        cp --reflink=auto -a ./lsof debian/lsof/usr/bin/
        install -d debian/.debhelper/generated/lsof
   dh_installdocs
        install -d debian/lsof/usr/share/doc/lsof
        cp --reflink=auto -a ./00FAQ debian/lsof/usr/share/doc/lsof
        cp --reflink=auto -a ./00LSOF-L debian/lsof/usr/share/doc/lsof
        cp --reflink=auto -a ./00QUICKSTART debian/lsof/usr/share/doc/lsof
        chown -R 0:0 debian/lsof/usr/share/doc
        chmod -R u\+rw,go=rX debian/lsof/usr/share/doc
        install -p -m0644 debian/README.Debian 
debian/lsof/usr/share/doc/lsof/README.Debian
        install -p -m0644 debian/copyright 
debian/lsof/usr/share/doc/lsof/copyright
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/lsof-4.95.0'
dh_installchangelogs 00DIST
        install -p -m0644 debian/changelog 
debian/lsof/usr/share/doc/lsof/changelog.Debian
        install -p -m0644 00DIST debian/lsof/usr/share/doc/lsof/changelog
make[1]: Leaving directory '/lsof-4.95.0'
   dh_installexamples
        install -d debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/00MANIFEST 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/00README 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/big_brother.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/count_pf.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/identd.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/idrlogin.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/list_fields.awk 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/list_fields.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/list_NULf.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/shared.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/sort_res.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/watch_a_file.pl 
debian/lsof/usr/share/doc/lsof/examples
        cp --reflink=auto -a ./scripts/xusers.awk 
debian/lsof/usr/share/doc/lsof/examples
   dh_installman
        install -d debian/lsof/usr/share/man/man8/
        install -p -m0644 ./lsof.8 debian/lsof/usr/share/man/man8/lsof.8
        man-recode --to-code UTF-8 --suffix .dh-new 
debian/lsof/usr/share/man/man8/lsof.8
        mv debian/lsof/usr/share/man/man8/lsof.8.dh-new 
debian/lsof/usr/share/man/man8/lsof.8
        chmod 0644 -- debian/lsof/usr/share/man/man8/lsof.8
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
        cd debian/lsof
        chmod a-x usr/share/doc/lsof/00FAQ usr/share/doc/lsof/00QUICKSTART 
usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian 
usr/share/man/man8/lsof.8
        gzip -9nf usr/share/doc/lsof/00FAQ usr/share/doc/lsof/00QUICKSTART 
usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian 
usr/share/man/man8/lsof.8
        cd '/lsof-4.95.0'
   dh_fixperms
        find debian/lsof -true -print0 2>/dev/null | xargs -0r chown 
--no-dereference 0:0
        find debian/lsof ! -type l -a -true -a -true -print0 2>/dev/null | 
xargs -0r chmod go=rX,u+rw,a-s
        find debian/lsof/usr/share/doc -type f -a -true -a ! -regex 
'debian/lsof/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r 
chmod 0644
        find debian/lsof/usr/share/doc -type d -a -true -a -true -print0 
2>/dev/null | xargs -0r chmod 0755
        find debian/lsof/usr/share/man -type f -a -true -a -true -print0 
2>/dev/null | xargs -0r chmod 0644
        find debian/lsof -type f \( -name '*.so.*' -o -name '*.so' -o -name 
'*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o 
-name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name 
'*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 
2>/dev/null | xargs -0r chmod 0644
        find debian/lsof/usr/bin -type f -a -true -a -true -print0 2>/dev/null 
| xargs -0r chmod a+x
   dh_missing
   dh_dwz
        dwz -- debian/lsof/usr/bin/lsof
   dh_strip
        install -d debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc
        objcopy --only-keep-debug --compress-debug-sections 
debian/lsof/usr/bin/lsof 
debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
        chmod 0644 -- 
debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
        chown 0:0 -- 
debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
        strip --remove-section=.comment --remove-section=.note 
debian/lsof/usr/bin/lsof
        objcopy --add-gnu-debuglink 
debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
 debian/lsof/usr/bin/lsof
        install -d debian/.debhelper/lsof/dbgsym-root/usr/share/doc
        ln -s lsof debian/.debhelper/lsof/dbgsym-root/usr/share/doc/lsof-dbgsym
   dh_makeshlibs
        rm -f debian/lsof/DEBIAN/shlibs
   dh_shlibdeps
        install -d debian/lsof/DEBIAN
        dpkg-shlibdeps -Tdebian/lsof.substvars debian/lsof/usr/bin/lsof
   dh_installdeb
   dh_gencontrol
        echo misc:Depends= >> debian/lsof.substvars
        echo misc:Pre-Depends= >> debian/lsof.substvars
        install -d debian/.debhelper/lsof/dbgsym-root/DEBIAN
        dpkg-gencontrol -plsof -ldebian/changelog -Tdebian/lsof.substvars 
-Pdebian/.debhelper/lsof/dbgsym-root -UPre-Depends -URecommends -USuggests 
-UEnhances -UProvides -UEssential -UConflicts -DPriority=optional -UHomepage 
-UImportant -UBuilt-Using -DAuto-Built-Package=debug-symbols -UProtected 
-DPackage=lsof-dbgsym "-DDepends=lsof (= \${binary:Version})" 
"-DDescription=debug symbols for lsof" 
-DBuild-Ids=bc00e157aba1a499b610e89754dd1500e23ff8fe -DSection=debug 
-UMulti-Arch -UReplaces -UBreaks
        chmod 0644 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/control
        chown 0:0 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/control
        dpkg-gencontrol -plsof -ldebian/changelog -Tdebian/lsof.substvars 
-Pdebian/lsof
        chmod 0644 -- debian/lsof/DEBIAN/control
        chown 0:0 -- debian/lsof/DEBIAN/control
   dh_md5sums
        cd debian/lsof >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) 
{ s/\\\\/\\/g; }' > DEBIAN/md5sums
        chmod 0644 -- debian/lsof/DEBIAN/md5sums
        chown 0:0 -- debian/lsof/DEBIAN/md5sums
        cd debian/.debhelper/lsof/dbgsym-root >/dev/null && xargs -r0 md5sum | 
perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
        chmod 0644 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/md5sums
        chown 0:0 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/md5sums
   dh_builddeb
        dpkg-deb --build debian/lsof ..
        dpkg-deb --build debian/.debhelper/lsof/dbgsym-root ..
dpkg-deb: building package 'lsof' in '../lsof_4.95.0-1_amd64.deb'.
dpkg-deb: building package 'lsof-dbgsym' in '../lsof-dbgsym_4.95.0-1_amd64.deb'.
 dpkg-genbuildinfo -O../lsof_4.95.0-1_amd64.buildinfo
 dpkg-genchanges -O../lsof_4.95.0-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
Now signing changes and any dsc files...
 signfile dsc lsof_4.95.0-1.dsc Andres Salomon <dilin...@debian.org>
gpg: skipped "Andres Salomon <dilin...@debian.org>": No secret key
gpg: /tmp/debsign.uiWxa0Wv/lsof_4.95.0-1.dsc: clear-sign failed: No secret key
debsign: gpg error occurred!  Aborting....
--- lsof_4.95.0-1_amd64.build	2022-06-04 14:48:20.919108293 -0400
+++ /tmp/lsof_4.95.0-1_unstable.log	2022-06-04 14:47:38.250757874 -0400
@@ -1,42 +1,435 @@
- dpkg-buildpackage -us -uc -ui
+DC-Build-Header: lsof 4.95.0-1 / 2022-05-25 21:16:08 +0000
+DC-Task: type:rebuild-full source:lsof version:4.95.0-1 chroot:unstable esttime:103 logfile:/tmp/lsof_4.95.0-1_unstable.log modes:
+DC-System-Info: 8 cores (Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz), 32522744 kB RAM
+DC-Sbuild-call: su user42 -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --no-run-lintian lsof_4.95.0-1'
+sbuild (Debian sbuild) 0.81.2 (31 January 2021) on ip-10-84-234-90.eu-central-1.compute.internal
+
++==============================================================================+
+| lsof 4.95.0-1 (amd64)                        Wed, 25 May 2022 21:16:08 +0000 |
++==============================================================================+
+
+Package: lsof
+Version: 4.95.0-1
+Source Version: 4.95.0-1
+Distribution: unstable
+Machine Architecture: amd64
+Host Architecture: amd64
+Build Architecture: amd64
+Build Type: full
+
+I: NOTICE: Log filtering will replace 'var/run/schroot/mount/sid-amd64-sbuild-74684a13-d101-42f1-867e-349959eef9a8' with '<<CHROOT>>'
+I: NOTICE: Log filtering will replace 'build/lsof-f8bEeQ/resolver-onzvvN' with '<<RESOLVERDIR>>'
+
++------------------------------------------------------------------------------+
+| Update chroot                                                                |
++------------------------------------------------------------------------------+
+
+Hit:1 http://127.0.0.1:12990/debian sid InRelease
+Reading package lists...
+Reading package lists...
+Building dependency tree...
+Calculating upgrade...
+0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+
++------------------------------------------------------------------------------+
+| Fetch source files                                                           |
++------------------------------------------------------------------------------+
+
+
+Check APT
+---------
+
+Checking available source versions...
+
+Download source files with APT
+------------------------------
+
+Reading package lists...
+Need to get 535 kB of source archives.
+Get:1 http://127.0.0.1:12990/debian sid/main lsof 4.95.0-1 (dsc) [1752 B]
+Get:2 http://127.0.0.1:12990/debian sid/main lsof 4.95.0-1 (tar) [521 kB]
+Get:3 http://127.0.0.1:12990/debian sid/main lsof 4.95.0-1 (diff) [12.1 kB]
+Fetched 535 kB in 0s (3128 kB/s)
+Download complete and in download only mode
+I: NOTICE: Log filtering will replace 'build/lsof-f8bEeQ/lsof-4.95.0' with '<<PKGBUILDDIR>>'
+I: NOTICE: Log filtering will replace 'build/lsof-f8bEeQ' with '<<BUILDDIR>>'
+
++------------------------------------------------------------------------------+
+| Install package build dependencies                                           |
++------------------------------------------------------------------------------+
+
+
+Setup apt archive
+-----------------
+
+Merged Build-Depends: debhelper-compat (= 12), libselinux1-dev, build-essential, fakeroot
+Filtered Build-Depends: debhelper-compat (= 12), libselinux1-dev, build-essential, fakeroot
+dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
+Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
+Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [957 B]
+Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
+Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [388 B]
+Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [462 B]
+Fetched 1807 B in 0s (111 kB/s)
+Reading package lists...
+Reading package lists...
+
+Install main build dependencies (apt-based resolver)
+----------------------------------------------------
+
+Installing build dependencies
+Reading package lists...
+Building dependency tree...
+The following additional packages will be installed:
+  autoconf automake autopoint autotools-dev bsdextrautils debhelper
+  dh-autoreconf dh-strip-nondeterminism dwz file gettext gettext-base
+  groff-base intltool-debian libarchive-zip-perl libdebhelper-perl libelf1
+  libfile-stripnondeterminism-perl libicu71 libmagic-mgc libmagic1
+  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpipeline1
+  libselinux1-dev libsepol-dev libsigsegv2 libsub-override-perl libtool
+  libuchardet0 libxml2 m4 man-db po-debconf sensible-utils
+Suggested packages:
+  autoconf-archive gnu-standards autoconf-doc dh-make gettext-doc
+  libasprintf-dev libgettextpo-dev groff libtool-doc gfortran
+  | fortran95-compiler gcj-jdk m4-doc apparmor less www-browser
+  libmail-box-perl
+Recommended packages:
+  curl | wget | lynx libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
+The following NEW packages will be installed:
+  autoconf automake autopoint autotools-dev bsdextrautils debhelper
+  dh-autoreconf dh-strip-nondeterminism dwz file gettext gettext-base
+  groff-base intltool-debian libarchive-zip-perl libdebhelper-perl libelf1
+  libfile-stripnondeterminism-perl libicu71 libmagic-mgc libmagic1
+  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpipeline1
+  libselinux1-dev libsepol-dev libsigsegv2 libsub-override-perl libtool
+  libuchardet0 libxml2 m4 man-db po-debconf sbuild-build-depends-main-dummy
+  sensible-utils
+0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
+Need to get 20.8 MB of archives.
+After this operation, 77.2 MB of additional disk space will be used.
+Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [892 B]
+Get:2 http://127.0.0.1:12990/debian sid/main amd64 sensible-utils all 0.0.17 [21.5 kB]
+Get:3 http://127.0.0.1:12990/debian sid/main amd64 libmagic-mgc amd64 1:5.41-4 [295 kB]
+Get:4 http://127.0.0.1:12990/debian sid/main amd64 libmagic1 amd64 1:5.41-4 [129 kB]
+Get:5 http://127.0.0.1:12990/debian sid/main amd64 file amd64 1:5.41-4 [670 kB]
+Get:6 http://127.0.0.1:12990/debian sid/main amd64 gettext-base amd64 0.21-6 [175 kB]
+Get:7 http://127.0.0.1:12990/debian sid/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
+Get:8 http://127.0.0.1:12990/debian sid/main amd64 groff-base amd64 1.22.4-8 [936 kB]
+Get:9 http://127.0.0.1:12990/debian sid/main amd64 bsdextrautils amd64 2.38-4 [144 kB]
+Get:10 http://127.0.0.1:12990/debian sid/main amd64 libpipeline1 amd64 1.56-1 [38.6 kB]
+Get:11 http://127.0.0.1:12990/debian sid/main amd64 man-db amd64 2.10.2-1 [1411 kB]
+Get:12 http://127.0.0.1:12990/debian sid/main amd64 libsigsegv2 amd64 2.14-1 [37.2 kB]
+Get:13 http://127.0.0.1:12990/debian sid/main amd64 m4 amd64 1.4.18-5 [204 kB]
+Get:14 http://127.0.0.1:12990/debian sid/main amd64 autoconf all 2.71-2 [343 kB]
+Get:15 http://127.0.0.1:12990/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB]
+Get:16 http://127.0.0.1:12990/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB]
+Get:17 http://127.0.0.1:12990/debian sid/main amd64 autopoint all 0.21-6 [510 kB]
+Get:18 http://127.0.0.1:12990/debian sid/main amd64 libdebhelper-perl all 13.7.1 [195 kB]
+Get:19 http://127.0.0.1:12990/debian sid/main amd64 libtool all 2.4.7-4 [526 kB]
+Get:20 http://127.0.0.1:12990/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB]
+Get:21 http://127.0.0.1:12990/debian sid/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
+Get:22 http://127.0.0.1:12990/debian sid/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
+Get:23 http://127.0.0.1:12990/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [26.6 kB]
+Get:24 http://127.0.0.1:12990/debian sid/main amd64 dh-strip-nondeterminism all 1.13.0-1 [15.8 kB]
+Get:25 http://127.0.0.1:12990/debian sid/main amd64 libelf1 amd64 0.187-1 [179 kB]
+Get:26 http://127.0.0.1:12990/debian sid/main amd64 dwz amd64 0.14-1 [98.3 kB]
+Get:27 http://127.0.0.1:12990/debian sid/main amd64 libicu71 amd64 71.1-3 [9218 kB]
+Get:28 http://127.0.0.1:12990/debian sid/main amd64 libxml2 amd64 2.9.14+dfsg-1 [708 kB]
+Get:29 http://127.0.0.1:12990/debian sid/main amd64 gettext amd64 0.21-6 [1310 kB]
+Get:30 http://127.0.0.1:12990/debian sid/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
+Get:31 http://127.0.0.1:12990/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
+Get:32 http://127.0.0.1:12990/debian sid/main amd64 debhelper all 13.7.1 [1071 kB]
+Get:33 http://127.0.0.1:12990/debian sid/main amd64 libpcre2-16-0 amd64 1040-1 [243 kB]
+Get:34 http://127.0.0.1:12990/debian sid/main amd64 libpcre2-32-0 amd64 1040-1 [232 kB]
+Get:35 http://127.0.0.1:12990/debian sid/main amd64 libpcre2-posix3 amd64 10.40-1 [53.8 kB]
+Get:36 http://127.0.0.1:12990/debian sid/main amd64 libpcre2-dev amd64 10.40-1 [746 kB]
+Get:37 http://127.0.0.1:12990/debian sid/main amd64 libsepol-dev amd64 3.3-1 [351 kB]
+Get:38 http://127.0.0.1:12990/debian sid/main amd64 libselinux1-dev amd64 3.3-1+b2 [169 kB]
+debconf: delaying package configuration, since apt-utils is not installed
+Fetched 20.8 MB in 0s (88.4 MB/s)
+Selecting previously unselected package sensible-utils.
+(Reading database ... 12543 files and directories currently installed.)
+Preparing to unpack .../00-sensible-utils_0.0.17_all.deb ...
+Unpacking sensible-utils (0.0.17) ...
+Selecting previously unselected package libmagic-mgc.
+Preparing to unpack .../01-libmagic-mgc_1%3a5.41-4_amd64.deb ...
+Unpacking libmagic-mgc (1:5.41-4) ...
+Selecting previously unselected package libmagic1:amd64.
+Preparing to unpack .../02-libmagic1_1%3a5.41-4_amd64.deb ...
+Unpacking libmagic1:amd64 (1:5.41-4) ...
+Selecting previously unselected package file.
+Preparing to unpack .../03-file_1%3a5.41-4_amd64.deb ...
+Unpacking file (1:5.41-4) ...
+Selecting previously unselected package gettext-base.
+Preparing to unpack .../04-gettext-base_0.21-6_amd64.deb ...
+Unpacking gettext-base (0.21-6) ...
+Selecting previously unselected package libuchardet0:amd64.
+Preparing to unpack .../05-libuchardet0_0.0.7-1_amd64.deb ...
+Unpacking libuchardet0:amd64 (0.0.7-1) ...
+Selecting previously unselected package groff-base.
+Preparing to unpack .../06-groff-base_1.22.4-8_amd64.deb ...
+Unpacking groff-base (1.22.4-8) ...
+Selecting previously unselected package bsdextrautils.
+Preparing to unpack .../07-bsdextrautils_2.38-4_amd64.deb ...
+Unpacking bsdextrautils (2.38-4) ...
+Selecting previously unselected package libpipeline1:amd64.
+Preparing to unpack .../08-libpipeline1_1.5.6-1_amd64.deb ...
+Unpacking libpipeline1:amd64 (1.5.6-1) ...
+Selecting previously unselected package man-db.
+Preparing to unpack .../09-man-db_2.10.2-1_amd64.deb ...
+Unpacking man-db (2.10.2-1) ...
+Selecting previously unselected package libsigsegv2:amd64.
+Preparing to unpack .../10-libsigsegv2_2.14-1_amd64.deb ...
+Unpacking libsigsegv2:amd64 (2.14-1) ...
+Selecting previously unselected package m4.
+Preparing to unpack .../11-m4_1.4.18-5_amd64.deb ...
+Unpacking m4 (1.4.18-5) ...
+Selecting previously unselected package autoconf.
+Preparing to unpack .../12-autoconf_2.71-2_all.deb ...
+Unpacking autoconf (2.71-2) ...
+Selecting previously unselected package autotools-dev.
+Preparing to unpack .../13-autotools-dev_20220109.1_all.deb ...
+Unpacking autotools-dev (20220109.1) ...
+Selecting previously unselected package automake.
+Preparing to unpack .../14-automake_1%3a1.16.5-1.3_all.deb ...
+Unpacking automake (1:1.16.5-1.3) ...
+Selecting previously unselected package autopoint.
+Preparing to unpack .../15-autopoint_0.21-6_all.deb ...
+Unpacking autopoint (0.21-6) ...
+Selecting previously unselected package libdebhelper-perl.
+Preparing to unpack .../16-libdebhelper-perl_13.7.1_all.deb ...
+Unpacking libdebhelper-perl (13.7.1) ...
+Selecting previously unselected package libtool.
+Preparing to unpack .../17-libtool_2.4.7-4_all.deb ...
+Unpacking libtool (2.4.7-4) ...
+Selecting previously unselected package dh-autoreconf.
+Preparing to unpack .../18-dh-autoreconf_20_all.deb ...
+Unpacking dh-autoreconf (20) ...
+Selecting previously unselected package libarchive-zip-perl.
+Preparing to unpack .../19-libarchive-zip-perl_1.68-1_all.deb ...
+Unpacking libarchive-zip-perl (1.68-1) ...
+Selecting previously unselected package libsub-override-perl.
+Preparing to unpack .../20-libsub-override-perl_0.09-2_all.deb ...
+Unpacking libsub-override-perl (0.09-2) ...
+Selecting previously unselected package libfile-stripnondeterminism-perl.
+Preparing to unpack .../21-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
+Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
+Selecting previously unselected package dh-strip-nondeterminism.
+Preparing to unpack .../22-dh-strip-nondeterminism_1.13.0-1_all.deb ...
+Unpacking dh-strip-nondeterminism (1.13.0-1) ...
+Selecting previously unselected package libelf1:amd64.
+Preparing to unpack .../23-libelf1_0.187-1_amd64.deb ...
+Unpacking libelf1:amd64 (0.187-1) ...
+Selecting previously unselected package dwz.
+Preparing to unpack .../24-dwz_0.14-1_amd64.deb ...
+Unpacking dwz (0.14-1) ...
+Selecting previously unselected package libicu71:amd64.
+Preparing to unpack .../25-libicu71_71.1-3_amd64.deb ...
+Unpacking libicu71:amd64 (71.1-3) ...
+Selecting previously unselected package libxml2:amd64.
+Preparing to unpack .../26-libxml2_2.9.14+dfsg-1_amd64.deb ...
+Unpacking libxml2:amd64 (2.9.14+dfsg-1) ...
+Selecting previously unselected package gettext.
+Preparing to unpack .../27-gettext_0.21-6_amd64.deb ...
+Unpacking gettext (0.21-6) ...
+Selecting previously unselected package intltool-debian.
+Preparing to unpack .../28-intltool-debian_0.35.0+20060710.5_all.deb ...
+Unpacking intltool-debian (0.35.0+20060710.5) ...
+Selecting previously unselected package po-debconf.
+Preparing to unpack .../29-po-debconf_1.0.21+nmu1_all.deb ...
+Unpacking po-debconf (1.0.21+nmu1) ...
+Selecting previously unselected package debhelper.
+Preparing to unpack .../30-debhelper_13.7.1_all.deb ...
+Unpacking debhelper (13.7.1) ...
+Selecting previously unselected package libpcre2-16-0:amd64.
+Preparing to unpack .../31-libpcre2-16-0_10.40-1_amd64.deb ...
+Unpacking libpcre2-16-0:amd64 (10.40-1) ...
+Selecting previously unselected package libpcre2-32-0:amd64.
+Preparing to unpack .../32-libpcre2-32-0_10.40-1_amd64.deb ...
+Unpacking libpcre2-32-0:amd64 (10.40-1) ...
+Selecting previously unselected package libpcre2-posix3:amd64.
+Preparing to unpack .../33-libpcre2-posix3_10.40-1_amd64.deb ...
+Unpacking libpcre2-posix3:amd64 (10.40-1) ...
+Selecting previously unselected package libpcre2-dev:amd64.
+Preparing to unpack .../34-libpcre2-dev_10.40-1_amd64.deb ...
+Unpacking libpcre2-dev:amd64 (10.40-1) ...
+Selecting previously unselected package libsepol-dev:amd64.
+Preparing to unpack .../35-libsepol-dev_3.3-1_amd64.deb ...
+Unpacking libsepol-dev:amd64 (3.3-1) ...
+Selecting previously unselected package libselinux1-dev:amd64.
+Preparing to unpack .../36-libselinux1-dev_3.3-1+b2_amd64.deb ...
+Unpacking libselinux1-dev:amd64 (3.3-1+b2) ...
+Selecting previously unselected package sbuild-build-depends-main-dummy.
+Preparing to unpack .../37-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
+Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
+Setting up libpipeline1:amd64 (1.5.6-1) ...
+Setting up libicu71:amd64 (71.1-3) ...
+Setting up bsdextrautils (2.38-4) ...
+Setting up libmagic-mgc (1:5.41-4) ...
+Setting up libarchive-zip-perl (1.68-1) ...
+Setting up libdebhelper-perl (13.7.1) ...
+Setting up libmagic1:amd64 (1:5.41-4) ...
+Setting up gettext-base (0.21-6) ...
+Setting up file (1:5.41-4) ...
+Setting up libpcre2-16-0:amd64 (10.40-1) ...
+Setting up autotools-dev (20220109.1) ...
+Setting up libpcre2-32-0:amd64 (10.40-1) ...
+Setting up libsigsegv2:amd64 (2.14-1) ...
+Setting up autopoint (0.21-6) ...
+Setting up libsepol-dev:amd64 (3.3-1) ...
+Setting up libpcre2-posix3:amd64 (10.40-1) ...
+Setting up sensible-utils (0.0.17) ...
+Setting up libuchardet0:amd64 (0.0.7-1) ...
+Setting up libsub-override-perl (0.09-2) ...
+Setting up libelf1:amd64 (0.187-1) ...
+Setting up libxml2:amd64 (2.9.14+dfsg-1) ...
+Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
+Setting up gettext (0.21-6) ...
+Setting up libpcre2-dev:amd64 (10.40-1) ...
+Setting up libtool (2.4.7-4) ...
+Setting up libselinux1-dev:amd64 (3.3-1+b2) ...
+Setting up m4 (1.4.18-5) ...
+Setting up intltool-debian (0.35.0+20060710.5) ...
+Setting up autoconf (2.71-2) ...
+Setting up dh-strip-nondeterminism (1.13.0-1) ...
+Setting up dwz (0.14-1) ...
+Setting up groff-base (1.22.4-8) ...
+Setting up automake (1:1.16.5-1.3) ...
+update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
+Setting up po-debconf (1.0.21+nmu1) ...
+Setting up man-db (2.10.2-1) ...
+Not building database; man-db/auto-update is not 'true'.
+Setting up dh-autoreconf (20) ...
+Setting up debhelper (13.7.1) ...
+Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
+Processing triggers for libc-bin (2.33-7) ...
+
++------------------------------------------------------------------------------+
+| Check architectures                                                          |
++------------------------------------------------------------------------------+
+
+Arch check ok (amd64 included in any)
+
++------------------------------------------------------------------------------+
+| Build environment                                                            |
++------------------------------------------------------------------------------+
+
+Kernel: Linux 5.10.0-9-cloud-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) amd64 (x86_64)
+Toolchain package versions: binutils_2.38-4 dpkg-dev_1.21.7 g++-11_11.3.0-3 gcc-11_11.3.0-3 libc6-dev_2.33-7 libstdc++-11-dev_11.3.0-3 libstdc++6_12.1.0-2 linux-libc-dev_5.17.6-1+b1
+Package versions: adduser_3.121 apt_2.5.0 autoconf_2.71-2 automake_1:1.16.5-1.3 autopoint_0.21-6 autotools-dev_20220109.1 base-files_12.2 base-passwd_3.5.52 bash_5.1-6+b1 binutils_2.38-4 binutils-common_2.38-4 binutils-x86-64-linux-gnu_2.38-4 bsdextrautils_2.38-4 bsdutils_1:2.38-4 build-essential_12.9 bzip2_1.0.8-5 coreutils_8.32-4.1 cpp_4:11.2.0-2 cpp-11_11.3.0-3 dash_0.5.11+git20210903+057cd650a4ed-8 debconf_1.5.79 debhelper_13.7.1 debian-archive-keyring_2021.1.1 debianutils_5.7-0.2 dh-autoreconf_20 dh-strip-nondeterminism_1.13.0-1 diffutils_1:3.7-5 dpkg_1.21.7 dpkg-dev_1.21.7 dwz_0.14-1 e2fsprogs_1.46.5-2 fakeroot_1.29-1 file_1:5.41-4 findutils_4.9.0-3 g++_4:11.20-2 g++-11_11.3.0-3 gcc_4:11.2.0-2 gcc-11_11.3.0-3 gcc-11-base_11.3.0-3 gcc-12-base_12.1.0-2 gcc-9-base_9.4.0-5 gettext_0.21-6 gettext-base_0.21-6 gpgv_2.2.35-2 grep_3.7-1 groff-base_1.22.4-8 gzip_1.12-1 hostname_3.23 init-system-helpers_1.63 intltool-debian_0.35.0+20060710.5 libacl1_2.3.1-1 libapt-pkg6.0_2.5.0 libarchive-zip-perl_1.68-1 libasan6_11.3.0-3 libatomic1_12.1.0-2 libattr1_1:2.5.1-1 libaudit-common_1:3.0.7-1 libaudit1_1:3.0.7-1+b1 libbinutils_2.38-4 libblkid1_2.38-4 libbz2-1.0_1.0.8-5 libc-bin_2.33-7 libc-dev-bin_2.33-7 libc6_2.33-7 libc6-dev_2.33-7 libcap-ng0_0.7.9-2.2+b2 libcap2_1:2.44-1 libcc1-0_12.1.0-2 libcom-err2_1.46.5-2 libcrypt-dev_1:4.4.27-1.1 libcrypt1_1:4.4.27-1.1 libctf-nobfd0_2.38-4 libctf0_2.38-4 libdb5.3_5.3.28+dfsg1-0.9 libdebconfclient0_0.262 libdebhelper-perl_13.7.1 libdpkg-perl_1.217 libelf1_0.187-1 libext2fs2_1.46.5-2 libfakeroot_1.29-1 libffi8_3.4.2-4 libfile-stripnondeterminism-perl_1.13.0-1 libgcc-11-dev_11.3.0-3 libgcc-s1_12.1.0-2 libgcrypt20_1.10.1-2 libgdbm-compat4_1.23-1 libgdbm6_1.23-1 libgmp10_2:6.2.1+dfsg-3 libgnutls30_3.7.4-2 libgomp1_12.1.0-2 libgpg-error0_1.45-2 libgssapi-krb5-2_1.19.2-2+b2 libhogweed6_3.7.3-1 libicu71_71.1-3 libidn2-0_2.3.2-2 libisl23_0.24-2 libitm1_12.1.0-2 libk5crypto3_1.19.2-2+b2 libkeyutils1_1.6.1-3 libkrb5-3_1.19.2-2+b2 libkrb5support0_1.19.2-2+b2 liblsan0_12.1.0-2 liblz4-1_1.9.3-2 liblzma5_5.2.5-2.1 libmagic-mgc_1:5.41-4 libmagic1_1:5.41-4 libmount1_2.38-4 libmpc3_1.2.1-2 libmpfr6_4.1.0-3 libnettle8_3.7.3-1 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libp11-kit0_0.24.1-1 libpam-modules_1.4.0-13 libpam-modules-bin_1.4.0-13 libpam-runtime_1.4.0-13 libpam0g_1.4.0-13 libpcre2-16-0_10.40-1 libpcre2-32-0_10.40-1 libpcre2-8-0_10.40-1 libpcre2-dev_10.40-1 libpcre2-posix3_10.40-1 libpcre3_2:8.39-14 libperl5.34_5.34.0-4 libpipeline1_1.5.6-1 libquadmath0_12.1.0-2 libseccomp2_2.5.4-1 libselinux1_3.3-1+b2 libselinux1-dev_3.3-1+b2 libsemanage-common_3.3-1 libsemanage2_33-1+b2 libsepol-dev_3.3-1 libsepol2_3.3-1 libsigsegv2_2.14-1 libsmartcols1_2.38-4 libss2_1.46.5-2 libssl3_3.0.3-5 libstdc++-11-dev_11.3.0-3 libstdc++6_12.1.0-2 libsub-override-perl_0.09-2 libsystemd0_251-2 libtasn1-6_4.18.0-4 libtinfo6_6.3+20220423-2 libtirpc-common_1.3.2-2 libtirpc-dev_1.3.2-2 libtirpc3_1.3.2-2 libtool_2.4.7-4 libtsan0_11.3.0-3 libubsan1_12.1.0-2 libuchardet0_0.0.7-1 libudev1_251-2 libunistring2_1.0-1 libuuid1_2.38-4 libxml2_2.9.14+dfsg-1 libxxhash0_0.8.1-1 libzstd1_1.5.2+dfsg-1 linux-libc-dev_5.17.6-1+b1 login_1:4.11.1+dfsg1-2 logsave_1.46.5-2 lsb-base_11.2 m4_1.4.18-5 make_4.3-4.1 man-db_2.10.2-1 mawk_1.3.4.20200120-3+b1 mount_2.38-4 ncurses-base_6.3+20220423-2 ncurses-bin_6.3+20220423-2 passwd_1:4.11.1+dfsg1-2 patch_2.7.6-7 perl_5.34.0-4 perl-base_5.34.0-4 perl-modules-5.34_5.34.0-4 po-debconf_1.0.21+nmu1 rpcsvc-proto_1.4.2-4 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.8-1 sensible-utils_0.0.17 sysvinit-utils_3.03-1 tar_1.34+dfsg-1 tzdata_2022a-1 util-linux_2.38-4 util-linux-extra_2.38-4 xz-utils_5.2.5-2.1 zlib1g_1:1.2.11.dfsg-4
+
++------------------------------------------------------------------------------+
+| Build                                                                        |
++------------------------------------------------------------------------------+
+
+
+Unpack source
+-------------
+
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+Format: 3.0 (quilt)
+Source: lsof
+Binary: lsof
+Architecture: any
+Version: 4.95.0-1
+Maintainer: Andres Salomon <dilin...@debian.org>
+Homepage: https://github.com/lsof-org/lsof
+Standards-Version: 4.6.0.1
+Build-Depends: debhelper-compat (= 12), libselinux1-dev [linux-any]
+Package-List:
+ lsof deb utils standard arch=any
+Checksums-Sha1:
+ 4663ff398be3335913bbe8597abec677b4931b9a 520678 lsof_4.95.0.orig.tar.bz2
+ 3f6e9e8c534588ada489db28fbdd2429030a1f98 12084 lsof_4.95.0-1.debian.tar.xz
+Checksums-Sha256:
+ e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c 520678 lsof_4.95.0.orig.tar.bz2
+ 8e3771752c9ba782fbaa5bafdee35a9b07bba10a7ea43345b0a6f7694661da63 12084 lsof_4.95.0-1.debian.tar.xz
+Files:
+ 670010707104b1b1fc4cabae974465a6 520678 lsof_4.95.0.orig.tar.bz2
+ dff6675e60c45a9e88b0c56dad5f1dc0 12084 lsof_4.95.0-1.debian.tar.xz
+
+-----BEGIN PGP SIGNATURE-----
+
+iQJIBAEBCAAyFiEEUAUk+X1YiTIjs19qZF0CR8NudjcFAmJqGKYUHGRpbGluZ2Vy
+QGRlYmlhbi5vcmcACgkQZF0CR8NudjfGZhAAqth3Tk6DhKhJVjDdMftV1Whi67oT
+y2GSKhx6O7Op6KnZndQec/F1dDdx7Ea0VHFooqzHx+EE1LV4Pxrj2de/1PQGSr9/
+wI99HZGCk46xq9l/gmJ454g/voyWjR0oQUd4uQ02rLBCvJrkvE/ORbU7P+lMi76n
+E1zgCDn+QnOkEEpnCZABy+f2MwI79ALJUaLsY8TIq17N1LrixYg5qJuE7nHGrwZn
+4n/t45O5BnM5EMVTkGdzvhwXlPklm3x5COCt7XFtteX1Ov8MJzXwYJIvEsNf2dTa
+TPShja9WuUszlRAtYTncaQs09e7M3mKhexQqpn7XBJhCfaohzdUQw2v9CB34A3Y9
+elL9WMWrJPQk2fF0U6OpauunyVZUEcpnnvvz8ZhoGHLN2IZLSrOA1ETjXyKlsapM
+t7mu2BCJQ4hIy1YGtEr4RpLbBr/TzHK8EKbtVD1EzCAc3FkLvVXFtL+5chfUiP1K
+9lvwcox0s3ZcT3JWWOdANCI3OUmQiWpZ8w9QtJgPzK2kVV9KNXgegtS9DbnrpKD/
+NkZJBU8xalvon0m0UHCKLnPw0tiPohY8zfBf+kxQOeQONBJtGHiNNGiyYbgIZXLS
+eZp4Ey6veEgbcYAGtmNanDIB4PlHBgxf4ln6uGi7yplRrTJvuUGjCcrAhIuN/f+o
+cws3lMm9VeEeiMQ=
+=WoV3
+-----END PGP SIGNATURE-----
+
+gpgv: unknown type of key resource 'trustedkeys.kbx'
+gpgv: keyblock resource '/tmp/dpkg-verify-sig.Tu5WGC8r/trustedkeys.kbx': General error
+gpgv: Signature made Thu Apr 28 04:31:34 2022 UTC
+gpgv:                using RSA key 500524F97D58893223B35F6A645D0247C36E7637
+gpgv:                issuer "dilin...@debian.org"
+gpgv: Can't check signature: No public key
+dpkg-source: warning: cannot verify signature ./lsof_4.95.0-1.dsc
+dpkg-source: info: extracting lsof in /<<PKGBUILDDIR>>
+dpkg-source: info: unpacking lsof_4.95.0.orig.tar.bz2
+dpkg-source: info: unpacking lsof_4.95.0-1.debian.tar.xz
+dpkg-source: info: using patch list from debian/patches/series
+dpkg-source: info: applying tests
+
+Check disk space
+----------------
+
+Sufficient free space for build
+
+User Environment
+----------------
+
+APT_CONFIG=/var/lib/sbuild/apt.conf
+HOME=/sbuild-nonexistent
+LANG=C.UTF-8
+LC_ALL=C.UTF-8
+LOGNAME=user42
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+SCHROOT_ALIAS_NAME=unstable
+SCHROOT_CHROOT_NAME=sid-amd64-sbuild
+SCHROOT_COMMAND=env
+SCHROOT_GID=1001
+SCHROOT_GROUP=user42
+SCHROOT_SESSION_ID=sid-amd64-sbuild-74684a13-d101-42f1-867e-349959eef9a8
+SCHROOT_UID=1001
+SCHROOT_USER=user42
+SHELL=/bin/sh
+USER=user42
+
+dpkg-buildpackage
+-----------------
+
+Command: dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -sa
 dpkg-buildpackage: info: source package lsof
 dpkg-buildpackage: info: source version 4.95.0-1
 dpkg-buildpackage: info: source distribution unstable
 dpkg-buildpackage: info: source changed by Andres Salomon <dilinger@debianorg>
  dpkg-source --before-build .
 dpkg-buildpackage: info: host architecture amd64
- debian/rules clean
+ fakeroot debian/rules clean
 dh clean
-	rm -f debian/lsof.debhelper.log
    debian/rules override_dh_auto_clean
-make[1]: Entering directory '/lsof-4.95.0'
+make[1]: Entering directory '/<<PKGBUILDDIR>>'
 dh_auto_clean
-	make -j16 clean
-make[2]: Entering directory '/lsof-4.95.0'
-rm -f Makefile.bak lsof a.out core errs lint.out tags *.o version.h 
-rm -f machine.h.old new_machine.h
-(cd lib; make -f Makefile.skel clean)
-make[3]: Entering directory '/lsof-4.95.0/lib'
-rm -f liblsof.a ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o ptti.o rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o errs Makefile.bak a.out core
-make[3]: Leaving directory '/lsof-4.95.0/lib'
-(cd tests; make clean)
-make[3]: Entering directory '/lsof-4.95.0/tests'
-rm -f LTbasic LTnlink LTsock LTszoff LTunix LTbigf LTdnlc LTlock *.o *.err *.out config.LT*
-make[3]: Leaving directory '/lsof-4.95.0/tests'
-(cd dialects/linux/tests; make clean)
-make[3]: Entering directory '/lsof-4.95.0/dialects/linux/tests'
-rm -f epoll eventfd mq_fork mq_open pidfd pipe pty ux open_with_flags  *.o
-make[3]: Leaving directory '/lsof-4.95.0/dialects/linux/tests'
-make[2]: Leaving directory '/lsof-4.95.0'
 rm -f dfile.c dlsof.h dmnt.c dnode.c dproc.c dproto.h dsock.c dstore.c machine.h Makefile
 rm -f lib/Makefile
 cd tests && make clean && cd -
-make[2]: Entering directory '/lsof-4.95.0/tests'
+make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
 rm -f LTbasic LTnlink LTsock LTszoff LTunix LTbigf LTdnlc LTlock *.o *.err *.out config.LT*
-make[2]: Leaving directory '/lsof-4.95.0/tests'
-/lsof-4.95.0
+make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
+/<<PKGBUILDDIR>>
 rm -f tests/config.cc tests/config.cflags tests/config.ldflags tests/config.xobj
-make[1]: Leaving directory '/lsof-4.95.0'
+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_clean
 	rm -f debian/debhelper-build-stamp
 	rm -rf debian/.debhelper/
@@ -61,7 +454,7 @@
    dh_update_autotools_config
    dh_autoreconf
    debian/rules override_dh_auto_configure
-make[1]: Entering directory '/lsof-4.95.0'
+make[1]: Entering directory '/<<PKGBUILDDIR>>'
 ./Configure -n linux
 Testing C library type with cc ... done
 The C library type is glibc, version "-DGLIBCV=233".
@@ -82,47 +475,47 @@
 ./tests/config.cflags created
 ./tests/config.ldflags created
 ./tests/config.xobj created
-make[1]: Leaving directory '/lsof-4.95.0'
+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_auto_build
-	make -j16 "INSTALL=install --strip-program=true"
-make[1]: Entering directory '/lsof-4.95.0'
-(cd lib; make DEBUG="-O" CFGF="-g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\"")
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dfile.o dfile.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dmnt.o dmnt.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dnode.o dnode.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dproc.o dproc.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dsock.o dsock.c
-make[2]: Entering directory '/lsof-4.95.0/lib'
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ckkv.o ckkv.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cvfs.o cvfs.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dstore.o dstore.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dvch.o dvch.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o fino.o fino.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o arg.o arg.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o isfn.o isfn.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lkud.o lkud.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o pdvn.o pdvn.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o prfp.o prfp.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o node.o node.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ptti.o ptti.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rdev.o rdev.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o regex.o regex.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rmnt.o rmnt.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnam.o rnam.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnch.o rnch.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnmh.o rnmh.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o print.o print.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.11" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o snpf.o snpf.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o proc.o proc.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o store.o store.c
-Constructing version.h
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o util.o util.c
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o usage.o usage.c
+	make -j8 "INSTALL=install --strip-program=true"
+make[1]: Entering directory '/<<PKGBUILDDIR>>'
+(cd lib; make DEBUG="-O" CFGF="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\"")
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dfile.o dfile.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dmnt.o dmnt.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dnode.o dnode.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dproc.o dproc.c
+make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ckkv.o ckkv.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dsock.o dsock.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cvfs.o cvfs.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dstore.o dstore.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dvch.o dvch.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o arg.o arg.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o fino.o fino.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o isfn.o isfn.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lkud.o lkud.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o pdvn.o pdvn.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o prfp.o prfp.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ptti.o ptti.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rdev.o rdev.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o regex.o regex.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rmnt.o rmnt.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o node.o node.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnam.o rnam.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnch.o rnch.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rnmh.o rnmh.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o print.o print.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.17.6" -I/usr/include/tirpc -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o snpf.o snpf.c
 ar cr liblsof.a ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o ptti.o rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o
 ranlib liblsof.a
-make[2]: Leaving directory '/lsof-4.95.0/lib'
+make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o proc.o proc.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o store.o store.c
+Constructing version.h
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o util.o util.c
+cc  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517006 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.6\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o usage.o usage.c
 print.c: In function ‘printiproto’:
 print.c:2009:63: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=]
  2009 |                 (void) snpf(Lf->iproto, sizeof(Lf->iproto), "*%d?", p % (m/10));
@@ -158,11 +551,11 @@
    73 |                                    __va_arg_pack ());
       |                                    ~~~~~~~~~~~~~~~~~
 cc -o lsof dfile.o dmnt.o dnode.o dproc.o dsock.o dstore.o arg.o main.o misc.o node.o print.o proc.o store.o usage.o util.o -L./lib -llsof -Wl,-z,relro -Wl,-z,now -ltirpc -lselinux
-make[1]: Leaving directory '/lsof-4.95.0'
+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    debian/rules override_dh_auto_test
-make[1]: Entering directory '/lsof-4.95.0'
+make[1]: Entering directory '/<<PKGBUILDDIR>>'
 cd tests && make test && make opt && cd -
-make[2]: Entering directory '/lsof-4.95.0/tests'
+make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
 `cat config.cc`  -I. -I.. `cat config.cflags` -c LTlib.c \
 -o LTlib.o
 `cat config.cc`  -I. -I.. `cat config.cflags` LTbasic.c \
@@ -175,178 +568,64 @@
 LTlib.o `cat config.xobj` -o LTszoff
 `cat config.cc`  -I. -I.. `cat config.cflags` LTunix.c \
 LTlib.o `cat config.xobj` -o LTunix `cat config.ldflags`
-/lsof-4.95.0/tests
+/<<PKGBUILDDIR>>/tests
 
 Basic test:
 LTbasic ... OK
 
 Standard tests:
 LTnlink ... OK
-LTsock ... OK
+LTsock ... ERROR!!!  can't get IP address for ip-10-84-234-90
+               Errno 0: Success
 LTszoff ... OK
 LTunix ... OK
-All standard tests succeeded.
-
-Suggestion: try the optional tests: "make opt"
-
-make[2]: Leaving directory '/lsof-4.95.0/tests'
-make[2]: Entering directory '/lsof-4.95.0/tests'
-`cat config.cc`  -I. -I.. `cat config.cflags` LTbigf.c \
-LTlib.o `cat config.xobj` -o LTbigf
-`cat config.cc`  -I. -I.. `cat config.cflags` LTdnlc.c \
-LTlib.o `cat config.xobj` -o LTdnlc
-`cat config.cc`  -I. -I.. `cat config.cflags` LTlock.c \
-LTlib.o `cat config.xobj` -o LTlock
-
-Optional tests:
-LTbigf ... OK
-LTdnlc ... /lsof-4.95.0/tests found: 100.00%
-           OK
-LTlock ... OK
-All optional tests succeeded.
-
-make[2]: Leaving directory '/lsof-4.95.0/tests'
-/lsof-4.95.0
-make[1]: Leaving directory '/lsof-4.95.0'
-   create-stamp debian/debhelper-build-stamp
- debian/rules binary
-dh binary
-   dh_testroot
-   dh_prep
-	rm -f -- debian/lsof.substvars
-	rm -fr -- debian/.debhelper/generated/lsof/ debian/lsof/ debian/tmp/
-   dh_auto_install --destdir=debian/lsof/
-	install -d /lsof-4.95.0/debian/lsof
-	make -j16 install DESTDIR=/lsof-4.95.0/debian/lsof AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
-make[1]: Entering directory '/lsof-4.95.0'
-(cd lib; make DEBUG="-O" CFGF="-g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\"")
-Constructing version.h
-make[2]: Entering directory '/lsof-4.95.0/lib'
-make[2]: Nothing to be done for 'all'.
-make[2]: Leaving directory '/lsof-4.95.0/lib'
-cc  -g -O2 -ffile-prefix-map=/lsof-4.95.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUXV=517011 -DGLIBCV=233 -DHASIPv6 -DNEEDS_NETINET_TCPH -DHASSELINUX -DHASUXSOCKEPT -DHASPTYEPT -DHASSOSTATE -DHASSOOPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR=\"5.17.11\" -I/usr/include/tirpc   -O -Wdate-time -D_FORTIFY_SOURCE=2  -c -o usage.o usage.c
-cc -o lsof dfile.o dmnt.o dnode.o dproc.o dsock.o dstore.o arg.o main.o misc.o node.o print.o proc.o store.o usage.o util.o -L./lib -llsof -Wl,-z,relro -Wl,-z,now -ltirpc -lselinux
+Failed tests: 1
 
-Please write your own install rule.  Lsof should be installed
-setuid to root if you wish any lsof user to be able to examine
-all open files.  Your install rule actions might look something
-like this:
-
-    install -m 4xxx -o root -g ${GRP} ${PROG} ${BIN}
-    install -m 444 ${MAN} ${DOC}
-
-You will have to complete the 4xxx modes, the GRP value, and
-the skeletons for the BIN and DOC strings, given at the
-beginning of this Makefile, e.g.,
-
-    BIN= ${DESTDIR}/usr/local/etc
-    DOC= ${DESTDIR}/usr/man/man8
-    GRP= sys
-
-make[1]: Leaving directory '/lsof-4.95.0'
-   dh_install
-	install -d debian/lsof/usr/bin
-	cp --reflink=auto -a ./lsof debian/lsof/usr/bin/
-	install -d debian/.debhelper/generated/lsof
-   dh_installdocs
-	install -d debian/lsof/usr/share/doc/lsof
-	cp --reflink=auto -a ./00FAQ debian/lsof/usr/share/doc/lsof
-	cp --reflink=auto -a ./00LSOF-L debian/lsof/usr/share/doc/lsof
-	cp --reflink=auto -a ./00QUICKSTART debian/lsof/usr/share/doc/lsof
-	chown -R 0:0 debian/lsof/usr/share/doc
-	chmod -R u\+rw,go=rX debian/lsof/usr/share/doc
-	install -p -m0644 debian/README.Debian debian/lsof/usr/share/doc/lsof/README.Debian
-	install -p -m0644 debian/copyright debian/lsof/usr/share/doc/lsof/copyright
-   debian/rules override_dh_installchangelogs
-make[1]: Entering directory '/lsof-4.95.0'
-dh_installchangelogs 00DIST
-	install -p -m0644 debian/changelog debian/lsof/usr/share/doc/lsof/changelog.Debian
-	install -p -m0644 00DIST debian/lsof/usr/share/doc/lsof/changelog
-make[1]: Leaving directory '/lsof-4.95.0'
-   dh_installexamples
-	install -d debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/00MANIFEST debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/00README debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/big_brother.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/count_pf.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/identd.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/idrlogin.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/list_fields.awk debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/list_fields.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/list_NULf.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/shared.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/sort_res.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/watch_a_file.pl debian/lsof/usr/share/doc/lsof/examples
-	cp --reflink=auto -a ./scripts/xusers.awk debian/lsof/usr/share/doc/lsof/examples
-   dh_installman
-	install -d debian/lsof/usr/share/man/man8/
-	install -p -m0644 ./lsof.8 debian/lsof/usr/share/man/man8/lsof.8
-	man-recode --to-code UTF-8 --suffix .dh-new debian/lsof/usr/share/man/man8/lsof.8
-	mv debian/lsof/usr/share/man/man8/lsof.8.dh-new debian/lsof/usr/share/man/man8/lsof.8
-	chmod 0644 -- debian/lsof/usr/share/man/man8/lsof.8
-   dh_perl
-   dh_link
-   dh_strip_nondeterminism
-   dh_compress
-	cd debian/lsof
-	chmod a-x usr/share/doc/lsof/00FAQ usr/share/doc/lsof/00QUICKSTART usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian usr/share/man/man8/lsof.8
-	gzip -9nf usr/share/doc/lsof/00FAQ usr/share/doc/lsof/00QUICKSTART usr/share/doc/lsof/changelog usr/share/doc/lsof/changelog.Debian usr/share/man/man8/lsof.8
-	cd '/lsof-4.95.0'
-   dh_fixperms
-	find debian/lsof -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
-	find debian/lsof ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
-	find debian/lsof/usr/share/doc -type f -a -true -a ! -regex 'debian/lsof/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
-	find debian/lsof/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755
-	find debian/lsof/usr/share/man -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
-	find debian/lsof -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
-	find debian/lsof/usr/bin -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod a+x
-   dh_missing
-   dh_dwz
-	dwz -- debian/lsof/usr/bin/lsof
-   dh_strip
-	install -d debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc
-	objcopy --only-keep-debug --compress-debug-sections debian/lsof/usr/bin/lsof debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
-	chmod 0644 -- debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
-	chown 0:0 -- debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug
-	strip --remove-section=.comment --remove-section=.note debian/lsof/usr/bin/lsof
-	objcopy --add-gnu-debuglink debian/.debhelper/lsof/dbgsym-root/usr/lib/debug/.build-id/bc/00e157aba1a499b610e89754dd1500e23ff8fe.debug debian/lsof/usr/bin/lsof
-	install -d debian/.debhelper/lsof/dbgsym-root/usr/share/doc
-	ln -s lsof debian/.debhelper/lsof/dbgsym-root/usr/share/doc/lsof-dbgsym
-   dh_makeshlibs
-	rm -f debian/lsof/DEBIAN/shlibs
-   dh_shlibdeps
-	install -d debian/lsof/DEBIAN
-	dpkg-shlibdeps -Tdebian/lsof.substvars debian/lsof/usr/bin/lsof
-   dh_installdeb
-   dh_gencontrol
-	echo misc:Depends= >> debian/lsof.substvars
-	echo misc:Pre-Depends= >> debian/lsof.substvars
-	install -d debian/.debhelper/lsof/dbgsym-root/DEBIAN
-	dpkg-gencontrol -plsof -ldebian/changelog -Tdebian/lsof.substvars -Pdebian/.debhelper/lsof/dbgsym-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=optional -UHomepage -UImportant -UBuilt-Using -DAuto-Built-Package=debug-symbols -UProtected -DPackage=lsof-dbgsym "-DDepends=lsof (= \${binary:Version})" "-DDescription=debug symbols for lsof" -DBuild-Ids=bc00e157aba1a499b610e89754dd1500e23ff8fe -DSection=debug -UMulti-Arch -UReplaces -UBreaks
-	chmod 0644 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/control
-	chown 0:0 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/control
-	dpkg-gencontrol -plsof -ldebian/changelog -Tdebian/lsof.substvars -Pdebian/lsof
-	chmod 0644 -- debian/lsof/DEBIAN/control
-	chown 0:0 -- debian/lsof/DEBIAN/control
-   dh_md5sums
-	cd debian/lsof >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
-	chmod 0644 -- debian/lsof/DEBIAN/md5sums
-	chown 0:0 -- debian/lsof/DEBIAN/md5sums
-	cd debian/.debhelper/lsof/dbgsym-root >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
-	chmod 0644 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/md5sums
-	chown 0:0 -- debian/.debhelper/lsof/dbgsym-root/DEBIAN/md5sums
-   dh_builddeb
-	dpkg-deb --build debian/lsof ..
-	dpkg-deb --build debian/.debhelper/lsof/dbgsym-root ..
-dpkg-deb: building package 'lsof' in '../lsof_4.95.0-1_amd64.deb'.
-dpkg-deb: building package 'lsof-dbgsym' in '../lsof-dbgsym_4.95.0-1_amd64deb'.
- dpkg-genbuildinfo -O../lsof_4.95.0-1_amd64.buildinfo
- dpkg-genchanges -O../lsof_4.95.0-1_amd64.changes
-dpkg-genchanges: info: including full source code in upload
- dpkg-source --after-build .
-dpkg-buildpackage: info: full upload (original source is included)
-Now signing changes and any dsc files...
- signfile dsc lsof_4.95.0-1.dsc Andres Salomon <dilin...@debian.org>
-gpg: skipped "Andres Salomon <dilin...@debian.org>": No secret key
-gpg: /tmp/debsign.uiWxa0Wv/lsof_4.95.0-1.dsc: clear-sign failed: No secret key
-debsign: gpg error occurred!  Aborting....
+See 00FAQ and 00TEST for more information.
+make[2]: *** [Makefile:28: all] Error 1
+make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
+make[1]: *** [debian/rules:56: override_dh_auto_test] Error 2
+make[1]: Leaving directory '/<<PKGBUILDDIR>>'
+make: *** [debian/rules:60: build] Error 2
+dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
+--------------------------------------------------------------------------------
+Build finished at 2022-05-25T21:16:37Z
+
+Finished
+--------
+
+
++------------------------------------------------------------------------------+
+| Cleanup                                                                      |
++------------------------------------------------------------------------------+
+
+Purging /<<BUILDDIR>>
+Not cleaning session: cloned chroot in use
+E: Build failure (dpkg-buildpackage died)
+
++------------------------------------------------------------------------------+
+| Summary                                                                      |
++------------------------------------------------------------------------------+
+
+Build Architecture: amd64
+Build Type: full
+Build-Space: 4980
+Build-Time: 13
+Distribution: unstable
+Fail-Stage: build
+Host Architecture: amd64
+Install-Time: 7
+Job: lsof_4.95.0-1
+Machine Architecture: amd64
+Package: lsof
+Package-Time: 29
+Source-Version: 4.95.0-1
+Space: 4980
+Status: attempted
+Version: 4.95.0-1
+--------------------------------------------------------------------------------
+Finished at 2022-05-25T21:16:37Z
+Build needed 00:00:29, 4980k disk space
+E: Build failure (dpkg-buildpackage died)
+DC-Status: Failed 29.486139638s
+DC-Time-Estimation: 29.486139638 versus expected 103 (r/m: 2.4931666628635125 ; m: 29.486139638)

Reply via email to