Skip to content
Success

Console Output

Skipping 80,561 KB.. Full Log
chmod ugo-x debian/libbinutils/usr/lib/riscv64-linux-gnu/*.so
chmod ugo-x debian/libctf0/usr/lib/riscv64-linux-gnu/*.so.*
chmod ugo-x debian/libctf-nobfd0/usr/lib/riscv64-linux-gnu/*.so.*
chmod ugo-x debian/binutils-riscv64-linux-gnu/usr/lib/riscv64-linux-gnu/bfd-plugins/*.so
chmod ugo-x debian/libsframe1/usr/lib/riscv64-linux-gnu/*.so.*
install -d -m 755 debian/libbinutils-dbg/usr/share/doc/
ln -sf libbinutils debian/libbinutils-dbg/usr/share/doc/libbinutils-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-*so debian/libbinutils/usr/lib/riscv64-linux-gnu/libopcodes-*so debian/libbinutils/usr/lib/*/bfd-plugins/libdep.so debian/libbinutils/usr/lib/riscv64-linux-gnu/libctf*.so.0.0.0 debian/libbinutils/usr/lib/riscv64-linux-gnu/libgprofng.so.0.0.0 debian/libbinutils/usr/lib/*/gprofng/libgp-*.so debian/libbinutils/usr/lib/*/libgprofng.so.0.0 debian/libbinutils/usr/lib/*/libsframe.so.1.0.0 $(file debian/libbinutils/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libbinutils-2.41-4' $i); done; mkdir -p debian/libbinutils-dbg/usr/lib/debug/.dwz/riscv64-linux-gnu; dwz=usr/lib/debug/.dwz/riscv64-linux-gnu/libbinutils.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libbinutils-dbg/$dwz -M /$dwz $files; riscv64-linux-gnu-objcopy --compress-debug-sections debian/libbinutils-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C riscv64-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libbinutils-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); riscv64-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; riscv64-linux-gnu-strip -R .comment -R .note $i; riscv64-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libbinutils,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libbinutils-dbg/$d; riscv64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libbinutils-dbg/$d/$f; chmod 644 debian/libbinutils-dbg/$d/$f; riscv64-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: 17440534d6680f111ef168566f349345fb9e45fc -> /usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so
ID: 4e4dc691ecf3f530bd9d8fc7a83f19ce88515803 -> /usr/lib/riscv64-linux-gnu/libopcodes-2.41-system.so
install -d -m 755 debian/libctf0-dbg/usr/share/doc/
ln -sf libctf0 debian/libctf0-dbg/usr/share/doc/libctf0-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libctf0/usr/lib/riscv64-linux-gnu/libbfd-*so debian/libctf0/usr/lib/riscv64-linux-gnu/libopcodes-*so debian/libctf0/usr/lib/*/bfd-plugins/libdep.so debian/libctf0/usr/lib/riscv64-linux-gnu/libctf*.so.0.0.0 debian/libctf0/usr/lib/riscv64-linux-gnu/libgprofng.so.0.0.0 debian/libctf0/usr/lib/*/gprofng/libgp-*.so debian/libctf0/usr/lib/*/libgprofng.so.0.0 debian/libctf0/usr/lib/*/libsframe.so.1.0.0 $(file debian/libctf0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf0-2.41-4' $i); done; mkdir -p debian/libctf0-dbg/usr/lib/debug/.dwz/riscv64-linux-gnu; dwz=usr/lib/debug/.dwz/riscv64-linux-gnu/libctf0.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libctf0-dbg/$dwz -M /$dwz $files; riscv64-linux-gnu-objcopy --compress-debug-sections debian/libctf0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C riscv64-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); riscv64-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; riscv64-linux-gnu-strip -R .comment -R .note $i; riscv64-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf0-dbg/$d; riscv64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf0-dbg/$d/$f; chmod 644 debian/libctf0-dbg/$d/$f; riscv64-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: 9c563435f902df2d89735a4943160ed9026ac88d -> /usr/lib/riscv64-linux-gnu/libctf.so.0.0.0
install -d -m 755 debian/libctf-nobfd0-dbg/usr/share/doc/
ln -sf libctf-nobfd0 debian/libctf-nobfd0-dbg/usr/share/doc/libctf-nobfd0-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libctf-nobfd0/usr/lib/riscv64-linux-gnu/libbfd-*so debian/libctf-nobfd0/usr/lib/riscv64-linux-gnu/libopcodes-*so debian/libctf-nobfd0/usr/lib/*/bfd-plugins/libdep.so debian/libctf-nobfd0/usr/lib/riscv64-linux-gnu/libctf*.so.0.0.0 debian/libctf-nobfd0/usr/lib/riscv64-linux-gnu/libgprofng.so.0.0.0 debian/libctf-nobfd0/usr/lib/*/gprofng/libgp-*.so debian/libctf-nobfd0/usr/lib/*/libgprofng.so.0.0 debian/libctf-nobfd0/usr/lib/*/libsframe.so.1.0.0 $(file debian/libctf-nobfd0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf-nobfd0-2.41-4' $i); done; mkdir -p debian/libctf-nobfd0-dbg/usr/lib/debug/.dwz/riscv64-linux-gnu; dwz=usr/lib/debug/.dwz/riscv64-linux-gnu/libctf-nobfd0.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libctf-nobfd0-dbg/$dwz -M /$dwz $files; riscv64-linux-gnu-objcopy --compress-debug-sections debian/libctf-nobfd0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C riscv64-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf-nobfd0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); riscv64-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; riscv64-linux-gnu-strip -R .comment -R .note $i; riscv64-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf-nobfd0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf-nobfd0-dbg/$d; riscv64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf-nobfd0-dbg/$d/$f; chmod 644 debian/libctf-nobfd0-dbg/$d/$f; riscv64-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: 6ad0ad5f5736580b0ac9cd9ed1d32b1cd6f30f0d -> /usr/lib/riscv64-linux-gnu/libctf-nobfd.so.0.0.0
install -d -m 755 debian/libsframe1-dbg/usr/share/doc/
ln -sf libsframe1 debian/libsframe1-dbg/usr/share/doc/libsframe1-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libsframe1/usr/lib/riscv64-linux-gnu/libbfd-*so debian/libsframe1/usr/lib/riscv64-linux-gnu/libopcodes-*so debian/libsframe1/usr/lib/*/bfd-plugins/libdep.so debian/libsframe1/usr/lib/riscv64-linux-gnu/libctf*.so.0.0.0 debian/libsframe1/usr/lib/riscv64-linux-gnu/libgprofng.so.0.0.0 debian/libsframe1/usr/lib/*/gprofng/libgp-*.so debian/libsframe1/usr/lib/*/libgprofng.so.0.0 debian/libsframe1/usr/lib/*/libsframe.so.1.0.0 $(file debian/libsframe1/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libsframe1-2.41-4' $i); done; mkdir -p debian/libsframe1-dbg/usr/lib/debug/.dwz/riscv64-linux-gnu; dwz=usr/lib/debug/.dwz/riscv64-linux-gnu/libsframe1.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libsframe1-dbg/$dwz -M /$dwz $files; riscv64-linux-gnu-objcopy --compress-debug-sections debian/libsframe1-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C riscv64-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libsframe1-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); riscv64-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; riscv64-linux-gnu-strip -R .comment -R .note $i; riscv64-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libsframe1,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libsframe1-dbg/$d; riscv64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libsframe1-dbg/$d/$f; chmod 644 debian/libsframe1-dbg/$d/$f; riscv64-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: ab582bc34204b0cc19a36fcc2ad5712a881f1b95 -> /usr/lib/riscv64-linux-gnu/libsframe.so.1.0.0
for i in debian/binutils-dev/usr/lib/riscv64-linux-gnu/*.a; do \
  echo "lto-stripping $i ..."; \
  riscv64-linux-gnu-strip -R .gnu.lto_* -R .gnu.debuglto_* -N __gnu_lto_slim -N __gnu_lto_v1 $i; \
  if which strip-nondeterminism >/dev/null 2>&1; then \
    echo "strip-nondeterminism $i ..."; \
    strip-nondeterminism $i; \
  fi; \
done
lto-stripping debian/binutils-dev/usr/lib/riscv64-linux-gnu/libbfd.a ...
lto-stripping debian/binutils-dev/usr/lib/riscv64-linux-gnu/libctf-nobfd.a ...
lto-stripping debian/binutils-dev/usr/lib/riscv64-linux-gnu/libctf.a ...
lto-stripping debian/binutils-dev/usr/lib/riscv64-linux-gnu/libopcodes.a ...
lto-stripping debian/binutils-dev/usr/lib/riscv64-linux-gnu/libsframe.a ...
: # Don't want /usr/<arch>-linux to exist in any package
rm -rf debian/tmp/usr/riscv64-linux-gnu
: # Remove windows related manpages
rm -f debian/binutils-common/usr/share/man/man1/{dlltool,nlmconv,windmc,windres}.1
rm -f debian/tmp/usr/bin/ld.bfd
mv debian/tmp/usr/bin/ld debian/tmp/usr/bin/ld.bfd
mv debian/binutils-common/usr/share/man/man1/ld.1 \
	debian/binutils-common/usr/share/man/man1/ld.bfd.1
ln -sf riscv64-linux-gnu-ld.bfd debian/tmp/usr/bin/ld
install -d -m 755 debian/binutils-common/usr/share/man/man1
ln -sf ld.bfd.1.gz debian/binutils-common/usr/share/man/man1/ld.1.gz
: # install a symlink for the bfd linker
install -d -m 755 debian/tmp/usr/lib/compat-ld
ln -s ../../bin/ld.bfd debian/tmp/usr/lib/compat-ld/ld
: # Remove empty directory
rmdir debian/tmp/usr/include/
: # Rename non-prefixed binaries to riscv64-linux-gnu- prefixed binaries
: # and provide symlinks to the prefixed binaries.
install -d -m 755 debian/binutils-riscv64-linux-gnu/usr/bin debian/binutils-riscv64-linux-gnu/usr/share/man/man1
for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip; do \
  mv debian/tmp/usr/bin/$i debian/binutils-riscv64-linux-gnu/usr/bin/riscv64-linux-gnu-$i; \
  ln -sf riscv64-linux-gnu-$i debian/tmp/usr/bin/$i; \
done
for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip; do \
  ln -sf $i.1.gz debian/binutils-riscv64-linux-gnu/usr/share/man/man1/riscv64-linux-gnu-$i.1.gz; \
done
install -d -m 755 debian/binutils-riscv64-linux-gnu-dbg/usr/share/doc/
ln -sf binutils-riscv64-linux-gnu debian/binutils-riscv64-linux-gnu-dbg/usr/share/doc/binutils-riscv64-linux-gnu-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/binutils-riscv64-linux-gnu/usr/lib/riscv64-linux-gnu/libbfd-*so debian/binutils-riscv64-linux-gnu/usr/lib/riscv64-linux-gnu/libopcodes-*so debian/binutils-riscv64-linux-gnu/usr/lib/*/bfd-plugins/libdep.so debian/binutils-riscv64-linux-gnu/usr/lib/riscv64-linux-gnu/libctf*.so.0.0.0 debian/binutils-riscv64-linux-gnu/usr/lib/riscv64-linux-gnu/libgprofng.so.0.0.0 debian/binutils-riscv64-linux-gnu/usr/lib/*/gprofng/libgp-*.so debian/binutils-riscv64-linux-gnu/usr/lib/*/libgprofng.so.0.0 debian/binutils-riscv64-linux-gnu/usr/lib/*/libsframe.so.1.0.0 $(file debian/binutils-riscv64-linux-gnu/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='binutils-riscv64-linux-gnu-2.41-4' $i); done; mkdir -p debian/binutils-riscv64-linux-gnu-dbg/usr/lib/debug/.dwz/riscv64-linux-gnu; dwz=usr/lib/debug/.dwz/riscv64-linux-gnu/binutils-riscv64-linux-gnu.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/binutils-riscv64-linux-gnu-dbg/$dwz -M /$dwz $files; riscv64-linux-gnu-objcopy --compress-debug-sections debian/binutils-riscv64-linux-gnu-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C riscv64-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/binutils-riscv64-linux-gnu-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); riscv64-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; riscv64-linux-gnu-strip -R .comment -R .note $i; riscv64-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/binutils-riscv64-linux-gnu,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/binutils-riscv64-linux-gnu-dbg/$d; riscv64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/binutils-riscv64-linux-gnu-dbg/$d/$f; chmod 644 debian/binutils-riscv64-linux-gnu-dbg/$d/$f; riscv64-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: f88d0a85bc75cd532e206d478bbffcb1f615b236 -> /usr/lib/riscv64-linux-gnu/bfd-plugins/libdep.so
ID: 57c9a9547d83fe548603abed3e4c25e38796fab6 -> /usr/bin/riscv64-linux-gnu-addr2line
ID: c58f3d2f1a0559a203cbcf322f21098c02353cfa -> /usr/bin/riscv64-linux-gnu-ar
ID: 58ba379be1c233c1b020db683db98ae6264211e0 -> /usr/bin/riscv64-linux-gnu-as
ID: 387edd8ddb509c3dd51270ac0ea76db55622c2a7 -> /usr/bin/riscv64-linux-gnu-c++filt
ID: 90eb333753dfa7a14dd92e81c7258bbbdba0a74f -> /usr/bin/riscv64-linux-gnu-elfedit
ID: c64b0dc49f5ea3fd937eff24d08d01bd771c3632 -> /usr/bin/riscv64-linux-gnu-gprof
ID: 074a8bb422995bb691a818fe413ec5b2e98a4377 -> /usr/bin/riscv64-linux-gnu-ld.bfd
ID: 8c5c1544b8cab1f0579b52c409bc75d1bf0b2a9e -> /usr/bin/riscv64-linux-gnu-nm
ID: daa1e421f145b4e3597e9ba4fb0fdc57f4f7a8dc -> /usr/bin/riscv64-linux-gnu-objcopy
ID: bcc182e24621290b283753aba20748eab3f9ceb2 -> /usr/bin/riscv64-linux-gnu-objdump
ID: bea2f41614cfb71ab143f4b8d41f56fc7fdd566f -> /usr/bin/riscv64-linux-gnu-ranlib
ID: 542d0d41cdd018791578c6f709366e88d6f4191b -> /usr/bin/riscv64-linux-gnu-readelf
ID: 74210898eee1754bff1ca0d36c7a19d6008acc13 -> /usr/bin/riscv64-linux-gnu-size
ID: 898e9d4a8db8ad4ae3ba3a05bf5969de5fe4b8bc -> /usr/bin/riscv64-linux-gnu-strings
ID: 6c0ebfee0dd61a73e3c9356f3bf00d7e24c08ce7 -> /usr/bin/riscv64-linux-gnu-strip
touch stamps/install
: # generate some control & helper files
if [ "" = yes ]; then \
  nver=$(echo 2.41 | awk -F. '{ OFS="."; NF--; $NF=$NF+1; print }'); \
else \
  nver=$(echo 2.41 | awk -F. '{ OFS="."; if (NF > 2) $NF=$NF+1; else $++NF=1; print }'); \
fi; \
for i in debian/*.in; do \
    case "$i" in debian/control.in|debian/control.cross.in) continue; esac; \
    date_ext=; \
    case "$i" in debian/*.shlibs.in) [ "" = yes ] && date_ext=; esac; \
    sed -e 's/@VER@/2.41/g' \
	-e 's/@DEB_VER@/2.41-4/g' \
	-e 's/@DEB_SVER@/2.41-4/g' \
	-e 's/@DEB_UVER@/2.41/g' \
	-e "s/@DEB_NVER@/$nver/g" \
	-e "s/@DATE_EXT@/$date_ext/g" \
	-e 's/@DEB_ARCH@/riscv64/g' \
	-e 's/@DEB_MULTIARCH@/riscv64-linux-gnu/g' \
	-e 's/@DEB_TRIPLET@/riscv64-linux-gnu/g' \
	-e "s/@dpkg_dev@/dpkg-dev (>= 1.19.0.5),/" \
	$i > ${i%*.in}; \
    case "$i" in *.post*|*.pre*) chmod 755 ${i%*.in}; esac; \
done
: # install bug reporting information
install -m 644 -D debian/binutils.presubj \
	debian/tmp/usr/share/bug/binutils/presubj
: # make lintian happy
install -m 644 -D debian/binutils-common.overrides \
	debian/binutils-common/usr/share/lintian/overrides/binutils-common
install -m 644 -D debian/libbinutils.overrides \
	debian/libbinutils/usr/share/lintian/overrides/libbinutils
install -m 644 -D debian/binutils.overrides \
	debian/tmp/usr/share/lintian/overrides/binutils
install -d -m 755 debian/binutils-riscv64-linux-gnu/usr/share/lintian/overrides
sed 's/@PKG@/binutils-riscv64-linux-gnu/' debian/binutils-triplet.overrides \
  > debian/binutils-riscv64-linux-gnu/usr/share/lintian/overrides/binutils-riscv64-linux-gnu
: # install maintainer scripts
install -d -m 755 debian/tmp/DEBIAN
install -d -m 755 debian/libbinutils/DEBIAN debian/libbinutils-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libbinutils/DEBIAN/triggers
install -m 644 debian/libbinutils.shlibs debian/libbinutils/DEBIAN/shlibs
install -d -m 755 debian/libctf0/DEBIAN debian/libctf0-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libctf0/DEBIAN/triggers
install -m 644 debian/libctf0.shlibs debian/libctf0/DEBIAN/shlibs
install -m 644 debian/libctf0.symbols debian/libctf0/DEBIAN/symbols
install -d -m 755 debian/libctf-nobfd0/DEBIAN debian/libctf-nobfd0-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libctf-nobfd0/DEBIAN/triggers
install -m 644 debian/libctf-nobfd0.shlibs debian/libctf-nobfd0/DEBIAN/shlibs
install -m 644 debian/libctf-nobfd0.symbols debian/libctf-nobfd0/DEBIAN/symbols
install -d -m 755 debian/libsframe1/DEBIAN debian/libsframe1-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libsframe1/DEBIAN/triggers
install -m 644 debian/libsframe1.shlibs debian/libsframe1/DEBIAN/shlibs
install -m 644 debian/libsframe1.symbols debian/libsframe1/DEBIAN/symbols
install -d -m 755 debian/binutils-riscv64-linux-gnu/DEBIAN debian/binutils-riscv64-linux-gnu-dbg/DEBIAN
install -d -m 755 debian/binutils-dev/DEBIAN
: # install docs
install -d -m 755 debian/tmp/usr/share/doc/binutils/
install -m 644	debian/changelog debian/tmp/usr/share/doc/binutils/changelog.Debian
install -m 644	debian/copyright debian/tmp/usr/share/doc/binutils/
install -d -m 755 debian/binutils-common/usr/share/doc/binutils-common/
install -m 644 debian/changelog debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian
install -m 644 debian/copyright debian/binutils-common/usr/share/doc/binutils-common/
install -d -m 755 debian/libbinutils/usr/share/doc/
ln -sf binutils-common debian/libbinutils/usr/share/doc/libbinutils
install -d -m 755 debian/libctf0/usr/share/doc/
ln -sf libbinutils debian/libctf0/usr/share/doc/libctf0
install -d -m 755 debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0
install -m 644	debian/changelog debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian
install -m 644	debian/copyright debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/
install -d -m 755 debian/libsframe1/usr/share/doc/libsframe1
install -m 644 debian/changelog debian/libsframe1/usr/share/doc/libsframe1/changelog.Debian
install -m 644 debian/copyright debian/libsframe1/usr/share/doc/libsframe1/
install -d -m 755 debian/binutils-riscv64-linux-gnu/usr/share/doc/
ln -sf libbinutils debian/binutils-riscv64-linux-gnu/usr/share/doc/binutils-riscv64-linux-gnu
install -d -m 755 debian/binutils-dev/usr/share/doc/
ln -sf binutils debian/binutils-dev/usr/share/doc/binutils-dev
install -d -m 755 debian/binutils-common/usr/share/doc/binutils
install -m 644 binutils/NEWS debian/README.cross \
                        debian/binutils-common/usr/share/doc/binutils/
install -m 644 binutils/ChangeLog debian/binutils-common/usr/share/doc/binutils/changelog
for pkg in bfd gas gprof ld; do \
  install -d -m 755 debian/binutils-common/usr/share/doc/binutils/$pkg; \
done
install -m 644 bfd/ChangeLog bfd/PORTING bfd/TODO \
		debian/binutils-common/usr/share/doc/binutils/bfd/
install -m 644 gas/ChangeLog gas/NEWS debian/binutils-common/usr/share/doc/binutils/gas/
install -m 644 gprof/ChangeLog gprof/TODO gprof/TEST \
		debian/binutils-common/usr/share/doc/binutils/gprof/
install -m 644 ld/ChangeLog ld/TODO ld/NEWS \
		debian/binutils-common/usr/share/doc/binutils/ld/
: # These only exist in H. J. Lu releases not GNU ones.
for dir in binutils bfd gas gprof ld; do \
  if [ -f $dir/ChangeLog.linux ]; then \
    install -m 644 $dir/ChangeLog.linux debian/binutils-common/usr/share/doc/binutils/$dir/; \
  fi; \
done
: # Copy bbconv.pl to the doc dir for use by interested people
install -m 644 gprof/bbconv.pl debian/binutils-common/usr/share/doc/binutils/gprof/.
: # Compress stuff that needs it
gzip -9n debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian
gzip -9n debian/tmp/usr/share/doc/binutils/changelog.Debian
find debian/binutils-common/usr/share/doc/binutils/ -type f ! -name bbconv.pl | xargs gzip -9n
gzip -9n debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian
gzip -9n debian/binutils-common/usr/share/man/man1/*.1
gzip -9n debian/libsframe1/usr/share/doc/libsframe1/changelog.Debian
: # Finish it all up
dpkg-gencontrol -Pdebian/tmp -pbinutils \
	  \
	-Vbinutils:native=binutils-riscv64-linux-gnu
dpkg-gencontrol: warning: Depends field of package binutils: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: Conflicts field of package binutils: substitution variable ${extraConflicts} used, but is not defined
dpkg-gencontrol: warning: Provides field of package binutils: substitution variable ${gold:Provides} used, but is not defined
cd debian/tmp && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/libbinutils -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-shlibdeps: warning: symbol sframe_decoder_get_funcdesc_v2@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_write@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_get_version@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_get_abi_arch@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_get_num_fidx@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_decoder_free@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_decoder_get_fre@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_free@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_encoder_add_funcdesc_v2@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: symbol sframe_decoder_get_fixed_ra_offset@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so found in none of the libraries
dpkg-shlibdeps: warning: 8 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libbinutils/usr/lib/riscv64-linux-gnu/libbfd-2.41-system.so was not linked against libsframe.so.1 (it uses none of the library's symbols)
dpkg-gencontrol -Pdebian/libbinutils -plibbinutils
cd debian/libbinutils && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libbinutils-dbg -plibbinutils-dbg
dpkg-gencontrol: warning: package libbinutils-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libbinutils-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gensymbols -Pdebian/libctf0 -plibctf0 -ldebian/libbinutils
dpkg-gensymbols -Pdebian/libctf-nobfd0 -plibctf-nobfd0
dpkg-gensymbols -Pdebian/libsframe1 -plibsframe1
rm -f debian/substvars
find debian/libctf0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-gencontrol -Pdebian/libctf0 -plibctf0
cd debian/libctf0 && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libctf0-dbg -plibctf0-dbg
dpkg-gencontrol: warning: package libctf0-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libctf0-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/libctf-nobfd0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-gencontrol -Pdebian/libctf-nobfd0 -plibctf-nobfd0
cd debian/libctf-nobfd0 && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libctf-nobfd0-dbg -plibctf-nobfd0-dbg
dpkg-gencontrol: warning: package libctf-nobfd0-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libctf-nobfd0-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/libsframe1 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-gencontrol -Pdebian/libsframe1 -plibsframe1
cd debian/libsframe1 && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libsframe1-dbg -plibsframe1-dbg
dpkg-gencontrol: warning: package libsframe1-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libsframe1-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
mkdir -p debian/binutils-common/DEBIAN
dpkg-gencontrol -Pdebian/binutils-common -pbinutils-common
cd debian/binutils-common && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/binutils-riscv64-linux-gnu -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps -ldebian/libbinutils/usr/lib/riscv64-linux-gnu
dpkg-gencontrol -Pdebian/binutils-riscv64-linux-gnu -pbinutils-riscv64-linux-gnu -VextraDepends='libbinutils (= ${binary:Version})'
cd debian/binutils-riscv64-linux-gnu && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/binutils-riscv64-linux-gnu-dbg -pbinutils-riscv64-linux-gnu-dbg -VextraDepends='libbinutils (= ${binary:Version})'
dpkg-gencontrol: warning: package binutils-riscv64-linux-gnu-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/binutils-riscv64-linux-gnu-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
dpkg-gencontrol -Pdebian/binutils-dev -pbinutils-dev
cd debian/binutils-dev && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
: chown -R root:root debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-riscv64-linux-gnu debian/binutils-riscv64-linux-gnu-dbg debian/binutils-dev debian/libsframe1 debian/libsframe1-dbg
chmod -R go=rX  debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-riscv64-linux-gnu debian/binutils-riscv64-linux-gnu-dbg debian/binutils-dev debian/libsframe1 debian/libsframe1-dbg
find debian/tmp -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/tmp ..
dpkg-deb: building package 'binutils' in '../binutils_2.41-4_riscv64.deb'.
find debian/binutils-common -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/binutils-common ..
dpkg-deb: building package 'binutils-common' in '../binutils-common_2.41-4_riscv64.deb'.
find debian/libctf0 -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libctf0 ..
dpkg-deb: building package 'libctf0' in '../libctf0_2.41-4_riscv64.deb'.
find debian/libctf0-dbg -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libctf0-dbg ..
dpkg-deb: building package 'libctf0-dbg' in '../libctf0-dbg_2.41-4_riscv64.deb'.
find debian/libctf-nobfd0 -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libctf-nobfd0 ..
dpkg-deb: building package 'libctf-nobfd0' in '../libctf-nobfd0_2.41-4_riscv64.deb'.
find debian/libctf-nobfd0-dbg -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libctf-nobfd0-dbg ..
dpkg-deb: building package 'libctf-nobfd0-dbg' in '../libctf-nobfd0-dbg_2.41-4_riscv64.deb'.
find debian/libsframe1 -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libsframe1 ..
dpkg-deb: building package 'libsframe1' in '../libsframe1_2.41-4_riscv64.deb'.
find debian/libsframe1-dbg -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libsframe1-dbg ..
dpkg-deb: building package 'libsframe1-dbg' in '../libsframe1-dbg_2.41-4_riscv64.deb'.
find debian/libbinutils -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libbinutils ..
dpkg-deb: building package 'libbinutils' in '../libbinutils_2.41-4_riscv64.deb'.
find debian/libbinutils-dbg -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/libbinutils-dbg ..
dpkg-deb: building package 'libbinutils-dbg' in '../libbinutils-dbg_2.41-4_riscv64.deb'.
find debian/binutils-riscv64-linux-gnu -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/binutils-riscv64-linux-gnu ..
dpkg-deb: building package 'binutils-riscv64-linux-gnu' in '../binutils-riscv64-linux-gnu_2.41-4_riscv64.deb'.
find debian/binutils-riscv64-linux-gnu-dbg -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/binutils-riscv64-linux-gnu-dbg ..
dpkg-deb: building package 'binutils-riscv64-linux-gnu-dbg' in '../binutils-riscv64-linux-gnu-dbg_2.41-4_riscv64.deb'.
find debian/binutils-dev -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/binutils-dev ..
dpkg-deb: building package 'binutils-dev' in '../binutils-dev_2.41-4_riscv64.deb'.
==================== Build finished ====================
ps aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.0  0.0 169064  7768 ?        Ss   Aug11   1:54 /sbin/init
root           2  0.0  0.0      0     0 ?        S    Aug11   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   Aug11   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   Aug11   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   Aug11   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   Aug11   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/0:0H-events_highpri]
root          10  0.0  0.0      0     0 ?        I<   Aug11   0:00 [mm_percpu_wq]
root          11  0.0  0.0      0     0 ?        I    Aug11   0:00 [rcu_tasks_kthread]
root          12  0.0  0.0      0     0 ?        I    Aug11   0:00 [rcu_tasks_rude_kthread]
root          13  0.0  0.0      0     0 ?        I    Aug11   0:00 [rcu_tasks_trace_kthread]
root          14  0.0  0.0      0     0 ?        S    Aug11  12:26 [ksoftirqd/0]
root          15  0.0  0.0      0     0 ?        I    Aug11  16:47 [rcu_preempt]
root          16  0.0  0.0      0     0 ?        S    Aug11   0:27 [migration/0]
root          18  0.0  0.0      0     0 ?        S    Aug11   0:00 [cpuhp/0]
root          19  0.0  0.0      0     0 ?        S    Aug11   0:00 [cpuhp/1]
root          20  0.0  0.0      0     0 ?        S    Aug11   0:32 [migration/1]
root          21  0.0  0.0      0     0 ?        S    Aug11  11:35 [ksoftirqd/1]
root          23  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/1:0H-events_highpri]
root          24  0.0  0.0      0     0 ?        S    Aug11   0:00 [cpuhp/2]
root          25  0.0  0.0      0     0 ?        S    Aug11   0:31 [migration/2]
root          26  0.0  0.0      0     0 ?        S    Aug11  11:43 [ksoftirqd/2]
root          28  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/2:0H-events_highpri]
root          29  0.0  0.0      0     0 ?        S    Aug11   0:00 [cpuhp/3]
root          30  0.0  0.0      0     0 ?        S    Aug11   0:31 [migration/3]
root          31  0.0  0.0      0     0 ?        S    Aug11  11:46 [ksoftirqd/3]
root          33  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/3:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    Aug11   0:00 [cpuhp/4]
root          35  0.0  0.0      0     0 ?        S    Aug11   0:32 [migration/4]
root          36  0.0  0.0      0     0 ?        S    Aug11  11:51 [ksoftirqd/4]
root          38  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/4:0H-events_highpri]
root          44  0.0  0.0      0     0 ?        S    Aug11   0:00 [kdevtmpfs]
root          45  0.0  0.0      0     0 ?        I<   Aug11   0:00 [inet_frag_wq]
root          46  0.0  0.0      0     0 ?        S    Aug11   0:00 [kauditd]
root          48  0.0  0.0      0     0 ?        S    Aug11   0:00 [khungtaskd]
root          49  0.0  0.0      0     0 ?        S    Aug11   0:00 [oom_reaper]
root          50  0.0  0.0      0     0 ?        I<   Aug11   0:00 [writeback]
root          51  0.0  0.0      0     0 ?        S    Aug11  25:57 [kcompactd0]
root          52  0.0  0.0      0     0 ?        SN   Aug11   0:00 [ksmd]
root          53  0.0  0.0      0     0 ?        SN   Aug11   6:37 [khugepaged]
root          54  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kintegrityd]
root          55  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kblockd]
root          56  0.0  0.0      0     0 ?        I<   Aug11   0:00 [blkcg_punt_bio]
root          57  0.0  0.0      0     0 ?        I<   Aug11   0:00 [tpm_dev_wq]
root          58  0.0  0.0      0     0 ?        I<   Aug11   0:00 [edac-poller]
root          59  0.0  0.0      0     0 ?        I<   Aug11   0:00 [devfreq_wq]
root          61  0.0  0.0      0     0 ?        I<   Aug11   0:07 [kworker/0:1H-kblockd]
root          62  0.0  0.0      0     0 ?        S    Aug11  30:07 [kswapd0]
root          71  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kthrotld]
root          73  0.0  0.0      0     0 ?        I<   Aug11   0:00 [acpi_thermal_pm]
root          74  0.0  0.0      0     0 ?        S    Aug11   0:00 [xenbus_probe]
root          75  0.0  0.0      0     0 ?        I<   Aug11   0:00 [mld]
root          76  0.0  0.0      0     0 ?        I<   Aug11   0:00 [ipv6_addrconf]
root          81  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kstrp]
root          86  0.0  0.0      0     0 ?        I<   Aug11   0:00 [zswap-shrink]
root          87  0.0  0.0      0     0 ?        I<   Aug11   0:00 [kworker/u129:0]
root         131  0.0  0.0      0     0 ?        I<   Aug11   0:08 [kworker/1:1H-kblockd]
root         142  0.0  0.0      0     0 ?        I<   Aug11   0:08 [kworker/2:1H-kblockd]
root         143  0.0  0.0      0     0 ?        I<   Aug11   0:08 [kworker/4:1H-kblockd]
root         162  0.0  0.0      0     0 ?        I<   Aug11   0:08 [kworker/3:1H-kblockd]
root         166  0.0  0.0      0     0 ?        I<   Aug11   0:00 [ata_sff]
root         167  0.0  0.0      0     0 ?        S    Aug11   0:00 [scsi_eh_0]
root         168  0.0  0.0      0     0 ?        I<   Aug11   0:00 [scsi_tmf_0]
root         169  0.0  0.0      0     0 ?        S    Aug11   0:00 [scsi_eh_1]
root         170  0.0  0.0      0     0 ?        I<   Aug11   0:00 [scsi_tmf_1]
root         201  0.0  0.0      0     0 ?        S    Aug11   0:22 [jbd2/vda1-8]
root         202  0.0  0.0      0     0 ?        I<   Aug11   0:00 [ext4-rsv-conver]
root         213  0.0  0.0      0     0 ?        S    Aug11   0:04 [hwrng]
root         246  0.0  0.2  66224 23904 ?        Ss   Aug11   2:55 /lib/systemd/systemd-journald
root         278  0.0  0.0  26244  2840 ?        Ss   Aug11   0:02 /lib/systemd/systemd-udevd
root         311  0.0  0.0      0     0 ?        I<   Aug11   0:00 [cryptd]
root         443  0.0  0.0   8408  1532 ?        Ss   Aug11   0:37 /usr/sbin/haveged --Foreground --verbose=1
root         452  0.0  0.0   2500   956 ?        Ss   Aug11   0:00 /usr/sbin/acpid
root         456  0.0  0.0   6544  1804 ?        Ss   Aug11   0:05 /usr/sbin/cron -f
110          457  0.0  0.0   9268  2264 ?        Ss   Aug11   0:36 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         459  0.0  0.0 221776  1276 ?        Ssl  Aug11   0:28 /usr/sbin/rsyslogd -n -iNONE
root         462  0.0  0.0  17292  5228 ?        Ss   Aug11   0:20 /lib/systemd/systemd-logind
daemon       474  0.0  0.0   3580   724 ?        Ss   Aug11   0:00 /usr/sbin/atd -f
root         477  0.0  0.0   6256  2472 ?        Ss   Aug11   0:07 dhclient -4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
root         541  0.0  0.2 398556 21120 ?        Ssl  Aug11  11:46 /usr/bin/python3 /usr/bin/fail2ban-server -xf start
103          628  0.0  0.1  84872 19232 ?        SLs  Aug11   1:48 /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N -u ntpsec:ntpsec
root         631  0.0  0.0   2892   736 tty1     Ss+  Aug11   0:00 /sbin/agetty -o -p -- \u --noclear - linux
root         638  0.0  0.0  15544  5812 ?        Ss   Aug11   0:56 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
root         889  0.0  0.0  42652  2100 ?        Ss   Aug11   0:33 /usr/lib/postfix/sbin/master -w
109          891  0.0  0.0  43236  2332 ?        S    Aug11   0:03 qmgr -l -t unix -u
105       523551  0.0  0.0  18876  3484 ?        Ss   Sep03   0:00 /lib/systemd/systemd --user
105       523552  0.0  0.0 170124   160 ?        S    Sep03   0:00 (sd-pam)
root     1089788  0.0  0.0  17704  6080 ?        Ss   06:25   0:00 sshd: jenkins [priv]
105      1089821  0.0  0.0  17964  4288 ?        S    06:25   0:55 sshd: jenkins@notty
105      1089822  0.0  0.0   4056  1556 ?        Ss   06:25   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_riscv64_gcc13_supported HOST_ARCH=riscv64 GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1089836  0.0  0.0   4476  1548 ?        S    06:25   0:00 /bin/bash /tmp/jenkins-script-OUnF4pXl jenkins_riscv64_gcc13_supported HOST_ARCH=riscv64 GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1089933  0.0  0.0   4608  1596 ?        SN   06:25   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=riscv64 GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1089951  0.0  0.0   4608  1596 ?        SN   06:25   0:00 /bin/bash /tmp/jenkins-script-9pvwhpgY sid minimal ./bootstrap.sh HOST_ARCH=riscv64 GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     1090006  0.0  0.0      0     0 ?        I    06:25   0:17 [kworker/3:1-events]
root     1093030  0.0  0.0   7424  2352 ?        SN   06:25   0:00 sudo chroot /chroots/chroot-run-sid.EOFyFr12N /tmp/chroot-testrun
root     1093031  0.0  0.0   4364  1448 ?        SN   06:25   0:00 /bin/bash /tmp/chroot-testrun
root     1093032  0.0  0.0   2896  1888 ?        SN   06:25   0:04 /bin/sh ./bootstrap.sh HOST_ARCH=riscv64 GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     1153301  0.0  0.0      0     0 ?        I    20:18   0:01 [kworker/4:2-events]
1000     1176441  0.0  0.0  18868  2356 ?        Ss   Aug21   0:03 /lib/systemd/systemd --user
1000     1176442  0.0  0.0 168892   152 ?        S    Aug21   0:00 (sd-pam)
105      1176718  0.0  0.0  78276  1336 ?        Ss   Aug21   0:00 gpg-agent --homedir /var/lib/jenkins/.gnupg --use-standard-socket --daemon
root     1437339  0.0  0.0      0     0 ?        I    20:45   0:01 [kworker/2:1-events]
root     1437351  0.1  0.0      0     0 ?        I    20:45   0:17 [kworker/0:1-events]
root     2105658  0.0  0.0      0     0 ?        I    21:45   0:00 [kworker/3:0]
109      2384852  0.0  0.0  43040  5924 ?        S    22:07   0:00 pickup -l -t unix -u -c
root     2470368  0.0  0.0      0     0 ?        I    22:15   0:00 [kworker/0:2-events]
root     2470933  0.0  0.0      0     0 ?        I    22:15   0:00 [kworker/1:0-cgroup_destroy]
root     2481906  0.0  0.0  20436  4608 ?        Ss   Aug29   0:28 /usr/bin/perl -wT /usr/sbin/munin-node --foreground
109      2559799  0.0  0.0  43044  5936 ?        S    22:22   0:00 proxymap -t unix -u
root     2721607  0.0  0.0   4536  2376 ?        SN   22:29   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -as390x -B -Pcross,nocheck,noinsttest,noudeb,stage1 -uc -us
buildd   2721621  0.0  0.1  21808 18304 ?        SN   22:29   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -as390x -B -Pcross,nocheck,noinsttest,noudeb,stage1 -uc -us
buildd   2731149  0.0  0.0   3268  2140 ?        SN   22:29   0:00 /usr/bin/make -f debian/rules binary-arch
buildd   2732970  0.0  0.1  18176 14800 ?        SN   22:29   0:00 /usr/bin/perl /usr/bin/dh binary-arch --without autoreconf --buildsystem=meson
buildd   2769758  0.0  0.1  16684 13324 ?        SN   22:30   0:00 /usr/bin/perl /usr/bin/dh_auto_build -a -O--buildsystem=meson
buildd   2770069  0.0  0.1  19768 16776 ?        SN   22:30   0:01 ninja -j1 -v
root     2817222  0.0  0.0  17708  6080 ?        Ss   08:52   0:00 sshd: jenkins [priv]
105      2817239  0.0  0.0  17968  4240 ?        S    08:52   0:42 sshd: jenkins@notty
105      2817240  0.0  0.0   4056  1556 ?        Ss   08:52   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_s390x_gcc13_supported HOST_ARCH=s390x GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      2817253  0.0  0.0   4476  1596 ?        S    08:52   0:00 /bin/bash /tmp/jenkins-script-4fYHdcxt jenkins_s390x_gcc13_supported HOST_ARCH=s390x GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      2817356  0.0  0.0   4608  1596 ?        SN   08:52   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=s390x GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      2817368  0.0  0.0   4608  1568 ?        SN   08:52   0:00 /bin/bash /tmp/jenkins-script-tGqSwJmB sid minimal ./bootstrap.sh HOST_ARCH=s390x GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     2821249  0.0  0.0   7424  2336 ?        SN   08:53   0:00 sudo chroot /chroots/chroot-run-sid.CY5eeYMUW /tmp/chroot-testrun
root     2821251  0.0  0.0   4364  1908 ?        SN   08:53   0:00 /bin/bash /tmp/chroot-testrun
root     2821252  0.0  0.0   2896  1796 ?        SN   08:53   0:03 /bin/sh ./bootstrap.sh HOST_ARCH=s390x GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     2894629  0.0  0.0  17708  6112 ?        Ss   08:59   0:00 sshd: jenkins [priv]
105      2894638  0.1  0.0  17968  4352 ?        S    08:59   0:55 sshd: jenkins@notty
105      2894639  0.0  0.0   4056  1588 ?        Ss   08:59   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_sparc64_gcc13_nobiarch HOST_ARCH=sparc64 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      2894652  0.0  0.0   4476  1596 ?        S    08:59   0:00 /bin/bash /tmp/jenkins-script-vqxIs9us jenkins_sparc64_gcc13_nobiarch HOST_ARCH=sparc64 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      2894892  0.0  0.0   4608  1564 ?        SN   09:00   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=sparc64 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      2894904  0.0  0.0   4608  1564 ?        SN   09:00   0:00 /bin/bash /tmp/jenkins-script-XX6i54k5 sid minimal ./bootstrap.sh HOST_ARCH=sparc64 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     2898715  0.0  0.0   7424  2352 ?        SN   09:00   0:00 sudo chroot /chroots/chroot-run-sid.env8IFvlf /tmp/chroot-testrun
root     2898723  0.0  0.0   4364   252 ?        SN   09:00   0:00 /bin/bash /tmp/chroot-testrun
root     2898727  0.0  0.0   2752   916 ?        SN   09:00   0:04 /bin/sh ./bootstrap.sh HOST_ARCH=sparc64 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     3004958  0.0  0.0      0     0 ?        I    22:45   0:00 [kworker/4:0-events]
root     3131735  0.0  0.0  17708  6112 ?        Ss   09:25   0:00 sshd: jenkins [priv]
105      3131881  0.0  0.0  17968  4276 ?        S    09:25   0:46 sshd: jenkins@notty
105      3131882  0.0  0.0   4056  1588 ?        Ss   09:25   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_x32_gcc13_nobiarch HOST_ARCH=x32 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3131903  0.0  0.0   4476  1564 ?        S    09:25   0:00 /bin/bash /tmp/jenkins-script-EXfzqHQ1 jenkins_x32_gcc13_nobiarch HOST_ARCH=x32 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3133352  0.0  0.0   4608  1564 ?        SN   09:25   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=x32 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3133416  0.0  0.0   4608  1568 ?        SN   09:25   0:00 /bin/bash /tmp/jenkins-script-mFugE3VW sid minimal ./bootstrap.sh HOST_ARCH=x32 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     3143591  0.0  0.0   7424  2336 ?        SN   09:26   0:00 sudo chroot /chroots/chroot-run-sid.wmp1mzUnz /tmp/chroot-testrun
root     3143592  0.0  0.0   4364  1140 ?        SN   09:26   0:00 /bin/bash /tmp/chroot-testrun
root     3143593  0.0  0.0   2752  1204 ?        SN   09:26   0:04 /bin/sh ./bootstrap.sh HOST_ARCH=x32 GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     3173118  0.0  0.0      0     0 ?        I    23:02   0:00 [kworker/u128:1-flush-254:0]
root     3253423  0.0  0.0   4536  2504 ?        SN   23:07   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -ariscv64 -Pnocheck -B -uc -us
buildd   3253428  0.0  0.1  22116 18852 ?        SN   23:07   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -ariscv64 -Pnocheck -B -uc -us
buildd   3254114  0.0  0.0   3528  2544 ?        SN   23:07   0:00 /usr/bin/make -f debian/rules binary-arch
root     3287311  0.0  0.0      0     0 ?        I    23:09   0:00 [kworker/u128:2-events_unbound]
root     3338941  0.0  0.0      0     0 ?        I    23:14   0:00 [kworker/u128:0-flush-254:0]
root     3343180  0.0  0.0      0     0 ?        I    23:15   0:00 [kworker/1:1]
root     3349732  1.1  0.6  72828 63108 ?        SN   23:15   0:02 apt-get --no-install-recommends -y -o Debug::pkgProblemResolver=true -o Debug::pkgDepCache::Marker=1 -o Debug::pkgDepCache::AutoInstall=1 -o Acquire::Languages=none -o APT::Keep-Downloaded-Packages=false build-dep -asparc64 --arch-only -P cross,nocheck,noinsttest,noudeb,nobiarch ./
root     3354931  0.0  0.0   8388  4364 ?        SNs+ 23:15   0:00 /usr/bin/dpkg --status-fd 17 --configure --pending
root     3356484  0.0  0.1  17420 13344 ?        SN+  23:15   0:00 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/tex-common.postinst triggered texmf-map texmf-format
root     3356487  0.0  0.0   2580  1368 ?        SN+  23:15   0:00 /bin/sh /var/lib/dpkg/info/tex-common.postinst triggered texmf-map texmf-format
root     3356682  0.4  0.1  20172 16844 ?        SN+  23:15   0:00 /usr/bin/perl /usr/bin/fmtutil --sys --strict --no-error-if-no-engine=luajittex,mfluajit,luajithbtex --all
root     3378596  0.0  0.0      0     0 ?        I    23:17   0:00 [kworker/u128:3-events_unbound]
buildd   3381358  0.0  0.0   2592   908 ?        SN   23:18   0:00 /bin/sh -c /tmp/buildd/systemd_1/systemd-254.1/tools/make-man-index.py man/systemd.index.xml ../man/binfmt.d.xml ../man/bootup.xml ../man/busctl.xml ../man/daemon.xml ../man/dnssec-trust-anchors.d.xml ../man/environment.d.xml ../man/file-hierarchy.xml ../man/hostname.xml ../man/hostnamectl.xml ../man/hwdb.xml ../man/iocost.conf.xml ../man/journalctl.xml ../man/journald.conf.xml ../man/kernel-command-line.xml ../man/kernel-install.xml ../man/libsystemd.xml ../man/libudev.xml ../man/locale.conf.xml ../man/localectl.xml ../man/localtime.xml ../man/loginctl.xml ../man/logind.conf.xml ../man/machine-id.xml ../man/machine-info.xml ../man/machinectl.xml ../man/modules-load.d.xml ../man/networkctl.xml ../man/networkd.conf.xml ../man/nss-myhostname.xml ../man/nss-mymachines.xml ../man/nss-resolve.xml ../man/nss-systemd.xml ../man/oomctl.xml ../man/oomd.conf.xml ../man/org.freedesktop.LogControl1.xml ../man/org.freedesktop.hostname1.xml ../man/org.freedesktop.locale1.xml ../man/org.freedesktop.login1.xml ../man/org.freedesktop.machine1.xml ../man/org.freedesktop.network1.xml ../man/org.freedesktop.oom1.xml ../man/org.freedesktop.portable1.xml ../man/org.freedesktop.resolve1.xml ../man/org.freedesktop.systemd1.xml ../man/org.freedesktop.timedate1.xml ../man/os-release.xml ../man/pam_systemd.xml ../man/portablectl.xml ../man/poweroff.xml ../man/pstore.conf.xml ../man/repart.d.xml ../man/resolvectl.xml ../man/resolved.conf.xml ../man/runlevel.xml ../man/sd-bus-errors.xml ../man/sd-bus.xml ../man/sd-daemon.xml ../man/sd-device.xml ../man/sd-event.xml ../man/sd-hwdb.xml ../man/sd-id128.xml ../man/sd-journal.xml ../man/sd-login.xml ../man/sd_booted.xml ../man/sd_bus_add_match.xml ../man/sd_bus_add_node_enumerator.xml ../man/sd_bus_add_object.xml ../man/sd_bus_add_object_manager.xml ../man/sd_bus_attach_event.xml ../man/sd_bus_call.xml ../man/sd_bus_call_method.xml ../man/sd_bus_can_send.xml ../man/sd_bus_close.xml ../man/sd_bus_creds_get_pid.xml ../man/sd_bus_creds_new_from_pid.xml ../man/sd_bus_default.xml ../man/sd_bus_emit_signal.xml ../man/sd_bus_enqueue_for_read.xml ../man/sd_bus_error.xml ../man/sd_bus_error_add_map.xml ../man/sd_bus_get_current_handler.xml ../man/sd_bus_get_fd.xml ../man/sd_bus_get_n_queued_read.xml ../man/sd_bus_get_name_creds.xml ../man/sd_bus_get_name_machine_id.xml ../man/sd_bus_interface_name_is_valid.xml ../man/sd_bus_is_open.xml ../man/sd_bus_list_names.xml ../man/sd_bus_message_append.xml ../man/sd_bus_message_append_array.xml ../man/sd_bus_message_append_basic.xml ../man/sd_bus_message_append_string_memfd.xml ../man/sd_bus_message_append_strv.xml ../man/sd_bus_message_at_end.xml ../man/sd_bus_message_copy.xml ../man/sd_bus_message_dump.xml ../man/sd_bus_message_get_cookie.xml ../man/sd_bus_message_get_monotonic_usec.xml ../man/sd_bus_message_get_signature.xml ../man/sd_bus_message_get_type.xml ../man/sd_bus_message_new.xml ../man/sd_bus_message_new_method_call.xml ../man/sd_bus_message_new_method_error.xml ../man/sd_bus_message_new_signal.xml ../man/sd_bus_message_open_container.xml ../man/sd_bus_message_read.xml ../man/sd_bus_message_read_array.xml ../man/sd_bus_message_read_basic.xml ../man/sd_bus_message_read_strv.xml ../man/sd_bus_message_rewind.xml ../man/sd_bus_message_seal.xml ../man/sd_bus_message_sensitive.xml ../man/sd_bus_message_set_destination.xml ../man/sd_bus_message_set_expect_reply.xml ../man/sd_bus_message_skip.xml ../man/sd_bus_message_verify_type.xml ../man/sd_bus_negotiate_fds.xml ../man/sd_bus_new.xml ../man/sd_bus_path_encode.xml ../man/sd_bus_process.xml ../man/sd_bus_query_sender_creds.xml ../man/sd_bus_reply_method_error.xml ../man/sd_bus_reply_method_return.xml ../man/sd_bus_request_name.xml ../man/sd_bus_send.xml ../man/sd_bus_set_address.xml ../man/sd_bus_set_close_on_exit.xml ../man/sd_bus_set_connected_signal.xml ../man/sd_bus_set_description.xml ../man/sd_bus_set_exit_on_disconnect.xml ../man/sd_bus_set_fd.xml ../man/sd_bus_set_method_call_timeout.xml ../man/sd_bus_set_property.xml ../man/sd_bus_set_sender.xml ../man/sd_bus_set_server.xml ../man/sd_bus_set_watch_bind.xml ../man/sd_bus_slot_get_bus.xml ../man/sd_bus_slot_ref.xml ../man/sd_bus_slot_set_description.xml ../man/sd_bus_slot_set_destroy_callback.xml ../man/sd_bus_slot_set_floating.xml ../man/sd_bus_slot_set_userdata.xml ../man/sd_bus_start.xml ../man/sd_bus_track_add_name.xml ../man/sd_bus_track_new.xml ../man/sd_bus_wait.xml ../man/sd_device_get_syspath.xml ../man/sd_device_ref.xml ../man/sd_event_add_child.xml ../man/sd_event_add_defer.xml ../man/sd_event_add_inotify.xml ../man/sd_event_add_io.xml ../man/sd_event_add_memory_pressure.xml ../man/sd_event_add_signal.xml ../man/sd_event_add_time.xml ../man/sd_event_exit.xml ../man/sd_event_get_fd.xml ../man/sd_event_new.xml ../man/sd_event_now.xml ../man/sd_event_run.xml ../man/sd_event_set_signal_exit.xml ../man/sd_event_set_watchdog.xml ../man/sd_event_source_get_event.xml ../man/sd_event_source_get_pending.xml ../man/sd_event_source_set_description.xml ../man/sd_event_source_set_destroy_callback.xml ../man/sd_event_source_set_enabled.xml ../man/sd_event_source_set_exit_on_failure.xml ../man/sd_event_source_set_floating.xml ../man/sd_event_source_set_prepare.xml ../man/sd_event_source_set_priority.xml ../man/sd_event_source_set_ratelimit.xml ../man/sd_event_source_set_userdata.xml ../man/sd_event_source_unref.xml ../man/sd_event_wait.xml ../man/sd_get_seats.xml ../man/sd_hwdb_get.xml ../man/sd_hwdb_new.xml ../man/sd_id128_get_machine.xml ../man/sd_id128_randomize.xml ../man/sd_id128_to_string.xml ../man/sd_is_fifo.xml ../man/sd_journal_add_match.xml ../man/sd_journal_enumerate_fields.xml ../man/sd_journal_get_catalog.xml ../man/sd_journal_get_cursor.xml ../man/sd_journal_get_cutoff_realtime_usec.xml ../man/sd_journal_get_data.xml ../man/sd_journal_get_fd.xml ../man/sd_journal_get_realtime_usec.xml ../man/sd_journal_get_seqnum.xml ../man/sd_journal_get_usage.xml ../man/sd_journal_has_runtime_files.xml ../man/sd_journal_next.xml ../man/sd_journal_open.xml ../man/sd_journal_print.xml ../man/sd_journal_query_unique.xml ../man/sd_journal_seek_head.xml ../man/sd_journal_stream_fd.xml ../man/sd_listen_fds.xml ../man/sd_login_monitor_new.xml ../man/sd_machine_get_class.xml ../man/sd_notify.xml ../man/sd_path_lookup.xml ../man/sd_pid_get_owner_uid.xml ../man/sd_seat_get_active.xml ../man/sd_session_is_active.xml ../man/sd_uid_get_state.xml ../man/sd_watchdog_enabled.xml ../man/shutdown.xml ../man/smbios-type-11.xml ../man/sysctl.d.xml ../man/systemctl.xml ../man/systemd-ac-power.xml ../man/systemd-analyze.xml ../man/systemd-ask-password-console.service.xml ../man/systemd-ask-password.xml ../man/systemd-backlight@.service.xml ../man/systemd-battery-check.service.xml ../man/systemd-binfmt.service.xml ../man/systemd-boot-check-no-failures.service.xml ../man/systemd-cat.xml ../man/systemd-cgls.xml ../man/systemd-cgtop.xml ../man/systemd-creds.xml ../man/systemd-debug-generator.xml ../man/systemd-delta.xml ../man/systemd-detect-virt.xml ../man/systemd-dissect.xml ../man/systemd-environment-d-generator.xml ../man/systemd-escape.xml ../man/systemd-firstboot.xml ../man/systemd-fsck@.service.xml ../man/systemd-fsckd.service.xml ../man/systemd-fstab-generator.xml ../man/systemd-getty-generator.xml ../man/systemd-gpt-auto-generator.xml ../man/systemd-hibernate-resume-generator.xml ../man/systemd-hibernate-resume.service.xml ../man/systemd-hostnamed.service.xml ../man/systemd-hwdb.xml ../man/systemd-id128.xml ../man/systemd-inhibit.xml ../man/systemd-initctl.service.xml ../man/systemd-journald.service.xml ../man/systemd-localed.service.xml ../man/systemd-logind.service.xml ../man/systemd-machine-id-commit.service.xml ../man/systemd-machine-id-setup.xml ../man/systemd-machined.service.xml ../man/systemd-makefs@.service.xml ../man/systemd-modules-load.service.xml ../man/systemd-mount.xml ../man/systemd-network-generator.service.xml ../man/systemd-networkd-wait-online.service.xml ../man/systemd-networkd.service.xml ../man/systemd-notify.xml ../man/systemd-nspawn.xml ../man/systemd-oomd.service.xml ../man/systemd-path.xml ../man/systemd-portabled.service.xml ../man/systemd-poweroff.service.xml ../man/systemd-pstore.service.xml ../man/systemd-quotacheck.service.xml ../man/systemd-random-seed.service.xml ../man/systemd-rc-local-generator.xml ../man/systemd-remount-fs.service.xml ../man/systemd-repart.xml ../man/systemd-resolved.service.xml ../man/systemd-rfkill.service.xml ../man/systemd-run-generator.xml ../man/systemd-run.xml ../man/systemd-sleep.conf.xml ../man/systemd-socket-activate.xml ../man/systemd-socket-proxyd.xml ../man/systemd-soft-reboot.service.xml ../man/systemd-stdio-bridge.xml ../man/systemd-suspend.service.xml ../man/systemd-sysctl.service.xml ../man/systemd-sysext.xml ../man/systemd-system-update-generator.xml ../man/systemd-system.conf.xml ../man/systemd-sysusers.xml ../man/systemd-sysv-generator.xml ../man/systemd-time-wait-sync.service.xml ../man/systemd-timedated.service.xml ../man/systemd-timesyncd.service.xml ../man/systemd-tmpfiles.xml ../man/systemd-tty-ask-password-agent.xml ../man/systemd-udev-settle.service.xml ../man/systemd-udevd.service.xml ../man/systemd-update-done.service.xml ../man/systemd-update-utmp.service.xml ../man/systemd-user-sessions.service.xml ../man/systemd-volatile-root.service.xml ../man/systemd-xdg-autostart-generator.xml ../man/systemd.xml ../man/systemd.automount.xml ../man/systemd.device.xml ../man/systemd.dnssd.xml ../man/systemd.environment-generator.xml ../man/systemd.exec.xml ../man/systemd.generator.xml ../man/systemd.image-policy.xml ../man/systemd.journal-fields.xml ../man/systemd.kill.xml ../man/systemd.link.xml ../man/systemd.mount.xml ../man/systemd.net-naming-scheme.xml ../man/systemd.netdev.xml ../man/systemd.network.xml ../man/systemd.nspawn.xml ../man/systemd.offline-updates.xml ../man/systemd.path.xml ../man/systemd.preset.xml ../man/systemd.resource-control.xml ../man/systemd.scope.xml ../man/systemd.service.xml ../man/systemd.slice.xml ../man/systemd.socket.xml ../man/systemd.special.xml ../man/systemd.swap.xml ../man/systemd.syntax.xml ../man/systemd.system-credentials.xml ../man/systemd.target.xml ../man/systemd.time.xml ../man/systemd.timer.xml ../man/systemd.unit.xml ../man/sysusers.d.xml ../man/telinit.xml ../man/timedatectl.xml ../man/timesyncd.conf.xml ../man/tmpfiles.d.xml ../man/udev.xml ../man/udev.conf.xml ../man/udev_device_get_syspath.xml ../man/udev_device_has_tag.xml ../man/udev_device_new_from_syspath.xml ../man/udev_enumerate_add_match_subsystem.xml ../man/udev_enumerate_new.xml ../man/udev_enumerate_scan_devices.xml ../man/udev_list_entry.xml ../man/udev_monitor_filter_update.xml ../man/udev_monitor_new_from_netlink.xml ../man/udev_monitor_receive_device.xml ../man/udev_new.xml ../man/udevadm.xml ../man/user@.service.xml man/systemd.directives.xml
buildd   3381359 97.1  0.3  80088 38368 ?        RN   23:18   0:16 python3 /tmp/buildd/systemd_1/systemd-254.1/tools/make-man-index.py man/systemd.index.xml ../man/binfmt.d.xml ../man/bootup.xml ../man/busctl.xml ../man/daemon.xml ../man/dnssec-trust-anchors.d.xml ../man/environment.d.xml ../man/file-hierarchy.xml ../man/hostname.xml ../man/hostnamectl.xml ../man/hwdb.xml ../man/iocost.conf.xml ../man/journalctl.xml ../man/journald.conf.xml ../man/kernel-command-line.xml ../man/kernel-install.xml ../man/libsystemd.xml ../man/libudev.xml ../man/locale.conf.xml ../man/localectl.xml ../man/localtime.xml ../man/loginctl.xml ../man/logind.conf.xml ../man/machine-id.xml ../man/machine-info.xml ../man/machinectl.xml ../man/modules-load.d.xml ../man/networkctl.xml ../man/networkd.conf.xml ../man/nss-myhostname.xml ../man/nss-mymachines.xml ../man/nss-resolve.xml ../man/nss-systemd.xml ../man/oomctl.xml ../man/oomd.conf.xml ../man/org.freedesktop.LogControl1.xml ../man/org.freedesktop.hostname1.xml ../man/org.freedesktop.locale1.xml ../man/org.freedesktop.login1.xml ../man/org.freedesktop.machine1.xml ../man/org.freedesktop.network1.xml ../man/org.freedesktop.oom1.xml ../man/org.freedesktop.portable1.xml ../man/org.freedesktop.resolve1.xml ../man/org.freedesktop.systemd1.xml ../man/org.freedesktop.timedate1.xml ../man/os-release.xml ../man/pam_systemd.xml ../man/portablectl.xml ../man/poweroff.xml ../man/pstore.conf.xml ../man/repart.d.xml ../man/resolvectl.xml ../man/resolved.conf.xml ../man/runlevel.xml ../man/sd-bus-errors.xml ../man/sd-bus.xml ../man/sd-daemon.xml ../man/sd-device.xml ../man/sd-event.xml ../man/sd-hwdb.xml ../man/sd-id128.xml ../man/sd-journal.xml ../man/sd-login.xml ../man/sd_booted.xml ../man/sd_bus_add_match.xml ../man/sd_bus_add_node_enumerator.xml ../man/sd_bus_add_object.xml ../man/sd_bus_add_object_manager.xml ../man/sd_bus_attach_event.xml ../man/sd_bus_call.xml ../man/sd_bus_call_method.xml ../man/sd_bus_can_send.xml ../man/sd_bus_close.xml ../man/sd_bus_creds_get_pid.xml ../man/sd_bus_creds_new_from_pid.xml ../man/sd_bus_default.xml ../man/sd_bus_emit_signal.xml ../man/sd_bus_enqueue_for_read.xml ../man/sd_bus_error.xml ../man/sd_bus_error_add_map.xml ../man/sd_bus_get_current_handler.xml ../man/sd_bus_get_fd.xml ../man/sd_bus_get_n_queued_read.xml ../man/sd_bus_get_name_creds.xml ../man/sd_bus_get_name_machine_id.xml ../man/sd_bus_interface_name_is_valid.xml ../man/sd_bus_is_open.xml ../man/sd_bus_list_names.xml ../man/sd_bus_message_append.xml ../man/sd_bus_message_append_array.xml ../man/sd_bus_message_append_basic.xml ../man/sd_bus_message_append_string_memfd.xml ../man/sd_bus_message_append_strv.xml ../man/sd_bus_message_at_end.xml ../man/sd_bus_message_copy.xml ../man/sd_bus_message_dump.xml ../man/sd_bus_message_get_cookie.xml ../man/sd_bus_message_get_monotonic_usec.xml ../man/sd_bus_message_get_signature.xml ../man/sd_bus_message_get_type.xml ../man/sd_bus_message_new.xml ../man/sd_bus_message_new_method_call.xml ../man/sd_bus_message_new_method_error.xml ../man/sd_bus_message_new_signal.xml ../man/sd_bus_message_open_container.xml ../man/sd_bus_message_read.xml ../man/sd_bus_message_read_array.xml ../man/sd_bus_message_read_basic.xml ../man/sd_bus_message_read_strv.xml ../man/sd_bus_message_rewind.xml ../man/sd_bus_message_seal.xml ../man/sd_bus_message_sensitive.xml ../man/sd_bus_message_set_destination.xml ../man/sd_bus_message_set_expect_reply.xml ../man/sd_bus_message_skip.xml ../man/sd_bus_message_verify_type.xml ../man/sd_bus_negotiate_fds.xml ../man/sd_bus_new.xml ../man/sd_bus_path_encode.xml ../man/sd_bus_process.xml ../man/sd_bus_query_sender_creds.xml ../man/sd_bus_reply_method_error.xml ../man/sd_bus_reply_method_return.xml ../man/sd_bus_request_name.xml ../man/sd_bus_send.xml ../man/sd_bus_set_address.xml ../man/sd_bus_set_close_on_exit.xml ../man/sd_bus_set_connected_signal.xml ../man/sd_bus_set_description.xml ../man/sd_bus_set_exit_on_disconnect.xml ../man/sd_bus_set_fd.xml ../man/sd_bus_set_method_call_timeout.xml ../man/sd_bus_set_property.xml ../man/sd_bus_set_sender.xml ../man/sd_bus_set_server.xml ../man/sd_bus_set_watch_bind.xml ../man/sd_bus_slot_get_bus.xml ../man/sd_bus_slot_ref.xml ../man/sd_bus_slot_set_description.xml ../man/sd_bus_slot_set_destroy_callback.xml ../man/sd_bus_slot_set_floating.xml ../man/sd_bus_slot_set_userdata.xml ../man/sd_bus_start.xml ../man/sd_bus_track_add_name.xml ../man/sd_bus_track_new.xml ../man/sd_bus_wait.xml ../man/sd_device_get_syspath.xml ../man/sd_device_ref.xml ../man/sd_event_add_child.xml ../man/sd_event_add_defer.xml ../man/sd_event_add_inotify.xml ../man/sd_event_add_io.xml ../man/sd_event_add_memory_pressure.xml ../man/sd_event_add_signal.xml ../man/sd_event_add_time.xml ../man/sd_event_exit.xml ../man/sd_event_get_fd.xml ../man/sd_event_new.xml ../man/sd_event_now.xml ../man/sd_event_run.xml ../man/sd_event_set_signal_exit.xml ../man/sd_event_set_watchdog.xml ../man/sd_event_source_get_event.xml ../man/sd_event_source_get_pending.xml ../man/sd_event_source_set_description.xml ../man/sd_event_source_set_destroy_callback.xml ../man/sd_event_source_set_enabled.xml ../man/sd_event_source_set_exit_on_failure.xml ../man/sd_event_source_set_floating.xml ../man/sd_event_source_set_prepare.xml ../man/sd_event_source_set_priority.xml ../man/sd_event_source_set_ratelimit.xml ../man/sd_event_source_set_userdata.xml ../man/sd_event_source_unref.xml ../man/sd_event_wait.xml ../man/sd_get_seats.xml ../man/sd_hwdb_get.xml ../man/sd_hwdb_new.xml ../man/sd_id128_get_machine.xml ../man/sd_id128_randomize.xml ../man/sd_id128_to_string.xml ../man/sd_is_fifo.xml ../man/sd_journal_add_match.xml ../man/sd_journal_enumerate_fields.xml ../man/sd_journal_get_catalog.xml ../man/sd_journal_get_cursor.xml ../man/sd_journal_get_cutoff_realtime_usec.xml ../man/sd_journal_get_data.xml ../man/sd_journal_get_fd.xml ../man/sd_journal_get_realtime_usec.xml ../man/sd_journal_get_seqnum.xml ../man/sd_journal_get_usage.xml ../man/sd_journal_has_runtime_files.xml ../man/sd_journal_next.xml ../man/sd_journal_open.xml ../man/sd_journal_print.xml ../man/sd_journal_query_unique.xml ../man/sd_journal_seek_head.xml ../man/sd_journal_stream_fd.xml ../man/sd_listen_fds.xml ../man/sd_login_monitor_new.xml ../man/sd_machine_get_class.xml ../man/sd_notify.xml ../man/sd_path_lookup.xml ../man/sd_pid_get_owner_uid.xml ../man/sd_seat_get_active.xml ../man/sd_session_is_active.xml ../man/sd_uid_get_state.xml ../man/sd_watchdog_enabled.xml ../man/shutdown.xml ../man/smbios-type-11.xml ../man/sysctl.d.xml ../man/systemctl.xml ../man/systemd-ac-power.xml ../man/systemd-analyze.xml ../man/systemd-ask-password-console.service.xml ../man/systemd-ask-password.xml ../man/systemd-backlight@.service.xml ../man/systemd-battery-check.service.xml ../man/systemd-binfmt.service.xml ../man/systemd-boot-check-no-failures.service.xml ../man/systemd-cat.xml ../man/systemd-cgls.xml ../man/systemd-cgtop.xml ../man/systemd-creds.xml ../man/systemd-debug-generator.xml ../man/systemd-delta.xml ../man/systemd-detect-virt.xml ../man/systemd-dissect.xml ../man/systemd-environment-d-generator.xml ../man/systemd-escape.xml ../man/systemd-firstboot.xml ../man/systemd-fsck@.service.xml ../man/systemd-fsckd.service.xml ../man/systemd-fstab-generator.xml ../man/systemd-getty-generator.xml ../man/systemd-gpt-auto-generator.xml ../man/systemd-hibernate-resume-generator.xml ../man/systemd-hibernate-resume.service.xml ../man/systemd-hostnamed.service.xml ../man/systemd-hwdb.xml ../man/systemd-id128.xml ../man/systemd-inhibit.xml ../man/systemd-initctl.service.xml ../man/systemd-journald.service.xml ../man/systemd-localed.service.xml ../man/systemd-logind.service.xml ../man/systemd-machine-id-commit.service.xml ../man/systemd-machine-id-setup.xml ../man/systemd-machined.service.xml ../man/systemd-makefs@.service.xml ../man/systemd-modules-load.service.xml ../man/systemd-mount.xml ../man/systemd-network-generator.service.xml ../man/systemd-networkd-wait-online.service.xml ../man/systemd-networkd.service.xml ../man/systemd-notify.xml ../man/systemd-nspawn.xml ../man/systemd-oomd.service.xml ../man/systemd-path.xml ../man/systemd-portabled.service.xml ../man/systemd-poweroff.service.xml ../man/systemd-pstore.service.xml ../man/systemd-quotacheck.service.xml ../man/systemd-random-seed.service.xml ../man/systemd-rc-local-generator.xml ../man/systemd-remount-fs.service.xml ../man/systemd-repart.xml ../man/systemd-resolved.service.xml ../man/systemd-rfkill.service.xml ../man/systemd-run-generator.xml ../man/systemd-run.xml ../man/systemd-sleep.conf.xml ../man/systemd-socket-activate.xml ../man/systemd-socket-proxyd.xml ../man/systemd-soft-reboot.service.xml ../man/systemd-stdio-bridge.xml ../man/systemd-suspend.service.xml ../man/systemd-sysctl.service.xml ../man/systemd-sysext.xml ../man/systemd-system-update-generator.xml ../man/systemd-system.conf.xml ../man/systemd-sysusers.xml ../man/systemd-sysv-generator.xml ../man/systemd-time-wait-sync.service.xml ../man/systemd-timedated.service.xml ../man/systemd-timesyncd.service.xml ../man/systemd-tmpfiles.xml ../man/systemd-tty-ask-password-agent.xml ../man/systemd-udev-settle.service.xml ../man/systemd-udevd.service.xml ../man/systemd-update-done.service.xml ../man/systemd-update-utmp.service.xml ../man/systemd-user-sessions.service.xml ../man/systemd-volatile-root.service.xml ../man/systemd-xdg-autostart-generator.xml ../man/systemd.xml ../man/systemd.automount.xml ../man/systemd.device.xml ../man/systemd.dnssd.xml ../man/systemd.environment-generator.xml ../man/systemd.exec.xml ../man/systemd.generator.xml ../man/systemd.image-policy.xml ../man/systemd.journal-fields.xml ../man/systemd.kill.xml ../man/systemd.link.xml ../man/systemd.mount.xml ../man/systemd.net-naming-scheme.xml ../man/systemd.netdev.xml ../man/systemd.network.xml ../man/systemd.nspawn.xml ../man/systemd.offline-updates.xml ../man/systemd.path.xml ../man/systemd.preset.xml ../man/systemd.resource-control.xml ../man/systemd.scope.xml ../man/systemd.service.xml ../man/systemd.slice.xml ../man/systemd.socket.xml ../man/systemd.special.xml ../man/systemd.swap.xml ../man/systemd.syntax.xml ../man/systemd.system-credentials.xml ../man/systemd.target.xml ../man/systemd.time.xml ../man/systemd.timer.xml ../man/systemd.unit.xml ../man/sysusers.d.xml ../man/telinit.xml ../man/timedatectl.xml ../man/timesyncd.conf.xml ../man/tmpfiles.d.xml ../man/udev.xml ../man/udev.conf.xml ../man/udev_device_get_syspath.xml ../man/udev_device_has_tag.xml ../man/udev_device_new_from_syspath.xml ../man/udev_enumerate_add_match_subsystem.xml ../man/udev_enumerate_new.xml ../man/udev_enumerate_scan_devices.xml ../man/udev_list_entry.xml ../man/udev_monitor_filter_update.xml ../man/udev_monitor_new_from_netlink.xml ../man/udev_monitor_receive_device.xml ../man/udev_new.xml ../man/udevadm.xml ../man/user@.service.xml man/systemd.directives.xml
root     3381881  0.0  0.0   4536  2484 ?        SN   23:18   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -amips64el -B -Pcross,nocheck,noinsttest,noudeb -uc -us
buildd   3381886  4.8  0.1  21936 18696 ?        SN   23:18   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -amips64el -B -Pcross,nocheck,noinsttest,noudeb -uc -us
root     3381920  0.0  0.0   2580   768 ?        SN+  23:18   0:00 sh -c pdftex -ini   -jobname=pdflatex-dev -progname=pdflatex-dev -translate-file=cp227.tcx *pdflatex.ini </dev/null
root     3381921 98.6  0.2 135076 27808 ?        RN+  23:18   0:04 pdftex -ini -jobname=pdflatex-dev -progname=pdflatex-dev -translate-file=cp227.tcx *pdflatex.ini
buildd   3381928  0.0  0.0   3268  2292 ?        SN   23:18   0:00 /usr/bin/make -f debian/rules build-arch
buildd   3381929  4.5  0.1  18168 15028 ?        SN   23:18   0:00 /usr/bin/perl /usr/bin/dh build-arch --builddirectory=build
buildd   3381939  2.6  0.0  12680  9472 ?        SN   23:18   0:00 /usr/bin/perl -w /usr/bin/dh_autoreconf -a -O--builddirectory=build
buildd   3381944  3.2  0.1  15020 11808 ?        SN   23:18   0:00 /usr/bin/perl /usr/bin/autoreconf -f -i
buildd   3381946 47.8  0.1  17744 14468 ?        SN   23:18   0:01 /usr/bin/perl /usr/bin/aclocal --force -I m4
buildd   3381975  0.0  0.0   2588   948 ?        SN   23:18   0:00 sh -c /usr/bin/autom4te --language Autoconf-without-aclocal-m4 /usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4 '/usr/share/aclocal/pkg.m4' '/usr/share/aclocal/xorg-macros.m4' '/usr/share/aclocal-1.16/amversion.m4' '/usr/share/aclocal-1.16/auxdir.m4' '/usr/share/aclocal-1.16/cond.m4' '/usr/share/aclocal-1.16/depend.m4' '/usr/share/aclocal-1.16/depout.m4' '/usr/share/aclocal-1.16/init.m4' '/usr/share/aclocal-1.16/install-sh.m4' '/usr/share/aclocal-1.16/lead-dot.m4' '/usr/share/aclocal-1.16/make.m4' '/usr/share/aclocal-1.16/missing.m4' '/usr/share/aclocal-1.16/options.m4' '/usr/share/aclocal-1.16/prog-cc-c-o.m4' '/usr/share/aclocal-1.16/python.m4' '/usr/share/aclocal-1.16/runlog.m4' '/usr/share/aclocal-1.16/sanity.m4' '/usr/share/aclocal-1.16/silent.m4' '/usr/share/aclocal-1.16/strip.m4' '/usr/share/aclocal-1.16/substnot.m4' '/usr/share/aclocal-1.16/tar.m4' 'm4/libtool.m4' 'm4/ltoptions.m4' 'm4/ltsugar.m4' 'm4/ltversion.m4' 'm4/lt~obsolete.m4' 'm4/xcb.m4' --trace='AC_DEFUN:$f::$n::${::}%' --trace='AC_DEFUN_ONCE:$f::$n::${::}%' --trace='AU_DEFUN:$f::$n::${::}%' --trace='_AM_AUTOCONF_VERSION:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR:$f::$n::${::}%' --trace='_AM_CONFIG_MACRO_DIRS:$f::$n::${::}%' --trace='_LT_PROG_F77:$f::$n' --trace='AC_LIBTOOL_PROG_LD_SHLIBS:$f::$n' --trace='_LT_LINKER_OPTION:$f::$n' --trace='_AM_SET_OPTIONS:$f::$n' --trace='AM_PROG_LD:$f::$n' --trace='AC_LIBTOOL_OBJDIR:$f::$n' --trace='_LT_AC_TRY_DLOPEN_SELF:$f::$n' --trace='AM_DISABLE_STATIC:$f::$n' --trace='AC_LIBTOOL_LANG_RC_CONFIG:$f::$n' --trace='PKG_CHECK_EXISTS:$f::$n' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n' --trace='LT_PATH_NM:$f::$n' --trace='AC_LTDL_ENABLE_INSTALL:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_NO_RTTI:$f::$n' --trace='LT_INIT:$f::$n' --trace='AC_PROG_LIBTOOL:$f::$n' --trace='AC_LTDL_PREOPEN:$f::$n' --trace='AM_PROG_CC_C_O:$f::$n' --trace='LT_PROG_GCJ:$f::$n' --trace='_LT_AC_LANG_GCJ:$f::$n' --trace='XORG_WITH_XMLTO:$f::$n' --trace='_LT_AC_LANG_F77:$f::$n' --trace='_LT_COMPILER_OPTION:$f::$n' --trace='_LT_PROG_FC:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n' --trace='_LT_CC_BASENAME:$f::$n' --trace='LT_LANG:$f::$n' --trace='LTOBSOLETE_VERSION:$f::$n' --trace='_AM_PROG_TAR:$f::$n' --trace='XORG_ENABLE_SPECS:$f::$n' --trace='AC_LIBTOOL_LANG_F77_CONFIG:$f::$n' --trace='AC_LIBTOOL_PROG_CC_C_O:$f::$n' --trace='_LT_AC_LANG_CXX:$f::$n' --trace='_PKG_SHORT_ERRORS_SUPPORTED:$f::$n' --trace='AM_ENABLE_SHARED:$f::$n' --trace='AC_ENABLE_FAST_INSTALL:$f::$n' --trace='XORG_MANPAGE_SECTIONS:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n' --trace='XCB_EXTENSION:$f::$n' --trace='AC_LIBTOOL_SYS_DYNAMIC_LINKER:$f::$n' --trace='PKG_CHECK_VAR:$f::$n' --trace='AC_PROG_EGREP:$f::$n' --trace='XORG_CWARNFLAGS:$f::$n' --trace='_LT_AC_CHECK_DLFCN:$f::$n' --trace='_LT_AC_SYS_COMPILER:$f::$n' --trace='XORG_LD_WRAP:$f::$n' --trace='AM_SET_DEPDIR:$f::$n' --trace='_LT_AC_TAGVAR:$f::$n' --trace='AC_DISABLE_FAST_INSTALL:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n' --trace='AM_DISABLE_SHARED:$f::$n' --trace='XORG_TESTSET_CFLAG:$f::$n' --trace='PKG_CHECK_MODULES:$f::$n' --trace='PKG_INSTALLDIR:$f::$n' --trace='XORG_ENABLE_DEVEL_DOCS:$f::$n' --trace='AC_PROG_LD:$f::$n' --trace='LT_LIB_M:$f::$n' --trace='XORG_CHECK_LINUXDOC:$f::$n' --trace='XORG_PROG_RAWCPP:$f::$n' --trace='AC_LIBTOOL_SYS_HARD_LINK_LOCKS:$f::$n' --trace='AC_DISABLE_STATIC:$f::$n' --trace='AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH:$f::$n' --trace='AC_LIBTOOL_PICMODE:$f::$n' --trace='AM_SILENT_RULES:$f::$n' --trace='AM_PROG_LIBTOOL:$f::$n' --trace='AC_PATH_TOOL_PREFIX:$f::$n' --trace='XORG_COMPILER_BRAND:$f::$n' --trace='_LT_AC_LOCK:$f::$n' --trace='XORG_WITH_DOXYGEN:$f::$n' --trace='AC_PROG_LD_GNU:$f::$n' --trace='AC_PATH_MAGIC:$f::$n' --trace='XORG_INSTALL:$f::$n' --trace='_LT_AC_LANG_F77_CONFIG:$f::$n' --trace='_LT_AC_LANG_GCJ_CONFIG:$f::$n' --trace='XORG_MEMORY_CHECK_FLAGS:$f::$n' --trace='AM_PATH_PYTHON:$f::$n' --trace='LT_SUPPORTED_TAG:$f::$n' --trace='XCB_CHECK_VISIBILITY:$f::$n' --trace='AC_LIBTOOL_LANG_CXX_CONFIG:$f::$n' --trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n' --trace='AC_LIBTOOL_CXX:$f::$n' --trace='LT_PROG_GO:$f::$n' --trace='AC_ENABLE_SHARED:$f::$n' --trace='XORG_WITH_ASCIIDOC:$f::$n' --trace='AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE:$f::$n' --trace='_LT_AC_LANG_CXX_CONFIG:$f::$n' --trace='AC_LTDL_OBJDIR:$f::$n' --trace='_AM_SET_OPTION:$f::$n' --trace='_LT_AC_FILE_LTDLL_C:$f::$n' --trace='_LT_AC_TAGCONFIG:$f::$n' --trace='AC_LIBTOOL_SYS_MAX_CMD_LEN:$f::$n' --trace='PKG_PROG_PKG_CONFIG:$f::$n' --trace='XORG_DEFAULT_OPTIONS:$f::$n' --trace='_LT_PROG_LTMAIN:$f::$n' --trace='AC_DISABLE_SHARED:$f::$n' --trace='AM_RUN_LOG:$f::$n' --trace='_LT_PATH_TOOL_PREFIX:$f::$n' --trace='AM_SANITY_CHECK:$f::$n' --trace='AC_LIBTOOL_DLOPEN_SELF:$f::$n' --trace='PKG_NOARCH_INSTALLDIR:$f::$n' --trace='AC_DEPLIBS_CHECK_METHOD:$f::$n' --trace='AC_LIBTOOL_RC:$f::$n' --trace='XORG_STRICT_OPTION:$f::$n' --trace='_LT_LINKER_BOILERPLATE:$f::$n' --trace='XORG_ENABLE_UNIT_TESTS:$f::$n' --trace='_LT_AC_SHELL_INIT:$f::$n' --trace='PKG_HAVE_WITH_MODULES:$f::$n' --trace='_LT_PREPARE_SED_QUOTE_VARS:$f::$n' --trace='LT_CMD_MAX_LEN:$f::$n' --trace='LT_AC_PROG_RC:$f::$n' --trace='LTSUGAR_VERSION:$f::$n' --trace='AC_LIBTOOL_SYS_OLD_ARCHIVE:$f::$n' --trace='_LT_WITH_SYSROOT:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n' --trace='XORG_ENABLE_DOCS:$f::$n' --trace='AM_DEP_TRACK:$f::$n' --trace='XORG_CHANGELOG:$f::$n' --trace='_LT_AC_PROG_CXXCPP:$f::$n' --trace='_AM_IF_OPTION:$f::$n' --trace='XORG_CHECK_MALLOC_ZERO:$f::$n' --trace='LT_AC_PROG_SED:$f::$n' --trace='_LT_AC_PROG_ECHO_BACKSLASH:$f::$n' --trace='_LT_COMPILER_BOILERPLATE:$f::$n' --trace='AC_ENABLE_STATIC:$f::$n' --trace='AC_CHECK_LIBM:$f::$n' --trace='AC_LIBTOOL_LINKER_OPTION:$f::$n' --trace='XORG_RELEASE_VERSION:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n' --trace='LT_SYS_DLOPEN_SELF:$f::$n' --trace='AM_AUX_DIR_EXPAND:$f::$n' --trace='XORG_WITH_LINT:$f::$n' --trace='AM_MISSING_PROG:$f::$n' --trace='XORG_CHECK_LINKER_FLAGS:$f::$n' --trace='XORG_WITH_GROFF:$f::$n' --trace='AC_LIBTOOL_LANG_C_CONFIG:$f::$n' --trace='AC_LIBTOOL_LANG_GCJ_CONFIG:$f::$n' --trace='_LT_PROG_CXX:$f::$n' --trace='AC_PROG_NM:$f::$n' --trace='_AM_PROG_CC_C_O:$f::$n' --trace='PKG_WITH_MODULES:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n' --trace='LT_OUTPUT:$f::$n' --trace='AM_CONDITIONAL:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_PIC:$f::$n' --trace='LTVERSION_VERSION:$f::$n' --trace='AC_LIBTOOL_CONFIG:$f::$n' --trace='LT_AC_PROG_EGREP:$f::$n' --trace='XORG_WITH_PS2PDF:$f::$n' --trace='XORG_CHECK_DOCBOOK:$f::$n' --trace='AC_LIBTOOL_GCJ:$f::$n' --trace='XORG_ENABLE_INTEGRATION_TESTS:$f::$n' --trace='AM_PROG_INSTALL_SH:$f::$n' --trace='XORG_COMPILER_FLAGS:$f::$n' --trace='XORG_CHECK_SGML_DOCTOOLS:$f::$n' --trace='_AC_PROG_LIBTOOL:$f::$n' --trace='AC_LIBTOOL_WIN32_DLL:$f::$n' --trace='XORG_WITH_FOP:$f::$n' --trace='_LT_AC_SYS_LIBPATH_AIX:$f::$n' --trace='LT_AC_PROG_GCJ:$f::$n' --trace='PKG_HAVE_DEFINE_WITH_MODULES:$f::$n' --trace='XORG_LINT_LIBRARY:$f::$n' --trace='_LT_AC_LANG_RC_CONFIG:$f::$n' --trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='XORG_WITH_M4:$f::$n' --trace='XORG_WITH_XSLTPROC:$f::$n' --trace='AC_LIBTOOL_F77:$f::$n' --trace='XORG_WITH_PERL:$f::$n' --trace='_LT_AC_LANG_C_CONFIG:$f::$n' --trace='LT_PROG_RC:$f::$n' --trace='AC_LIBTOOL_COMPILER_OPTION:$f::$n' --trace='AC_LIBTOOL_SYS_LIB_STRIP:$f::$n' --trace='XORG_WITH_GLIB:$f::$n' --trace='LTOPTIONS_VERSION:$f::$n' --trace='_LT_REQUIRED_DARWIN_CHECKS:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n' --trace='AC_LIBTOOL_POSTDEP_PREDEP:$f::$n' --trace='AC_LIBTOOL_FC:$f::$n' --trace='AC_LIBTOOL_DLOPEN:$f::$n' --trace='AM_ENABLE_STATIC:$f::$n' --trace='AC_LIBTOOL_SETUP:$f::$n' --trace='_LT_PROG_ECHO_BACKSLASH:$f::$n' --trace='AM_MAKE_INCLUDE:$f::$n' --trace='AM_PROG_NM:$f::$n' --trace='PKG_CHECK_MODULES_STATIC:$f::$n' --trace='AM_PYTHON_CHECK_VERSION:$f::$n' --trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='_LT_DLL_DEF_P:$f::$n' --trace='AC_PROG_LD_RELOAD_FLAG:$f::$n' --trace='LT_PATH_LD:$f::$n' --trace='AM_AUTOMAKE_VERSION:$f::$n' configure.ac
buildd   3381976  100  0.1  16088 12820 ?        RN   23:18   0:00 /usr/bin/perl /usr/bin/autom4te --language Autoconf-without-aclocal-m4 /usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4 /usr/share/aclocal/pkg.m4 /usr/share/aclocal/xorg-macros.m4 /usr/share/aclocal-1.16/amversion.m4 /usr/share/aclocal-1.16/auxdir.m4 /usr/share/aclocal-1.16/cond.m4 /usr/share/aclocal-1.16/depend.m4 /usr/share/aclocal-1.16/depout.m4 /usr/share/aclocal-1.16/init.m4 /usr/share/aclocal-1.16/install-sh.m4 /usr/share/aclocal-1.16/lead-dot.m4 /usr/share/aclocal-1.16/make.m4 /usr/share/aclocal-1.16/missing.m4 /usr/share/aclocal-1.16/options.m4 /usr/share/aclocal-1.16/prog-cc-c-o.m4 /usr/share/aclocal-1.16/python.m4 /usr/share/aclocal-1.16/runlog.m4 /usr/share/aclocal-1.16/sanity.m4 /usr/share/aclocal-1.16/silent.m4 /usr/share/aclocal-1.16/strip.m4 /usr/share/aclocal-1.16/substnot.m4 /usr/share/aclocal-1.16/tar.m4 m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 m4/xcb.m4 --trace=AC_DEFUN:$f::$n::${::}% --trace=AC_DEFUN_ONCE:$f::$n::${::}% --trace=AU_DEFUN:$f::$n::${::}% --trace=_AM_AUTOCONF_VERSION:$f::$n::${::}% --trace=AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}% --trace=AC_CONFIG_MACRO_DIR:$f::$n::${::}% --trace=_AM_CONFIG_MACRO_DIRS:$f::$n::${::}% --trace=_LT_PROG_F77:$f::$n --trace=AC_LIBTOOL_PROG_LD_SHLIBS:$f::$n --trace=_LT_LINKER_OPTION:$f::$n --trace=_AM_SET_OPTIONS:$f::$n --trace=AM_PROG_LD:$f::$n --trace=AC_LIBTOOL_OBJDIR:$f::$n --trace=_LT_AC_TRY_DLOPEN_SELF:$f::$n --trace=AM_DISABLE_STATIC:$f::$n --trace=AC_LIBTOOL_LANG_RC_CONFIG:$f::$n --trace=PKG_CHECK_EXISTS:$f::$n --trace=_AC_AM_CONFIG_HEADER_HOOK:$f::$n --trace=LT_PATH_NM:$f::$n --trace=AC_LTDL_ENABLE_INSTALL:$f::$n --trace=AC_LIBTOOL_PROG_COMPILER_NO_RTTI:$f::$n --trace=LT_INIT:$f::$n --trace=AC_PROG_LIBTOOL:$f::$n --trace=AC_LTDL_PREOPEN:$f::$n --trace=AM_PROG_CC_C_O:$f::$n --trace=LT_PROG_GCJ:$f::$n --trace=_LT_AC_LANG_GCJ:$f::$n --trace=XORG_WITH_XMLTO:$f::$n --trace=_LT_AC_LANG_F77:$f::$n --trace=_LT_COMPILER_OPTION:$f::$n --trace=_LT_PROG_FC:$f::$n --trace=AM_MISSING_HAS_RUN:$f::$n --trace=_LT_CC_BASENAME:$f::$n --trace=LT_LANG:$f::$n --trace=LTOBSOLETE_VERSION:$f::$n --trace=_AM_PROG_TAR:$f::$n --trace=XORG_ENABLE_SPECS:$f::$n --trace=AC_LIBTOOL_LANG_F77_CONFIG:$f::$n --trace=AC_LIBTOOL_PROG_CC_C_O:$f::$n --trace=_LT_AC_LANG_CXX:$f::$n --trace=_PKG_SHORT_ERRORS_SUPPORTED:$f::$n --trace=AM_ENABLE_SHARED:$f::$n --trace=AC_ENABLE_FAST_INSTALL:$f::$n --trace=XORG_MANPAGE_SECTIONS:$f::$n --trace=_AM_DEPENDENCIES:$f::$n --trace=XCB_EXTENSION:$f::$n --trace=AC_LIBTOOL_SYS_DYNAMIC_LINKER:$f::$n --trace=PKG_CHECK_VAR:$f::$n --trace=AC_PROG_EGREP:$f::$n --trace=XORG_CWARNFLAGS:$f::$n --trace=_LT_AC_CHECK_DLFCN:$f::$n --trace=_LT_AC_SYS_COMPILER:$f::$n --trace=XORG_LD_WRAP:$f::$n --trace=AM_SET_DEPDIR:$f::$n --trace=_LT_AC_TAGVAR:$f::$n --trace=AC_DISABLE_FAST_INSTALL:$f::$n --trace=_AM_MANGLE_OPTION:$f::$n --trace=AM_DISABLE_SHARED:$f::$n --trace=XORG_TESTSET_CFLAG:$f::$n --trace=PKG_CHECK_MODULES:$f::$n --trace=PKG_INSTALLDIR:$f::$n --trace=XORG_ENABLE_DEVEL_DOCS:$f::$n --trace=AC_PROG_LD:$f::$n --trace=LT_LIB_M:$f::$n --trace=XORG_CHECK_LINUXDOC:$f::$n --trace=XORG_PROG_RAWCPP:$f::$n --trace=AC_LIBTOOL_SYS_HARD_LINK_LOCKS:$f::$n --trace=AC_DISABLE_STATIC:$f::$n --trace=AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH:$f::$n --trace=AC_LIBTOOL_PICMODE:$f::$n --trace=AM_SILENT_RULES:$f::$n --trace=AM_PROG_LIBTOOL:$f::$n --trace=AC_PATH_TOOL_PREFIX:$f::$n --trace=XORG_COMPILER_BRAND:$f::$n --trace=_LT_AC_LOCK:$f::$n --trace=XORG_WITH_DOXYGEN:$f::$n --trace=AC_PROG_LD_GNU:$f::$n --trace=AC_PATH_MAGIC:$f::$n --trace=XORG_INSTALL:$f::$n --trace=_LT_AC_LANG_F77_CONFIG:$f::$n --trace=_LT_AC_LANG_GCJ_CONFIG:$f::$n --trace=XORG_MEMORY_CHECK_FLAGS:$f::$n --trace=AM_PATH_PYTHON:$f::$n --trace=LT_SUPPORTED_TAG:$f::$n --trace=XCB_CHECK_VISIBILITY:$f::$n --trace=AC_LIBTOOL_LANG_CXX_CONFIG:$f::$n --trace=AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n --trace=AC_LIBTOOL_CXX:$f::$n --trace=LT_PROG_GO:$f::$n --trace=AC_ENABLE_SHARED:$f::$n --trace=XORG_WITH_ASCIIDOC:$f::$n --trace=AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE:$f::$n --trace=_LT_AC_LANG_CXX_CONFIG:$f::$n --trace=AC_LTDL_OBJDIR:$f::$n --trace=_AM_SET_OPTION:$f::$n --trace=_LT_AC_FILE_LTDLL_C:$f::$n --trace=_LT_AC_TAGCONFIG:$f::$n --trace=AC_LIBTOOL_SYS_MAX_CMD_LEN:$f::$n --trace=PKG_PROG_PKG_CONFIG:$f::$n --trace=XORG_DEFAULT_OPTIONS:$f::$n --trace=_LT_PROG_LTMAIN:$f::$n --trace=AC_DISABLE_SHARED:$f::$n --trace=AM_RUN_LOG:$f::$n --trace=_LT_PATH_TOOL_PREFIX:$f::$n --trace=AM_SANITY_CHECK:$f::$n --trace=AC_LIBTOOL_DLOPEN_SELF:$f::$n --trace=PKG_NOARCH_INSTALLDIR:$f::$n --trace=AC_DEPLIBS_CHECK_METHOD:$f::$n --trace=AC_LIBTOOL_RC:$f::$n --trace=XORG_STRICT_OPTION:$f::$n --trace=_LT_LINKER_BOILERPLATE:$f::$n --trace=XORG_ENABLE_UNIT_TESTS:$f::$n --trace=_LT_AC_SHELL_INIT:$f::$n --trace=PKG_HAVE_WITH_MODULES:$f::$n --trace=_LT_PREPARE_SED_QUOTE_VARS:$f::$n --trace=LT_CMD_MAX_LEN:$f::$n --trace=LT_AC_PROG_RC:$f::$n --trace=LTSUGAR_VERSION:$f::$n --trace=AC_LIBTOOL_SYS_OLD_ARCHIVE:$f::$n --trace=_LT_WITH_SYSROOT:$f::$n --trace=AM_SUBST_NOTMAKE:$f::$n --trace=XORG_ENABLE_DOCS:$f::$n --trace=AM_DEP_TRACK:$f::$n --trace=XORG_CHANGELOG:$f::$n --trace=_LT_AC_PROG_CXXCPP:$f::$n --trace=_AM_IF_OPTION:$f::$n --trace=XORG_CHECK_MALLOC_ZERO:$f::$n --trace=LT_AC_PROG_SED:$f::$n --trace=_LT_AC_PROG_ECHO_BACKSLASH:$f::$n --trace=_LT_COMPILER_BOILERPLATE:$f::$n --trace=AC_ENABLE_STATIC:$f::$n --trace=AC_CHECK_LIBM:$f::$n --trace=AC_LIBTOOL_LINKER_OPTION:$f::$n --trace=XORG_RELEASE_VERSION:$f::$n --trace=AM_SET_LEADING_DOT:$f::$n --trace=LT_SYS_DLOPEN_SELF:$f::$n --trace=AM_AUX_DIR_EXPAND:$f::$n --trace=XORG_WITH_LINT:$f::$n --trace=AM_MISSING_PROG:$f::$n --trace=XORG_CHECK_LINKER_FLAGS:$f::$n --trace=XORG_WITH_GROFF:$f::$n --trace=AC_LIBTOOL_LANG_C_CONFIG:$f::$n --trace=AC_LIBTOOL_LANG_GCJ_CONFIG:$f::$n --trace=_LT_PROG_CXX:$f::$n --trace=AC_PROG_NM:$f::$n --trace=_AM_PROG_CC_C_O:$f::$n --trace=PKG_WITH_MODULES:$f::$n --trace=AM_PROG_INSTALL_STRIP:$f::$n --trace=LT_OUTPUT:$f::$n --trace=AM_CONDITIONAL:$f::$n --trace=AC_LIBTOOL_PROG_COMPILER_PIC:$f::$n --trace=LTVERSION_VERSION:$f::$n --trace=AC_LIBTOOL_CONFIG:$f::$n --trace=LT_AC_PROG_EGREP:$f::$n --trace=XORG_WITH_PS2PDF:$f::$n --trace=XORG_CHECK_DOCBOOK:$f::$n --trace=AC_LIBTOOL_GCJ:$f::$n --trace=XORG_ENABLE_INTEGRATION_TESTS:$f::$n --trace=AM_PROG_INSTALL_SH:$f::$n --trace=XORG_COMPILER_FLAGS:$f::$n --trace=XORG_CHECK_SGML_DOCTOOLS:$f::$n --trace=_AC_PROG_LIBTOOL:$f::$n --trace=AC_LIBTOOL_WIN32_DLL:$f::$n --trace=XORG_WITH_FOP:$f::$n --trace=_LT_AC_SYS_LIBPATH_AIX:$f::$n --trace=LT_AC_PROG_GCJ:$f::$n --trace=PKG_HAVE_DEFINE_WITH_MODULES:$f::$n --trace=XORG_LINT_LIBRARY:$f::$n --trace=_LT_AC_LANG_RC_CONFIG:$f::$n --trace=AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n --trace=XORG_WITH_M4:$f::$n --trace=XORG_WITH_XSLTPROC:$f::$n --trace=AC_LIBTOOL_F77:$f::$n --trace=XORG_WITH_PERL:$f::$n --trace=_LT_AC_LANG_C_CONFIG:$f::$n --trace=LT_PROG_RC:$f::$n --trace=AC_LIBTOOL_COMPILER_OPTION:$f::$n --trace=AC_LIBTOOL_SYS_LIB_STRIP:$f::$n --trace=XORG_WITH_GLIB:$f::$n --trace=LTOPTIONS_VERSION:$f::$n --trace=_LT_REQUIRED_DARWIN_CHECKS:$f::$n --trace=AM_INIT_AUTOMAKE:$f::$n --trace=AC_LIBTOOL_POSTDEP_PREDEP:$f::$n --trace=AC_LIBTOOL_FC:$f::$n --trace=AC_LIBTOOL_DLOPEN:$f::$n --trace=AM_ENABLE_STATIC:$f::$n --trace=AC_LIBTOOL_SETUP:$f::$n --trace=_LT_PROG_ECHO_BACKSLASH:$f::$n --trace=AM_MAKE_INCLUDE:$f::$n --trace=AM_PROG_NM:$f::$n --trace=PKG_CHECK_MODULES_STATIC:$f::$n --trace=AM_PYTHON_CHECK_VERSION:$f::$n --trace=_AM_SUBST_NOTMAKE:$f::$n --trace=_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n --trace=_LT_DLL_DEF_P:$f::$n --trace=AC_PROG_LD_RELOAD_FLAG:$f::$n --trace=LT_PATH_LD:$f::$n --trace=AM_AUTOMAKE_VERSION:$f::$n configure.ac
root     3381978  100  0.0   3696   812 ?        RN   23:18   0:00 grep-dctrl -P -X libcurl4-gnutls-dev -a -F Architecture all -s /var/lib/apt/lists/_tmp_repo_dists_rebootstrap-native_main_binary-amd64_Packages /var/lib/apt/lists/_tmp_repo_dists_rebootstrap_main_binary-amd64_Packages /var/lib/apt/lists/_tmp_repo_dists_rebootstrap_main_binary-x32_Packages /var/lib/apt/lists/deb.debian.org_debian_dists_sid_main_binary-amd64_Packages
buildd   3381980 66.6  0.0   8696  4232 ?        RN   23:18   0:00 ps aux
root     3966526  0.0  0.0  17704  6084 ?        Ss   11:29   0:00 sshd: jenkins [priv]
105      3966576  0.0  0.0  18120  4316 ?        S    11:29   0:35 sshd: jenkins@notty
105      3966577  0.0  0.0   4056  1588 ?        Ss   11:29   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_mips64el_gcc13_supported HOST_ARCH=mips64el GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3966596  0.0  0.0   4476  1596 ?        S    11:29   0:00 /bin/bash /tmp/jenkins-script-EALQvFHT jenkins_mips64el_gcc13_supported HOST_ARCH=mips64el GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3966829  0.0  0.0   4608  1564 ?        SN   11:30   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=mips64el GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3966844  0.0  0.0   4608  1596 ?        SN   11:30   0:00 /bin/bash /tmp/jenkins-script-PyfmaUxo sid minimal ./bootstrap.sh HOST_ARCH=mips64el GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     3967179  0.0  0.0      0     0 ?        I    11:30   0:06 [kworker/1:2-mm_percpu_wq]
root     3969423  0.0  0.0      0     0 ?        I    18:05   0:00 [kworker/2:0]
root     3975646  0.0  0.0   7424  2336 ?        SN   11:30   0:00 sudo chroot /chroots/chroot-run-sid.cIZOtvLBK /tmp/chroot-testrun
root     3975649  0.0  0.0   4364  2632 ?        SN   11:30   0:00 /bin/bash /tmp/chroot-testrun
root     3975650  0.0  0.0   2896  1940 ?        SN   11:30   0:01 /bin/sh ./bootstrap.sh HOST_ARCH=mips64el GCC_VER=13 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
test -f bfd/elf32.c -a -f debian/rules
rm -fr debian/binutils-for-host
install -d -m 755 debian/binutils-for-host/DEBIAN/ debian/binutils-for-host/usr/share/doc/
ln -sf binutils-common debian/binutils-for-host/usr/share/doc/binutils-for-host
rm -f debian/substvars
dpkg-gencontrol -Pdebian/binutils-for-host -pbinutils-for-host \
	-Vbinutils:native=binutils-riscv64-linux-gnu \
	-Vbinutils:minver=2.30-2
: chown -R root:root debian/binutils-for-host
chmod -R go=rX debian/binutils-for-host
find debian/binutils-for-host -depth -newermt 'Wed, 09 Aug 2023 16:36:52 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Wed, 09 Aug 2023 16:36:52 +0200'
dpkg-deb --root-owner-group --build debian/binutils-for-host ..
dpkg-deb: building package 'binutils-for-host' in '../binutils-for-host_2.41-4_riscv64.deb'.
test -f bfd/elf32.c -a -f debian/rules
 dpkg-genbuildinfo --build=any -O../binutils_2.41-4_riscv64.buildinfo
 dpkg-genchanges --build=any -O../binutils_2.41-4_riscv64.changes
dpkg-genchanges: warning: package libgprofng0 in control file but not in files list
dpkg-genchanges: warning: package libgprofng0-dbg in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch-dbg in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch-dev in control file but not in files list
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
total 40084
drwxr-xr-x 25 buildd buildd     1320 Sep  4 23:17 binutils-2.41
-rw-r--r--  1 buildd buildd  2363120 Sep  4 23:17 binutils-common_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd  5263568 Sep  4 23:18 binutils-dev_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd     1108 Sep  4 23:18 binutils-for-host_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd  3023324 Sep  4 23:18 binutils-riscv64-linux-gnu-dbg_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   807192 Sep  4 23:18 binutils-riscv64-linux-gnu_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   131844 Aug  9 14:55 binutils_2.41-4.debian.tar.xz
-rw-r--r--  1 buildd buildd    12164 Aug  9 14:55 binutils_2.41-4.dsc
-rw-r--r--  1 buildd buildd     9355 Sep  4 23:18 binutils_2.41-4_riscv64.buildinfo
-rw-r--r--  1 buildd buildd     6070 Sep  4 23:18 binutils_2.41-4_riscv64.changes
-rw-r--r--  1 buildd buildd    65772 Sep  4 23:17 binutils_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd 26902888 Jul 30 16:31 binutils_2.41.orig.tar.xz
-rw-r--r--  1 buildd buildd  1161084 Sep  4 23:18 libbinutils-dbg_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   374004 Sep  4 23:18 libbinutils_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   272304 Sep  4 23:17 libctf-nobfd0-dbg_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   143200 Sep  4 23:17 libctf-nobfd0_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd   281188 Sep  4 23:17 libctf0-dbg_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd    77584 Sep  4 23:17 libctf0_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd    29884 Sep  4 23:17 libsframe1-dbg_2.41-4_riscv64.deb
-rw-r--r--  1 buildd buildd    75252 Sep  4 23:17 libsframe1_2.41-4_riscv64.deb
.changes put in a distribution not listed within it!
Ignoring as --ignore=wrongdistribution given.
Exporting indices...
Get:1 file:/tmp/repo rebootstrap InRelease
Ign:1 file:/tmp/repo rebootstrap InRelease
Get:2 file:/tmp/repo rebootstrap-native InRelease
Ign:2 file:/tmp/repo rebootstrap-native InRelease
Get:3 file:/tmp/repo rebootstrap Release [2845 B]
Get:4 file:/tmp/repo rebootstrap-native Release [1490 B]
Get:3 file:/tmp/repo rebootstrap Release [2845 B]
Get:5 file:/tmp/repo rebootstrap Release.gpg
Ign:5 file:/tmp/repo rebootstrap Release.gpg
Hit:6 http://deb.debian.org/debian sid InRelease
Get:4 file:/tmp/repo rebootstrap-native Release [1490 B]
Get:7 file:/tmp/repo rebootstrap/main riscv64 Packages [157 kB]
Get:8 file:/tmp/repo rebootstrap-native Release.gpg
Ign:8 file:/tmp/repo rebootstrap-native Release.gpg
Reading package lists...
progress-mark:148:cross build binutils
done automatically cross building packages. left: 
checking installability of build-essential with dose
progress_mark "cross build binutils"
mark_built binutils
# needed for build-essential

automatically_cross_build_packages

assert_built "$need_packages"

echo "checking installability of build-essential with dose"
apt_get_install botch
Reading package lists...
Building dependency tree...
Reading state information...
  MarkInstall botch:amd64 < none -> 0.24-2+b1 @un puN Ib > FU=1
    MarkInstall libbz2-1.0:amd64 < 1.0.8-5+b1 @ii pK > FU=0
      MarkInstall libc6:amd64 < 2.37-7 @ii pK > FU=0
        MarkInstall libgcc-s1:amd64 < 13.2.0-3 @ii pK > FU=0
          MarkInstall gcc-13-base:amd64 < 13.2.0-3 @ii pK > FU=0
    MarkInstall zlib1g:amd64 < 1:1.2.13.dfsg-3 @ii pK > FU=0
    MarkInstall python3:amd64 < 3.11.4-5+b1 @ii pK > FU=0
      MarkInstall python3-minimal:amd64 < 3.11.4-5+b1 @ii pK > FU=0
        MarkInstall python3.11-minimal:amd64 < 3.11.5-3 @ii pK > FU=0
          MarkInstall libpython3.11-minimal:amd64 < 3.11.5-3 @ii pK > FU=0
            MarkInstall libssl3:amd64 < 3.0.10-1 @ii pK > FU=0
          MarkInstall libexpat1:amd64 < 2.5.0-2 @ii pK > FU=0
      MarkInstall python3.11:amd64 < 3.11.5-3 @ii pK > FU=0
        MarkInstall libpython3.11-stdlib:amd64 < 3.11.5-3 @ii pK > FU=0
          MarkInstall tzdata:amd64 < 2023c-10 @ii pK > FU=0
          MarkInstall libcrypt1:amd64 < 1:4.4.36-2 @ii pK > FU=0
          MarkInstall libdb5.3:amd64 < 5.3.28+dfsg2-2 @ii pK > FU=0
          MarkInstall libffi8:amd64 < 3.4.4-1 @ii pK > FU=0
          MarkInstall liblzma5:amd64 < 5.4.4-0.1 @ii pK > FU=0
          MarkInstall libncursesw6:amd64 < 6.4+20230625-2 @ii pK > FU=0
            MarkInstall libtinfo6:amd64 < 6.4+20230625-2 @ii pK > FU=0
          MarkInstall libnsl2:amd64 < 1.3.0-2 @ii pK > FU=0
            MarkInstall libtirpc3:amd64 < 1.3.3+ds-1 @ii pK > FU=0
              MarkInstall libgssapi-krb5-2:amd64 < 1.20.1-3 @ii pK > FU=0
                MarkInstall libcom-err2:amd64 < 1.47.0-2 @ii pK > FU=0
                MarkInstall libk5crypto3:amd64 < 1.20.1-3 @ii pK > FU=0
                  MarkInstall libkrb5support0:amd64 < 1.20.1-3 @ii pK > FU=0
                MarkInstall libkrb5-3:amd64 < 1.20.1-3 @ii pK > FU=0
                  MarkInstall libkeyutils1:amd64 < 1.6.3-2 @ii pK > FU=0
              MarkInstall libtirpc-common:amd64 < 1.3.3+ds-1 @ii pK > FU=0
          MarkInstall libreadline8:amd64 < 8.2-1.3 @ii pK > FU=0
            MarkInstall readline-common:amd64 < 8.2-1.3 @ii pK > FU=0
          MarkInstall libsqlite3-0:amd64 < 3.43.0-1 @ii pK > FU=0
          MarkInstall libuuid1:amd64 < 2.39.2-1 @ii pK > FU=0
      MarkInstall libpython3-stdlib:amd64 < 3.11.4-5+b1 @ii pK > FU=0
    MarkInstall dose-builddebcheck:amd64 < 7.0.0-3 @ii pK > FU=0
  Installing dose-extra:amd64 as Depends of botch:amd64
    MarkInstall dose-extra:amd64 < none -> 7.0.0-3 @un puN > FU=0
    MarkInstall dctrl-tools:amd64 < 2.24-3+b1 @ii pK > FU=0
  Installing aspcud:amd64 as Depends of botch:amd64
    MarkInstall aspcud:amd64 < none -> 1:1.9.6-2 @un puN Ib > FU=0
      MarkInstall libstdc++6:amd64 < 13.2.0-3 @ii pK > FU=0
    Installing gringo:amd64 as Depends of aspcud:amd64
      MarkInstall gringo:amd64 < none -> 5.4.1-3.1+b1 @un puN Ib > FU=0
      Installing liblua5.4-0:amd64 as Depends of gringo:amd64
        MarkInstall liblua5.4-0:amd64 < none -> 5.4.4-3 @un puN > FU=0
      Installing libpython3.11:amd64 as Depends of gringo:amd64
        MarkInstall libpython3.11:amd64 < none -> 3.11.5-3 @un puN > FU=0
    Installing clasp:amd64 as Depends of aspcud:amd64
      MarkInstall clasp:amd64 < none -> 3.3.5-4.2 @un puN > FU=0
  Installing python3-apt:amd64 as Depends of botch:amd64
    MarkInstall python3-apt:amd64 < none -> 2.6.0 @un puN Ib > FU=0
      MarkInstall libapt-pkg6.0:amd64 < 2.7.3 @ii pK > FU=0
        MarkInstall libgcrypt20:amd64 < 1.10.2-2 @ii pK > FU=0
          MarkInstall libgpg-error0:amd64 < 1.47-2 @ii pK > FU=0
        MarkInstall liblz4-1:amd64 < 1.9.4-1 @ii pK > FU=0
        MarkInstall libudev1:amd64 < 254.1-3 @ii pK > FU=0
          MarkInstall libcap2:amd64 < 1:2.66-4 @ii pK > FU=0
        MarkInstall libxxhash0:amd64 < 0.8.1-1 @ii pK > FU=0
        MarkInstall libzstd1:amd64 < 1.5.5+dfsg2-1 @ii pK > FU=0
    Installing python-apt-common:amd64 as Depends of python3-apt:amd64
      MarkInstall python-apt-common:amd64 < none -> 2.6.0 @un puN > FU=0
    Installing distro-info-data:amd64 as Depends of python3-apt:amd64
      MarkInstall distro-info-data:amd64 < none -> 0.58 @un puN > FU=0
  Installing python3-debian:amd64 as Depends of botch:amd64
    MarkInstall python3-debian:amd64 < none -> 0.1.49 @un puN Ib > FU=0
    Installing python3-chardet:amd64 as Depends of python3-debian:amd64
      MarkInstall python3-chardet:amd64 < none -> 5.2.0+dfsg-1 @un puN Ib > FU=0
      Installing python3-pkg-resources:amd64 as Depends of python3-chardet:amd64
        MarkInstall python3-pkg-resources:amd64 < none -> 68.1.2-1 @un puN > FU=0
  Installing python3-networkx:amd64 as Depends of botch:amd64
    MarkInstall python3-networkx:amd64 < none -> 2.8.8-1 @un puN > FU=0
  Installing python3-yaml:amd64 as Depends of botch:amd64
    MarkInstall python3-yaml:amd64 < none -> 6.0.1-1 @un puN Ib > FU=0
    Installing libyaml-0-2:amd64 as Depends of python3-yaml:amd64
      MarkInstall libyaml-0-2:amd64 < none -> 0.2.5-1 @un puN > FU=0
  Installing python3-pygraphviz:amd64 as Depends of botch:amd64
    MarkInstall python3-pygraphviz:amd64 < none -> 1.7-3+b4 @un puN Ib > FU=0
    Installing graphviz:amd64 as Depends of python3-pygraphviz:amd64
      MarkInstall graphviz:amd64 < none -> 2.42.2-7+b3 @un puN Ib > FU=0
      Installing libann0:amd64 as Depends of graphviz:amd64
        MarkInstall libann0:amd64 < none -> 1.1.2+doc-9+b1 @un puN > FU=0
      Installing libcdt5:amd64 as Depends of graphviz:amd64
        MarkInstall libcdt5:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libcgraph6:amd64 as Depends of graphviz:amd64
        MarkInstall libcgraph6:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libgd3:amd64 as Depends of graphviz:amd64
        MarkInstall libgd3:amd64 < none -> 2.3.3-9 @un puN Ib > FU=0
        Installing libavif15:amd64 as Depends of libgd3:amd64
          MarkInstall libavif15:amd64 < none -> 0.11.1-3 @un puN Ib > FU=0
          Installing libaom3:amd64 as Depends of libavif15:amd64
            MarkInstall libaom3:amd64 < none -> 3.7.0~rc3-1 @un puN > FU=0
          Installing libdav1d6:amd64 as Depends of libavif15:amd64
            MarkInstall libdav1d6:amd64 < none -> 1.2.1-2 @un puN > FU=0
          Installing libgav1-1:amd64 as Depends of libavif15:amd64
            MarkInstall libgav1-1:amd64 < none -> 0.18.0-1+b1 @un puN Ib > FU=0
            Installing libabsl20220623:amd64 as Depends of libgav1-1:amd64
              MarkInstall libabsl20220623:amd64 < none -> 20220623.1-3 @un puN > FU=0
          Installing librav1e0:amd64 as Depends of libavif15:amd64
            MarkInstall librav1e0:amd64 < none -> 0.6.6-3 @un puN > FU=0
          Installing libsvtav1enc1:amd64 as Depends of libavif15:amd64
            MarkInstall libsvtav1enc1:amd64 < none -> 1.6.0+dfsg-1 @un puN > FU=0
          Installing libyuv0:amd64 as Depends of libavif15:amd64
            MarkInstall libyuv0:amd64 < none -> 0.0~git20230616.a366ad7-1 @un puN Ib > FU=0
            Installing libjpeg62-turbo:amd64 as Depends of libyuv0:amd64
              MarkInstall libjpeg62-turbo:amd64 < none -> 1:2.1.5-2 @un puN > FU=0
        Installing libfontconfig1:amd64 as Depends of libgd3:amd64
          MarkInstall libfontconfig1:amd64 < none -> 2.14.2-5 @un puN Ib > FU=0
          Installing libfreetype6:amd64 as Depends of libfontconfig1:amd64
            MarkInstall libfreetype6:amd64 < none -> 2.13.2+dfsg-1 @un puN Ib > FU=0
            Installing libbrotli1:amd64 as Depends of libfreetype6:amd64
              MarkInstall libbrotli1:amd64 < none -> 1.0.9-2+b6 @un puN > FU=0
            Installing libpng16-16:amd64 as Depends of libfreetype6:amd64
              MarkInstall libpng16-16:amd64 < none -> 1.6.40-1 @un puN > FU=0
          Installing fontconfig-config:amd64 as Depends of libfontconfig1:amd64
            MarkInstall fontconfig-config:amd64 < none -> 2.14.2-5 @rc uN Ib > FU=0
            Installing fonts-noto-core:amd64 as Depends of fontconfig-config:amd64
              MarkInstall fonts-noto-core:amd64 < none -> 20201225-2 @rc uN Ib > FU=0
              Installing fonts-noto-mono:amd64 as Depends of fonts-noto-core:amd64
                MarkInstall fonts-noto-mono:amd64 < none -> 20201225-2 @rc uN > FU=0
        Installing libheif1:amd64 as Depends of libgd3:amd64
          MarkInstall libheif1:amd64 < none -> 1.16.2-2 @un puN Ib > FU=0
          Installing libheif-plugin-dav1d:amd64 as Depends of libheif1:amd64
            MarkInstall libheif-plugin-dav1d:amd64 < none -> 1.16.2-2 @un uN > FU=0
          Installing libheif-plugin-libde265:amd64 as Depends of libheif1:amd64
            MarkInstall libheif-plugin-libde265:amd64 < none -> 1.16.2-2 @un puN Ib > FU=0
            Installing libde265-0:amd64 as Depends of libheif-plugin-libde265:amd64
              MarkInstall libde265-0:amd64 < none -> 1.0.12-1+b1 @un puN > FU=0
        Installing libtiff6:amd64 as Depends of libgd3:amd64
          MarkInstall libtiff6:amd64 < none -> 4.5.1+git230720-1 @un puN Ib > FU=0
          Installing libdeflate0:amd64 as Depends of libtiff6:amd64
            MarkInstall libdeflate0:amd64 < none -> 1.18-1 @un puN > FU=0
          Installing libjbig0:amd64 as Depends of libtiff6:amd64
            MarkInstall libjbig0:amd64 < none -> 2.1-6.1 @un puN > FU=0
          Installing liblerc4:amd64 as Depends of libtiff6:amd64
            MarkInstall liblerc4:amd64 < none -> 4.0.0+ds-2 @un puN > FU=0
          Installing libwebp7:amd64 as Depends of libtiff6:amd64
            MarkInstall libwebp7:amd64 < none -> 1.2.4-0.2 @un puN > FU=0
        Installing libxpm4:amd64 as Depends of libgd3:amd64
          MarkInstall libxpm4:amd64 < none -> 1:3.5.12-1.1 @un puN Ib > FU=0
          Installing libx11-6:amd64 as Depends of libxpm4:amd64
            MarkInstall libx11-6:amd64 < none -> 2:1.8.6-1 @un puN Ib > FU=0
            Installing libxcb1:amd64 as Depends of libx11-6:amd64
              MarkInstall libxcb1:amd64 < none -> 1.15-1 @un puN Ib > FU=0
              Installing libxau6:amd64 as Depends of libxcb1:amd64
                MarkInstall libxau6:amd64 < none -> 1:1.0.9-1 @un puN > FU=0
              Installing libxdmcp6:amd64 as Depends of libxcb1:amd64
                MarkInstall libxdmcp6:amd64 < none -> 1:1.1.2-3 @un puN Ib > FU=0
                Installing libbsd0:amd64 as Depends of libxdmcp6:amd64
                  MarkInstall libbsd0:amd64 < none -> 0.11.7-4 @un puN > FU=0
                    MarkInstall libmd0:amd64 < 1.1.0-1 @ii pK > FU=0
            Installing libx11-data:amd64 as Depends of libx11-6:amd64
              MarkInstall libx11-data:amd64 < none -> 2:1.8.6-1 @un puN > FU=0
      Installing libglib2.0-0:amd64 as Depends of graphviz:amd64
        MarkInstall libglib2.0-0:amd64 < none -> 2.77.3-1 @rc puN > FU=0
          MarkInstall libmount1:amd64 < 2.39.2-1 @ii pK > FU=0
            MarkInstall libblkid1:amd64 < 2.39.2-1 @ii pK > FU=0
            MarkInstall libselinux1:amd64 < 3.5-1 @ii pK > FU=0
              MarkInstall libpcre2-8-0:amd64 < 10.42-4 @ii pK > FU=0
      Installing libgts-0.7-5:amd64 as Depends of graphviz:amd64
        MarkInstall libgts-0.7-5:amd64 < none -> 0.7.6+darcs121130-5+b1 @un puN > FU=0
      Installing libgvc6:amd64 as Depends of graphviz:amd64
        MarkInstall libgvc6:amd64 < none -> 2.42.2-7+b3 @un puN Ib > FU=0
        Installing libcairo2:amd64 as Depends of libgvc6:amd64
          MarkInstall libcairo2:amd64 < none -> 1.16.0-7 @un puN Ib > FU=0
          Installing libpixman-1-0:amd64 as Depends of libcairo2:amd64
            MarkInstall libpixman-1-0:amd64 < none -> 0.42.2-1 @un puN > FU=0
          Installing libxcb-render0:amd64 as Depends of libcairo2:amd64
            MarkInstall libxcb-render0:amd64 < none -> 1.15-1 @un puN > FU=0
          Installing libxcb-shm0:amd64 as Depends of libcairo2:amd64
            MarkInstall libxcb-shm0:amd64 < none -> 1.15-1 @un puN > FU=0
          Installing libxext6:amd64 as Depends of libcairo2:amd64
            MarkInstall libxext6:amd64 < none -> 2:1.3.4-1+b1 @un puN > FU=0
          Installing libxrender1:amd64 as Depends of libcairo2:amd64
            MarkInstall libxrender1:amd64 < none -> 1:0.9.10-1.1 @un puN > FU=0
        Installing libltdl7:amd64 as Depends of libgvc6:amd64
          MarkInstall libltdl7:amd64 < none -> 2.4.7-7 @un puN > FU=0
        Installing libpango-1.0-0:amd64 as Depends of libgvc6:amd64
          MarkInstall libpango-1.0-0:amd64 < none -> 1.51.0+ds-2 @un puN Ib > FU=0
          Installing fontconfig:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall fontconfig:amd64 < none -> 2.14.2-5 @un uN > FU=0
          Installing libfribidi0:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libfribidi0:amd64 < none -> 1.0.13-3 @un puN > FU=0
          Installing libharfbuzz0b:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libharfbuzz0b:amd64 < none -> 8.0.1-1 @un puN Ib > FU=0
            Installing libgraphite2-3:amd64 as Depends of libharfbuzz0b:amd64
              MarkInstall libgraphite2-3:amd64 < none -> 1.3.14-1 @un puN > FU=0
          Installing libthai0:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libthai0:amd64 < none -> 0.1.29-1 @un puN Ib > FU=0
            Installing libthai-data:amd64 as Depends of libthai0:amd64
              MarkInstall libthai-data:amd64 < none -> 0.1.29-1 @un puN > FU=0
            Installing libdatrie1:amd64 as Depends of libthai0:amd64
              MarkInstall libdatrie1:amd64 < none -> 0.2.13-2+b1 @un puN > FU=0
        Installing libpangocairo-1.0-0:amd64 as Depends of libgvc6:amd64
          MarkInstall libpangocairo-1.0-0:amd64 < none -> 1.51.0+ds-2 @un puN Ib > FU=0
          Installing libpangoft2-1.0-0:amd64 as Depends of libpangocairo-1.0-0:amd64
            MarkInstall libpangoft2-1.0-0:amd64 < none -> 1.51.0+ds-2 @un puN > FU=0
        Installing libpathplan4:amd64 as Depends of libgvc6:amd64
          MarkInstall libpathplan4:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libgvpr2:amd64 as Depends of graphviz:amd64
        MarkInstall libgvpr2:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing liblab-gamut1:amd64 as Depends of graphviz:amd64
        MarkInstall liblab-gamut1:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libxaw7:amd64 as Depends of graphviz:amd64
        MarkInstall libxaw7:amd64 < none -> 2:1.0.14-1 @un puN Ib > FU=0
        Installing libxmu6:amd64 as Depends of libxaw7:amd64
          MarkInstall libxmu6:amd64 < none -> 2:1.1.3-3 @un puN Ib > FU=0
          Installing libxt6:amd64 as Depends of libxmu6:amd64
            MarkInstall libxt6:amd64 < none -> 1:1.2.1-1.1 @un puN Ib > FU=0
            Installing libice6:amd64 as Depends of libxt6:amd64
              MarkInstall libice6:amd64 < none -> 2:1.0.10-1 @un puN Ib > FU=0
              Installing x11-common:amd64 as Depends of libice6:amd64
                MarkInstall x11-common:amd64 < none -> 1:7.7+23 @rc puN > FU=0
            Installing libsm6:amd64 as Depends of libxt6:amd64
              MarkInstall libsm6:amd64 < none -> 2:1.2.3-1 @un puN > FU=0
  Installing zutils:amd64 as Depends of botch:amd64
    MarkInstall zutils:amd64 < none -> 1.12-3 @un puN > FU=0
    MarkInstall dpkg-dev:amd64 < 1.22.0 @ii pK > FU=0
      MarkInstall perl:amd64 < 5.36.0-8 @ii pK > FU=0
        MarkInstall perl-base:amd64 < 5.36.0-8 @ii pK > FU=0
        MarkInstall perl-modules-5.36:amd64 < 5.36.0-8 @ii pK > FU=0
        MarkInstall libperl5.36:amd64 < 5.36.0-8 @ii pK > FU=0
          MarkInstall libgdbm-compat4:amd64 < 1.23-3 @ii pK > FU=0
            MarkInstall libgdbm6:amd64 < 1.23-3 @ii pK > FU=0
      MarkInstall libdpkg-perl:amd64 < 1.22.0 @ii pK > FU=0
      MarkInstall binutils:amd64 < 2.41-4 @ii pK > FU=0
        MarkInstall binutils-common:amd64 < 2.41-4 @ii pK > FU=0
        MarkInstall libbinutils:amd64 < 2.41-4 @ii pK > FU=0
          MarkInstall libsframe1:amd64 < 2.41-4 @ii pK > FU=0
        MarkInstall binutils-x86-64-linux-gnu:amd64 < 2.41-4 @ii pK > FU=0
          MarkInstall libctf-nobfd0:amd64 < 2.41-4 @ii pK > FU=0
          MarkInstall libctf0:amd64 < 2.41-4 @ii pK > FU=0
          MarkInstall libgprofng0:amd64 < 2.41-4 @ii pK > FU=0
          MarkInstall libjansson4:amd64 < 2.14-2 @ii pK > FU=0
  Installing libyojson-ocaml-dev:amd64 as Depends of botch:amd64
    MarkInstall libyojson-ocaml-dev:amd64 < none -> 2.1.0-2 @un puN Ib > FU=0
    Installing libyojson-ocaml:amd64 as Depends of libyojson-ocaml-dev:amd64
      MarkInstall libyojson-ocaml:amd64 < none -> 2.1.0-2 @un puN Ib > FU=0
      Installing ocaml-base:amd64 as Depends of libyojson-ocaml:amd64
        MarkInstall ocaml-base:amd64 < none -> 4.13.1-6 @un puN Ib > FU=0
        Installing libstdlib-ocaml:amd64 as Depends of ocaml-base:amd64
          MarkInstall libstdlib-ocaml:amd64 < none -> 4.13.1-6 @un puN > FU=0
    Installing ocaml:amd64 as Depends of libyojson-ocaml-dev:amd64
      MarkInstall ocaml:amd64 < none -> 4.13.1-6 @un puN Ib > FU=0
      Installing ocaml-interp:amd64 as Depends of ocaml:amd64
        MarkInstall ocaml-interp:amd64 < none -> 4.13.1-6 @un puN Ib > FU=0
        Installing libcompiler-libs-ocaml-dev:amd64 as Depends of ocaml-interp:amd64
          MarkInstall libcompiler-libs-ocaml-dev:amd64 < none -> 4.13.1-6 @un puN Ib > FU=0
          Installing libstdlib-ocaml-dev:amd64 as Depends of libcompiler-libs-ocaml-dev:amd64
            MarkInstall libstdlib-ocaml-dev:amd64 < none -> 4.13.1-6 @un puN > FU=0
      Installing libncurses-dev:amd64 as Depends of ocaml:amd64
        MarkInstall libncurses-dev:amd64 < none -> 6.4+20230625-2 @un puN Ib > FU=0
        Installing libncurses6:amd64 as Depends of libncurses-dev:amd64
          MarkInstall libncurses6:amd64 < none -> 6.4+20230625-2 @un puN > FU=0
          MarkInstall libc6-dev:amd64 < 2.37-7 @ii pK > FU=0
            MarkInstall linux-libc-dev:amd64 < 6.4.13-1 @ii pK > FU=0
            MarkInstall libcrypt-dev:amd64 < 1:4.4.36-2 @ii pK > FU=0
            MarkInstall libnsl-dev:amd64 < 1.3.0-2 @ii pK > FU=0
              MarkInstall libtirpc-dev:amd64 < 1.3.3+ds-1 @ii pK > FU=0
            MarkInstall rpcsvc-proto:amd64 < 1.4.3-1 @ii pK > FU=0
        MarkInstall gcc:amd64 < 4:13.2.0-1 @ii pK > FU=0
          MarkInstall cpp:amd64 < 4:13.2.0-1 @ii pK > FU=0
            MarkInstall cpp-13:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libgmp10:amd64 < 2:6.3.0+dfsg-2 @ii pK > FU=0
              MarkInstall libisl23:amd64 < 0.26-3 @ii pK > FU=0
              MarkInstall libmpc3:amd64 < 1.3.1-1 @ii pK > FU=0
                MarkInstall libmpfr6:amd64 < 4.2.1-1 @ii pK > FU=0
          MarkInstall gcc-13:amd64 < 13.2.0-3 @ii pK > FU=0
            MarkInstall libcc1-0:amd64 < 13.2.0-3 @ii pK > FU=0
            MarkInstall libgcc-13-dev:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libgomp1:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libitm1:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libatomic1:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libasan8:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall liblsan0:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libtsan2:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libubsan1:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libhwasan0:amd64 < 13.2.0-3 @ii pK > FU=0
              MarkInstall libquadmath0:amd64 < 13.2.0-3 @ii pK > FU=0
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
  Ignore MarkGarbage of python3.11:amd64 < 3.11.5-3 @ii pK > as its mode (Keep) is protected
  Ignore MarkGarbage of libltdl7:amd64 < none -> 2.4.7-7 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libdatrie1:amd64 < none -> 0.2.13-2+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libthai0:amd64 < none -> 0.1.29-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libxrender1:amd64 < none -> 1:0.9.10-1.1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libyojson-ocaml:amd64 < none -> 2.1.0-2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of dose-extra:amd64 < none -> 7.0.0-3 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libpango-1.0-0:amd64 < none -> 1.51.0+ds-2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libann0:amd64 < none -> 1.1.2+doc-9+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libaom3:amd64 < none -> 3.7.0~rc3-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libheif1:amd64 < none -> 1.16.2-2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libcairo2:amd64 < none -> 1.16.0-7 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-pygraphviz:amd64 < none -> 1.7-3+b4 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of zutils:amd64 < none -> 1.12-3 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of ocaml-interp:amd64 < none -> 4.13.1-6 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of gringo:amd64 < none -> 5.4.1-3.1+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-networkx:amd64 < none -> 2.8.8-1 @un puN > as its mode (Install) is protected
The following additional packages will be installed:
  aspcud clasp distro-info-data dose-extra fontconfig fontconfig-config
  fonts-noto-core fonts-noto-mono graphviz gringo libabsl20220623 libann0
  libaom3 libavif15 libbrotli1 libbsd0 libcairo2 libcdt5 libcgraph6
  libcompiler-libs-ocaml-dev libdatrie1 libdav1d6 libde265-0 libdeflate0
  libfontconfig1 libfreetype6 libfribidi0 libgav1-1 libgd3 libglib2.0-0
  libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
  libheif-plugin-dav1d libheif-plugin-libde265 libheif1 libice6 libjbig0
  libjpeg62-turbo liblab-gamut1 liblerc4 libltdl7 liblua5.4-0 libncurses-dev
  libncurses6 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpathplan4 libpixman-1-0 libpng16-16 libpython3.11 librav1e0 libsm6
  libstdlib-ocaml libstdlib-ocaml-dev libsvtav1enc1 libthai-data libthai0
  libtiff6 libwebp7 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0
  libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4 libxrender1 libxt6
  libyaml-0-2 libyojson-ocaml libyojson-ocaml-dev libyuv0 ocaml ocaml-base
  ocaml-interp python-apt-common python3-apt python3-chardet python3-debian
  python3-networkx python3-pkg-resources python3-pygraphviz python3-yaml
  x11-common zutils
Suggested packages:
  libgraph-easy-perl devscripts www-browser libsoap-lite-perl botch-doc
  gsfonts graphviz-doc libgd-tools low-memory-monitor libheif-plugin-rav1e
  libheif-plugin-svtenc ncurses-doc ocaml-doc elpa-tuareg python-apt-doc
  python3-setuptools python-pygraphviz-doc
Recommended packages:
  libjs-jquery-tablesorter libjs-jquery fonts-liberation2 libglib2.0-data
  shared-mime-info xdg-user-dirs libgts-bin libheif-plugin-aomenc
  libheif-plugin-x265 libgpm2 ocaml-man ocaml-findlib ledit | readline-editor
  iso-codes python3-gdal python3-matplotlib python3-numpy python3-pydot
  python3-scipy lzip
The following NEW packages will be installed:
  aspcud botch clasp distro-info-data dose-extra fontconfig fontconfig-config
  fonts-noto-core fonts-noto-mono graphviz gringo libabsl20220623 libann0
  libaom3 libavif15 libbrotli1 libbsd0 libcairo2 libcdt5 libcgraph6
  libcompiler-libs-ocaml-dev libdatrie1 libdav1d6 libde265-0 libdeflate0
  libfontconfig1 libfreetype6 libfribidi0 libgav1-1 libgd3 libglib2.0-0
  libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
  libheif-plugin-dav1d libheif-plugin-libde265 libheif1 libice6 libjbig0
  libjpeg62-turbo liblab-gamut1 liblerc4 libltdl7 liblua5.4-0 libncurses-dev
  libncurses6 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpathplan4 libpixman-1-0 libpng16-16 libpython3.11 librav1e0 libsm6
  libstdlib-ocaml libstdlib-ocaml-dev libsvtav1enc1 libthai-data libthai0
  libtiff6 libwebp7 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0
  libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4 libxrender1 libxt6
  libyaml-0-2 libyojson-ocaml libyojson-ocaml-dev libyuv0 ocaml ocaml-base
  ocaml-interp python-apt-common python3-apt python3-chardet python3-debian
  python3-networkx python3-pkg-resources python3-pygraphviz python3-yaml
  x11-common zutils
0 upgraded, 94 newly installed, 0 to remove and 0 not upgraded.
Need to get 163 MB of archives.
After this operation, 682 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 liblua5.4-0 amd64 5.4.4-3 [137 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 libpython3.11 amd64 3.11.5-3 [1985 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 gringo amd64 5.4.1-3.1+b1 [1888 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 clasp amd64 3.3.5-4.2 [629 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 aspcud amd64 1:1.9.6-2 [126 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 dose-extra amd64 7.0.0-3 [2098 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 python-apt-common all 2.6.0 [64.3 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 distro-info-data all 0.58 [5848 B]
Get:9 http://deb.debian.org/debian sid/main amd64 python3-apt amd64 2.6.0 [159 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 68.1.2-1 [241 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 python3-debian all 0.1.49 [115 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 python3-networkx all 2.8.8-1 [1425 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0.1-1 [119 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libcdt5 amd64 2.42.2-7+b3 [39.8 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 libcgraph6 amd64 2.42.2-7+b3 [63.2 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 libaom3 amd64 3.7.0~rc3-1 [1861 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 libdav1d6 amd64 1.2.1-2 [541 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libabsl20220623 amd64 20220623.1-3 [393 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 librav1e0 amd64 0.6.6-3 [894 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 libsvtav1enc1 amd64 1.6.0+dfsg-1 [2104 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 libyuv0 amd64 0.0~git20230616.a366ad7-1 [169 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libavif15 amd64 0.11.1-3 [94.0 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libpng16-16 amd64 1.6.40-1 [275 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.13.2+dfsg-1 [437 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 fonts-noto-mono all 20201225-2 [398 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 fonts-noto-core all 20201225-2 [12.2 MB]
Get:33 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.14.2-5 [314 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.14.2-5 [387 kB]
Get:35 http://deb.debian.org/debian sid/main amd64 libheif-plugin-dav1d amd64 1.16.2-2 [9172 B]
Get:36 http://deb.debian.org/debian sid/main amd64 libde265-0 amd64 1.0.12-1+b1 [186 kB]
Get:37 http://deb.debian.org/debian sid/main amd64 libheif-plugin-libde265 amd64 1.16.2-2 [12.5 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 libheif1 amd64 1.16.2-2 [223 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 libdeflate0 amd64 1.18-1 [40.9 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 libwebp7 amd64 1.2.4-0.2 [285 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 libtiff6 amd64 4.5.1+git230720-1 [322 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 libbsd0 amd64 0.11.7-4 [115 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 libx11-data all 2:1.8.6-1 [323 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 libx11-6 amd64 2:1.8.6-1 [793 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 libxpm4 amd64 1:3.5.12-1.1 [48.4 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
Get:52 http://deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.77.3-1 [1448 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 libltdl7 amd64 2.4.7-7 [393 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 fontconfig amd64 2.14.2-5 [462 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 libfribidi0 amd64 1.0.13-3 [71.1 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 8.0.1-1 [2158 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 libthai-data all 0.1.29-1 [176 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 libpango-1.0-0 amd64 1.51.0+ds-2 [213 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 libpangoft2-1.0-0 amd64 1.51.0+ds-2 [46.2 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 libpangocairo-1.0-0 amd64 1.51.0+ds-2 [34.1 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 libpathplan4 amd64 2.42.2-7+b3 [42.2 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 libgvc6 amd64 2.42.2-7+b3 [678 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 libgvpr2 amd64 2.42.2-7+b3 [189 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 liblab-gamut1 amd64 2.42.2-7+b3 [198 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 graphviz amd64 2.42.2-7+b3 [611 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 python3-pygraphviz amd64 1.7-3+b4 [75.1 kB]
Get:83 http://deb.debian.org/debian sid/main amd64 zutils amd64 1.12-3 [92.2 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 libstdlib-ocaml amd64 4.13.1-6 [490 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 ocaml-base amd64 4.13.1-6 [391 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 libyojson-ocaml amd64 2.1.0-2 [628 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 libstdlib-ocaml-dev amd64 4.13.1-6 [6803 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 libcompiler-libs-ocaml-dev amd64 4.13.1-6 [31.6 MB]
Get:89 http://deb.debian.org/debian sid/main amd64 ocaml-interp amd64 4.13.1-6 [6159 kB]
Get:90 http://deb.debian.org/debian sid/main amd64 libncurses6 amd64 6.4+20230625-2 [103 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 libncurses-dev amd64 6.4+20230625-2 [347 kB]
Get:92 http://deb.debian.org/debian sid/main amd64 ocaml amd64 4.13.1-6 [65.2 MB]
Get:93 http://deb.debian.org/debian sid/main amd64 libyojson-ocaml-dev amd64 2.1.0-2 [1301 kB]
Get:94 http://deb.debian.org/debian sid/main amd64 botch amd64 0.24-2+b1 [7691 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 163 MB in 2s (78.6 MB/s)
Selecting previously unselected package liblua5.4-0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22210 files and directories currently installed.)
Preparing to unpack .../00-liblua5.4-0_5.4.4-3_amd64.deb ...
Unpacking liblua5.4-0:amd64 (5.4.4-3) ...
Selecting previously unselected package libpython3.11:amd64.
Preparing to unpack .../01-libpython3.11_3.11.5-3_amd64.deb ...
Unpacking libpython3.11:amd64 (3.11.5-3) ...
Selecting previously unselected package gringo.
Preparing to unpack .../02-gringo_5.4.1-3.1+b1_amd64.deb ...
Unpacking gringo (5.4.1-3.1+b1) ...
Selecting previously unselected package clasp.
Preparing to unpack .../03-clasp_3.3.5-4.2_amd64.deb ...
Unpacking clasp (3.3.5-4.2) ...
Selecting previously unselected package aspcud.
Preparing to unpack .../04-aspcud_1%3a1.9.6-2_amd64.deb ...
Unpacking aspcud (1:1.9.6-2) ...
Selecting previously unselected package dose-extra.
Preparing to unpack .../05-dose-extra_7.0.0-3_amd64.deb ...
Unpacking dose-extra (7.0.0-3) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../06-python-apt-common_2.6.0_all.deb ...
Unpacking python-apt-common (2.6.0) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../07-distro-info-data_0.58_all.deb ...
Unpacking distro-info-data (0.58) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../08-python3-apt_2.6.0_amd64.deb ...
Unpacking python3-apt (2.6.0) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../09-python3-pkg-resources_68.1.2-1_all.deb ...
Unpacking python3-pkg-resources (68.1.2-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../10-python3-chardet_5.2.0+dfsg-1_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-1) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../11-python3-debian_0.1.49_all.deb ...
Unpacking python3-debian (0.1.49) ...
Selecting previously unselected package python3-networkx.
Preparing to unpack .../12-python3-networkx_2.8.8-1_all.deb ...
Unpacking python3-networkx (2.8.8-1) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../13-libyaml-0-2_0.2.5-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../14-python3-yaml_6.0.1-1_amd64.deb ...
Unpacking python3-yaml (6.0.1-1) ...
Selecting previously unselected package libann0.
Preparing to unpack .../15-libann0_1.1.2+doc-9+b1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-9+b1) ...
Selecting previously unselected package libcdt5:amd64.
Preparing to unpack .../16-libcdt5_2.42.2-7+b3_amd64.deb ...
Unpacking libcdt5:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libcgraph6:amd64.
Preparing to unpack .../17-libcgraph6_2.42.2-7+b3_amd64.deb ...
Unpacking libcgraph6:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../18-libaom3_3.7.0~rc3-1_amd64.deb ...
Unpacking libaom3:amd64 (3.7.0~rc3-1) ...
Selecting previously unselected package libdav1d6:amd64.
Preparing to unpack .../19-libdav1d6_1.2.1-2_amd64.deb ...
Unpacking libdav1d6:amd64 (1.2.1-2) ...
Selecting previously unselected package libabsl20220623:amd64.
Preparing to unpack .../20-libabsl20220623_20220623.1-3_amd64.deb ...
Unpacking libabsl20220623:amd64 (20220623.1-3) ...
Selecting previously unselected package libgav1-1:amd64.
Preparing to unpack .../21-libgav1-1_0.18.0-1+b1_amd64.deb ...
Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
Selecting previously unselected package librav1e0:amd64.
Preparing to unpack .../22-librav1e0_0.6.6-3_amd64.deb ...
Unpacking librav1e0:amd64 (0.6.6-3) ...
Selecting previously unselected package libsvtav1enc1:amd64.
Preparing to unpack .../23-libsvtav1enc1_1.6.0+dfsg-1_amd64.deb ...
Unpacking libsvtav1enc1:amd64 (1.6.0+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../24-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Selecting previously unselected package libyuv0:amd64.
Preparing to unpack .../25-libyuv0_0.0~git20230616.a366ad7-1_amd64.deb ...
Unpacking libyuv0:amd64 (0.0~git20230616.a366ad7-1) ...
Selecting previously unselected package libavif15:amd64.
Preparing to unpack .../26-libavif15_0.11.1-3_amd64.deb ...
Unpacking libavif15:amd64 (0.11.1-3) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../27-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../28-libpng16-16_1.6.40-1_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.40-1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../29-libfreetype6_2.13.2+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.13.2+dfsg-1) ...
Selecting previously unselected package fonts-noto-mono.
Preparing to unpack .../30-fonts-noto-mono_20201225-2_all.deb ...
Unpacking fonts-noto-mono (20201225-2) ...
Selecting previously unselected package fonts-noto-core.
Preparing to unpack .../31-fonts-noto-core_20201225-2_all.deb ...
Unpacking fonts-noto-core (20201225-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../32-fontconfig-config_2.14.2-5_amd64.deb ...
Unpacking fontconfig-config (2.14.2-5) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../33-libfontconfig1_2.14.2-5_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.2-5) ...
Selecting previously unselected package libheif-plugin-dav1d:amd64.
Preparing to unpack .../34-libheif-plugin-dav1d_1.16.2-2_amd64.deb ...
Unpacking libheif-plugin-dav1d:amd64 (1.16.2-2) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../35-libde265-0_1.0.12-1+b1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.12-1+b1) ...
Selecting previously unselected package libheif-plugin-libde265:amd64.
Preparing to unpack .../36-libheif-plugin-libde265_1.16.2-2_amd64.deb ...
Unpacking libheif-plugin-libde265:amd64 (1.16.2-2) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../37-libheif1_1.16.2-2_amd64.deb ...
Unpacking libheif1:amd64 (1.16.2-2) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../38-libdeflate0_1.18-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.18-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../39-libjbig0_2.1-6.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../40-liblerc4_4.0.0+ds-2_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../41-libwebp7_1.2.4-0.2_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.4-0.2) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../42-libtiff6_4.5.1+git230720-1_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.1+git230720-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../43-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../44-libbsd0_0.11.7-4_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.7-4) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../45-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../46-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../47-libx11-data_2%3a1.8.6-1_all.deb ...
Unpacking libx11-data (2:1.8.6-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../48-libx11-6_2%3a1.8.6-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.6-1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../49-libxpm4_1%3a3.5.12-1.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../50-libgd3_2.3.3-9_amd64.deb ...
Unpacking libgd3:amd64 (2.3.3-9) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../51-libglib2.0-0_2.77.3-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.77.3-1) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../52-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../53-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../54-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../55-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../56-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../57-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../58-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../59-libltdl7_2.4.7-7_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-7) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../60-fontconfig_2.14.2-5_amd64.deb ...
Unpacking fontconfig (2.14.2-5) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../61-libfribidi0_1.0.13-3_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.13-3) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../62-libgraphite2-3_1.3.14-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../63-libharfbuzz0b_8.0.1-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (8.0.1-1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../64-libthai-data_0.1.29-1_all.deb ...
Unpacking libthai-data (0.1.29-1) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../65-libdatrie1_0.2.13-2+b1_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../66-libthai0_0.1.29-1_amd64.deb ...
Unpacking libthai0:amd64 (0.1.29-1) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../67-libpango-1.0-0_1.51.0+ds-2_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.51.0+ds-2) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../68-libpangoft2-1.0-0_1.51.0+ds-2_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.51.0+ds-2) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../69-libpangocairo-1.0-0_1.51.0+ds-2_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.51.0+ds-2) ...
Selecting previously unselected package libpathplan4:amd64.
Preparing to unpack .../70-libpathplan4_2.42.2-7+b3_amd64.deb ...
Unpacking libpathplan4:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../71-libgvc6_2.42.2-7+b3_amd64.deb ...
Unpacking libgvc6 (2.42.2-7+b3) ...
Selecting previously unselected package libgvpr2:amd64.
Preparing to unpack .../72-libgvpr2_2.42.2-7+b3_amd64.deb ...
Unpacking libgvpr2:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package liblab-gamut1:amd64.
Preparing to unpack .../73-liblab-gamut1_2.42.2-7+b3_amd64.deb ...
Unpacking liblab-gamut1:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../74-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../75-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../76-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../77-libxt6_1%3a1.2.1-1.1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../78-libxmu6_2%3a1.1.3-3_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.3-3) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../79-libxaw7_2%3a1.0.14-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.14-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../80-graphviz_2.42.2-7+b3_amd64.deb ...
Unpacking graphviz (2.42.2-7+b3) ...
Selecting previously unselected package python3-pygraphviz.
Preparing to unpack .../81-python3-pygraphviz_1.7-3+b4_amd64.deb ...
Unpacking python3-pygraphviz (1.7-3+b4) ...
Selecting previously unselected package zutils.
Preparing to unpack .../82-zutils_1.12-3_amd64.deb ...
dpkg-divert: warning: diverting file '/bin/zcat' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zcat.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zcmp' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zcmp.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zdiff' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zdiff.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zegrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zegrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zfgrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zfgrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zgrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zgrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
Unpacking zutils (1.12-3) ...
Selecting previously unselected package libstdlib-ocaml.
Preparing to unpack .../83-libstdlib-ocaml_4.13.1-6_amd64.deb ...
Unpacking libstdlib-ocaml (4.13.1-6) ...
Selecting previously unselected package ocaml-base.
Preparing to unpack .../84-ocaml-base_4.13.1-6_amd64.deb ...
Unpacking ocaml-base (4.13.1-6) ...
Selecting previously unselected package libyojson-ocaml.
Preparing to unpack .../85-libyojson-ocaml_2.1.0-2_amd64.deb ...
Unpacking libyojson-ocaml (2.1.0-2) ...
Selecting previously unselected package libstdlib-ocaml-dev.
Preparing to unpack .../86-libstdlib-ocaml-dev_4.13.1-6_amd64.deb ...
Unpacking libstdlib-ocaml-dev (4.13.1-6) ...
Selecting previously unselected package libcompiler-libs-ocaml-dev.
Preparing to unpack .../87-libcompiler-libs-ocaml-dev_4.13.1-6_amd64.deb ...
Unpacking libcompiler-libs-ocaml-dev (4.13.1-6) ...
Selecting previously unselected package ocaml-interp.
Preparing to unpack .../88-ocaml-interp_4.13.1-6_amd64.deb ...
Unpacking ocaml-interp (4.13.1-6) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../89-libncurses6_6.4+20230625-2_amd64.deb ...
Unpacking libncurses6:amd64 (6.4+20230625-2) ...
Selecting previously unselected package libncurses-dev:amd64.
Preparing to unpack .../90-libncurses-dev_6.4+20230625-2_amd64.deb ...
Unpacking libncurses-dev:amd64 (6.4+20230625-2) ...
Selecting previously unselected package ocaml.
Preparing to unpack .../91-ocaml_4.13.1-6_amd64.deb ...
Unpacking ocaml (4.13.1-6) ...
Selecting previously unselected package libyojson-ocaml-dev.
Preparing to unpack .../92-libyojson-ocaml-dev_2.1.0-2_amd64.deb ...
Unpacking libyojson-ocaml-dev (2.1.0-2) ...
Selecting previously unselected package botch.
Preparing to unpack .../93-botch_0.24-2+b1_amd64.deb ...
Unpacking botch (0.24-2+b1) ...
Setting up python3-pkg-resources (68.1.2-1) ...
Setting up libgraphite2-3:amd64 (1.3.14-1) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libaom3:amd64 (3.7.0~rc3-1) ...
Setting up libabsl20220623:amd64 (20220623.1-3) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up liblerc4:amd64 (4.0.0+ds-2) ...
Setting up fonts-noto-mono (20201225-2) ...
Setting up libpython3.11:amd64 (3.11.5-3) ...
Setting up clasp (3.3.5-4.2) ...
Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
Setting up libyaml-0-2:amd64 (0.2.5-1) ...
Setting up libglib2.0-0:amd64 (2.77.3-1) ...
No schema files found: doing nothing.
Setting up distro-info-data (0.58) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up liblab-gamut1:amd64 (2.42.2-7+b3) ...
Setting up x11-common (1:7.7+23) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libdeflate0:amd64 (1.18-1) ...
Setting up python3-yaml (6.0.1-1) ...
Setting up libsvtav1enc1:amd64 (1.6.0+dfsg-1) ...
Setting up python3-networkx (2.8.8-1) ...
Setting up libjbig0:amd64 (2.1-6.1) ...
Setting up librav1e0:amd64 (0.6.6-3) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Setting up python3-chardet (5.2.0+dfsg-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Setting up dose-extra (7.0.0-3) ...
Setting up libx11-data (2:1.8.6-1) ...
Setting up libpathplan4:amd64 (2.42.2-7+b3) ...
Setting up libann0 (1.1.2+doc-9+b1) ...
Setting up libncurses6:amd64 (6.4+20230625-2) ...
Setting up python3-debian (0.1.49) ...
Setting up libfribidi0:amd64 (1.0.13-3) ...
Setting up libstdlib-ocaml (4.13.1-6) ...
Setting up libpng16-16:amd64 (1.6.40-1) ...
Setting up ocaml-base (4.13.1-6) ...
Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
Setting up libdav1d6:amd64 (1.2.1-2) ...
Setting up libltdl7:amd64 (2.4.7-7) ...
Setting up libwebp7:amd64 (1.2.4-0.2) ...
Setting up python-apt-common (2.6.0) ...
Setting up libtiff6:amd64 (4.5.1+git230720-1) ...
Setting up liblua5.4-0:amd64 (5.4.4-3) ...
Setting up libthai-data (0.1.29-1) ...
Setting up libcdt5:amd64 (2.42.2-7+b3) ...
Setting up libcgraph6:amd64 (2.42.2-7+b3) ...
Setting up libde265-0:amd64 (1.0.12-1+b1) ...
Setting up libbsd0:amd64 (0.11.7-4) ...
Setting up libyuv0:amd64 (0.0~git20230616.a366ad7-1) ...
Setting up fonts-noto-core (20201225-2) ...
Setting up zutils (1.12-3) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libncurses-dev:amd64 (6.4+20230625-2) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libavif15:amd64 (0.11.1-3) ...
Setting up libstdlib-ocaml-dev (4.13.1-6) ...
Setting up libyojson-ocaml (2.1.0-2) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up python3-apt (2.6.0) ...
Setting up fontconfig-config (2.14.2-5) ...
Setting up gringo (5.4.1-3.1+b1) ...
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up libthai0:amd64 (0.1.29-1) ...
Setting up libcompiler-libs-ocaml-dev (4.13.1-6) ...
Setting up ocaml-interp (4.13.1-6) ...
Setting up libfreetype6:amd64 (2.13.2+dfsg-1) ...
Setting up libgvpr2:amd64 (2.42.2-7+b3) ...
Setting up libx11-6:amd64 (2:1.8.6-1) ...
Setting up libharfbuzz0b:amd64 (8.0.1-1) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up aspcud (1:1.9.6-2) ...
Setting up libxpm4:amd64 (1:3.5.12-1.1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up ocaml (4.13.1-6) ...
Setting up libxt6:amd64 (1:1.2.1-1.1) ...
Setting up libyojson-ocaml-dev (2.1.0-2) ...
Setting up libxmu6:amd64 (2:1.1.3-3) ...
Setting up libxaw7:amd64 (2:1.0.14-1) ...
Setting up libheif-plugin-dav1d:amd64 (1.16.2-2) ...
Setting up libheif-plugin-libde265:amd64 (1.16.2-2) ...
Setting up libheif1:amd64 (1.16.2-2) ...
Processing triggers for man-db (2.11.2-3) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for sgml-base (1.31) ...
Setting up libfontconfig1:amd64 (2.14.2-5) ...
Setting up fontconfig (2.14.2-5) ...
Regenerating fonts cache... done.
Processing triggers for libc-bin (2.37-7) ...
Setting up libpango-1.0-0:amd64 (1.51.0+ds-2) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libgd3:amd64 (2.3.3-9) ...
Setting up libpangoft2-1.0-0:amd64 (1.51.0+ds-2) ...
Setting up libpangocairo-1.0-0:amd64 (1.51.0+ds-2) ...
Setting up libgvc6 (2.42.2-7+b3) ...
Setting up graphviz (2.42.2-7+b3) ...
Setting up python3-pygraphviz (1.7-3+b4) ...
Setting up botch (0.24-2+b1) ...
Processing triggers for libc-bin (2.37-7) ...
package_list=$(mktemp -t packages.XXXXXXXXXX)
grep-dctrl --exact --field Architecture '(' "$HOST_ARCH" --or all ')' /var/lib/apt/lists/*_Packages > "$package_list"
botch-distcheck-more-problems "--deb-native-arch=$HOST_ARCH" --successes --failures --explain --checkonly "build-essential:$HOST_ARCH" "--bg=deb://$package_list" "--fg=deb://$package_list" || :
output-version: 1.2
native-architecture: riscv64
report:
 -
  package: build-essential
  version: 12.10
  architecture: riscv64
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: build-essential
      version: 12.10
      architecture: riscv64
      unsat-dependency: gcc:riscv64 (>= 4:12.3)
 -
  package: build-essential
  version: 12.10
  architecture: riscv64
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: build-essential
      version: 12.10
      architecture: riscv64
      unsat-dependency: g++:riscv64 (>= 4:12.3)
 -
  package: build-essential
  version: 12.10
  architecture: riscv64
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: dpkg-dev
      version: 1.22.0
      architecture: all
      unsat-dependency: perl
     depchains:
      -
       depchain:
        -
         package: build-essential
         version: 12.10
         architecture: riscv64
         depends: dpkg-dev:riscv64 (>= 1.17.11)
 -
  package: build-essential
  version: 12.10
  architecture: riscv64
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: libdpkg-perl
      version: 1.22.0
      architecture: all
      unsat-dependency: perl
     depchains:
      -
       depchain:
        -
         package: build-essential
         version: 12.10
         architecture: riscv64
         depends: dpkg-dev:riscv64 (>= 1.17.11)
        -
         package: dpkg-dev
         version: 1.22.0
         architecture: all
         depends: libdpkg-perl:riscv64 (= 1.22.0)
 
background-packages: 68997
foreground-packages: 1
total-packages: 34499
broken-packages: 1
rm -f "$package_list"
Mon Sep  4 23:19:38 UTC 2023 - chroot-run.sh stopped running as /tmp/jenkins-script-9pvwhpgY, removing.
+ cd
+ cleanup_all
+ rm -r /tmp/gitclone-MQ0JtzAOr
+ trap - INT TERM EXIT
Mon Sep  4 23:19:38 UTC 2023 - rebootstrap.sh stopped running as /tmp/jenkins-script-OUnF4pXl, removing.
Finished: SUCCESS