• Bug#1100298: rmlint: FTBFS: ModuleNotFoundError: No module named 'distu

    From Santiago Vila@21:1/5 to All on Wed Mar 12 17:40:11 2025
    Package: src:rmlint
    Version: 2.10.2-0.1
    Severity: serious
    Tags: ftbfs trixie sid

    Dear maintainer:

    During a rebuild of all packages in unstable, your package failed to build:

    --------------------------------------------------------------------------------
    [...]
    debian/rules clean
    dh clean --with sphinxdoc
    debian/rules override_dh_auto_clean
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    scons -c --prefix=/<<PKGBUILDDIR>>/debian/tmp/usr --actual-prefix=/usr --without-gui -j1 VERBOSE=1 SYMBOLS=1 install
    scons: Reading SConscript files ...
    /<<PKGBUILDDIR>>/SConstruct:836: SyntaxWarning: invalid escape sequence '\.'
    'sed -i "s/2\.0\.0/{v}/g" po/rmlint.pot',
    /<<PKGBUILDDIR>>/SConstruct:837: SyntaxWarning: invalid escape sequence '\('
    'sed -i "s/^Version:\(\s*\)2\.0\.0/Version:\\1{v}/g" pkg/fedora/rmlint.spec' >> Appending custom build flags : -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
    Appending custom link flags : -Wl,-z,relro -Wl,-z,now
    Checking whether the C compiler works... yes
    Checking for Debian revision... (cached) 0.1
    Checking for pkg-config... yes
    Checking for glib-2.0 >= 2.32... yes
    Checking for gio-unix-2.0... yes
    Checking for blkid... yes
    Checking for json-glib-1.0... yes
    Checking for -std=c11 support...(cached) yes
    Checking for cygwin environment...(cached) Linux/m7a-medium-1741792903/6.1.0-31-amd64/#1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)/x86_64/(cached) no
    Checking whether _mm_crc32_u64 is declared... yes
    Checking for GCC version... (cached) 14
    Checking whether __builtin_cpu_supports is declared... yes
    Checking whether blkid_devno_to_wholedisk is declared... yes
    Checking for existence of /sys/block... (cached) yes
    Checking for C header file libelf.h... yes
    Checking for C library libelf... yes
    Checking for C type struct fiemap... yes
    Checking for C function getxattr()... yes
    Checking for C function setxattr()... yes
    Checking for C function removexattr()... yes
    Checking for C function listxattr()... yes
    Checking for C function lgetxattr()... yes
    Checking for C function lsetxattr()... yes
    Checking for C function lremovexattr()... yes
    Checking for C function llistxattr()... yes
    Checking size of off_t ... yes
    Checking for C function stat64()... yes
    Checking whether G_CHECKSUM_SHA512 is declared... yes
    Checking for C header file locale.h... yes
    Checking for C header file linux/limits.h... yes
    Checking whether posix_fadvise is declared... yes
    Checking for C header file linux/btrfs.h... yes
    Checking for C header file linux/fs.h... yes
    Checking for C header file sys/utsname.h... yes
    Checking for C header file sys/sysmacros.h... yes
    Using compiler optimisation -O2 (to change, run scons with O=[0|1|2|3|s|fast]) Compiling with debugging symbols
    Running with --jobs=1
    Building rmlint
    scons: done reading SConscript files.
    scons: Cleaning targets ...
    scons: done cleaning targets.
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_clean
    rm -f debian/debhelper-build-stamp
    rm -rf debian/.debhelper/
    rm -f -- debian/rmlint.substvars debian/rmlint-gui.substvars debian/rmlint-doc.substvars ./config.log ./-.o ./.sconsign.dblite debian/files
    rm -fr -- debian/rmlint/ debian/tmp/ debian/rmlint-gui/ debian/rmlint-doc/ ./.sconf_temp/
    find . \( \( \
    \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
    \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
    -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
    -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
    -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
    \) -exec rm -f {} + \) -o \
    \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) -prune -exec rm -rf {} + \) \)
    debian/rules binary
    dh binary --with sphinxdoc
    dh_update_autotools_config
    dh_autoreconf
    debian/rules override_dh_auto_configure-arch
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    scons --prefix=/<<PKGBUILDDIR>>/debian/tmp/usr --actual-prefix=/usr --without-gui -j1 VERBOSE=1 SYMBOLS=1 config
    scons: Reading SConscript files ...
    /<<PKGBUILDDIR>>/SConstruct:836: SyntaxWarning: invalid escape sequence '\.'
    'sed -i "s/2\.0\.0/{v}/g" po/rmlint.pot',
    /<<PKGBUILDDIR>>/SConstruct:837: SyntaxWarning: invalid escape sequence '\('
    'sed -i "s/^Version:\(\s*\)2\.0\.0/Version:\\1{v}/g" pkg/fedora/rmlint.spec' >> Appending custom build flags : -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
    Appending custom link flags : -Wl,-z,relro -Wl,-z,now
    Checking whether the C compiler works... yes
    Checking for Debian revision... (cached) 0.1
    Checking for pkg-config... yes
    Checking for glib-2.0 >= 2.32... yes
    Checking for gio-unix-2.0... yes
    Checking for blkid... yes
    Checking for json-glib-1.0... yes
    Checking for -std=c11 support...(cached) yes
    Checking for cygwin environment...(cached) Linux/m7a-medium-1741792903/6.1.0-31-amd64/#1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)/x86_64/(cached) no
    Checking whether _mm_crc32_u64 is declared... yes
    Checking for GCC version... (cached) 14
    Checking whether __builtin_cpu_supports is declared... yes
    Checking whether blkid_devno_to_wholedisk is declared... yes
    Checking for existence of /sys/block... (cached) yes
    Checking for C header file libelf.h... yes
    Checking for C library libelf... yes
    Checking for C type struct fiemap... yes
    Checking for C function getxattr()... yes
    Checking for C function setxattr()... yes
    Checking for C function removexattr()... yes
    Checking for C function listxattr()... yes
    Checking for C function lgetxattr()... yes
    Checking for C function lsetxattr()... yes
    Checking for C function lremovexattr()... yes
    Checking for C function llistxattr()... yes
    Checking size of off_t ... yes
    Checking for C function stat64()... yes
    Checking whether G_CHECKSUM_SHA512 is declared... yes
    Checking for C header file locale.h... yes
    Checking for C header file linux/limits.h... yes
    Checking whether posix_fadvise is declared... yes
    Checking for C header file linux/btrfs.h... yes
    Checking for C header file linux/fs.h... yes
    Checking for C header file sys/utsname.h... yes
    Checking for C header file sys/sysmacros.h... yes
    Using compiler optimisation -O2 (to change, run scons with O=[0|1|2|3|s|fast]) Compiling with debugging symbols
    Running with --jobs=1
    Building rmlint
    scons: done reading SConscript files.
    scons: Building targets ...
    Printing configuration...
    Using sphinx-build binary: /usr/share/sphinx/scripts/python3/sphinx-build

    rmlint will be compiled with the following features:

    Find non-stripped binaries (needs libelf) : yes
    Optimize using ioctl(FS_IOC_FIEMAP) (needs linux) : yes
    Support for SHA512 (needs glib >= 2.31) : yes
    Build manpage from docs/rmlint.1.rst : yes, using /usr/share/sphinx/scripts/python3/sphinx-build
    Support for caching checksums in file's xattr : yes
    Support for reading json caches (needs json-glib) : yes
    Checking for proper support of big files >= 4GB : yes
    (needs either sizeof(off_t) >= 8 ...) : yes
    (... or presence of stat64) : yes

    Optimize non-rotational disks : yes
    (needs libblkid for resolving dev_t to path) : yes
    (needs gio-unix-2.0) : yes

    Enable gettext localization : yes
    (needs <locale.h> for compile side support) : yes
    (needs msgfmt to compile .po files) : yes

    The following constants will be used during the build:

    Version information : 2.10.2 "Ludicrous Lemur" (rev 0.1)
    Compiler : gcc
    Install prefix : /<<PKGBUILDDIR>>/debian/tmp/usr
    Actual prefix : /usr
    Verbose building : yes
    Adding debug checks : no
    Adding debug symbols : yes

    Type 'scons' to actually compile rmlint now. Good luck.

    scons: done building targets.
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    debian/rules override_dh_auto_configure-indep
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    *** No-op. ***
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    debian/rules override_dh_auto_build-arch
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    scons --prefix=/<<PKGBUILDDIR>>/debian/tmp/usr --actual-prefix=/usr --without-gui -j1 VERBOSE=1 SYMBOLS=1
    scons: Reading SConscript files ...
    /<<PKGBUILDDIR>>/SConstruct:836: SyntaxWarning: invalid escape sequence '\.'
    'sed -i "s/2\.0\.0/{v}/g" po/rmlint.pot',
    /<<PKGBUILDDIR>>/SConstruct:837: SyntaxWarning: invalid escape sequence '\('
    'sed -i "s/^Version:\(\s*\)2\.0\.0/Version:\\1{v}/g" pkg/fedora/rmlint.spec' >> Appending custom build flags : -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
    Appending custom link flags : -Wl,-z,relro -Wl,-z,now
    Checking whether the C compiler works... (cached) yes
    Checking for Debian revision... (cached) 0.1
    Checking for pkg-config... (cached) yes
    Checking for glib-2.0 >= 2.32... (cached) yes
    Checking for gio-unix-2.0... (cached) yes
    Checking for blkid... (cached) yes
    Checking for json-glib-1.0... (cached) yes
    Checking for -std=c11 support...(cached) yes
    Checking for cygwin environment...(cached) Linux/m7a-medium-1741792903/6.1.0-31-amd64/#1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)/x86_64/(cached) no
    Checking whether _mm_crc32_u64 is declared... (cached) yes
    Checking for GCC version... (cached) 14
    Checking whether __builtin_cpu_supports is declared... (cached) yes
    Checking whether blkid_devno_to_wholedisk is declared... (cached) yes
    Checking for existence of /sys/block... (cached) yes
    Checking for C header file libelf.h... (cached) yes
    Checking for C library libelf... (cached) yes
    Checking for C type struct fiemap... (cached) yes
    Checking for C function getxattr()... (cached) yes
    Checking for C function setxattr()... (cached) yes
    Checking for C function removexattr()... (cached) yes
    Checking for C function listxattr()... (cached) yes
    Checking for C function lgetxattr()... (cached) yes
    Checking for C function lsetxattr()... (cached) yes
    Checking for C function lremovexattr()... (cached) yes
    Checking for C function llistxattr()... (cached) yes
    Checking size of off_t ... (cached) yes
    Checking for C function stat64()... (cached) yes
    Checking whether G_CHECKSUM_SHA512 is declared... (cached) yes
    Checking for C header file locale.h... (cached) yes
    Checking for C header file linux/limits.h... (cached) yes
    Checking whether posix_fadvise is declared... (cached) yes
    Checking for C header file linux/btrfs.h... (cached) yes
    Checking for C header file linux/fs.h... (cached) yes
    Checking for C header file sys/utsname.h... (cached) yes
    Checking for C header file sys/sysmacros.h... (cached) yes
    Using compiler optimisation -O2 (to change, run scons with O=[0|1|2|3|s|fast]) Compiling with debugging symbols
    Running with --jobs=1
    Building rmlint
    scons: done reading SConscript files.
    scons: Building targets ...
    build_config_template(["lib/config.h"], ["lib/config.h.in"])
    gcc -o src/rmlint.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 src/rmlint.c
    gcc -o lib/cfg.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_GNU_
    SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.0 -I/
    usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/cfg.c
    gcc -o lib/checksum.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -
    D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/checksum.c
    gcc -o lib/cmdline.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/cmdline.c
    gcc -o lib/file.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/file.c
    gcc -o lib/formats.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/formats.c
    gcc -o lib/hash-utility.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -
    pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/
    glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/hash-utility.c
    gcc -o lib/hasher.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/hasher.c
    gcc -o lib/md-scheduler.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -
    pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/
    glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/md-scheduler.c
    gcc -o lib/pathtricia.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe
    -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/pathtricia.c
    lib/pathtricia.c: In function 'rm_path_iter_init':
    lib/pathtricia.c:106:5: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
    106 | strncpy(iter->path_buf, path, PATH_MAX);
    | ^
    gcc -o lib/preprocess.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe
    -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/preprocess.c
    gcc -o lib/replay.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/replay.c
    gcc -o lib/session.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/session.c
    gcc -o lib/shredder.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -
    D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/shredder.c
    gcc -o lib/traverse.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -
    D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/traverse.c
    gcc -o lib/treemerge.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -
    D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/treemerge.c
    gcc -o lib/utilities.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -
    D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-
    2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/utilities.c
    lib/utilities.c: In function 'rm_mount_list_close':
    lib/utilities.c:561:5: warning: 'g_unix_mount_free' is deprecated: Use 'g_unix_mount_entry_free' instead [-Wdeprecated-declarations]
    561 | g_list_free_full(self->mnt_entries, (GDestroyNotify)g_unix_mount_free);
    | ^~~~~~~~~~~~~~~~
    In file included from lib/utilities.c:57: /usr/include/gio-unix-2.0/gio/gunixmounts.h:78:16: note: declared here
    78 | void g_unix_mount_free (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~
    lib/utilities.c: In function 'rm_mount_list_open':
    lib/utilities.c:602:5: warning: 'g_unix_mounts_get' is deprecated: Use 'g_unix_mount_entries_get' instead [-Wdeprecated-declarations]
    602 | self->mnt_entries = g_unix_mounts_get(NULL);
    | ^~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:199:16: note: declared here
    199 | GList * g_unix_mounts_get (guint64 *time_read);
    | ^~~~~~~~~~~~~~~~~
    lib/utilities.c:610:9: warning: 'g_unix_mount_get_device_path' is deprecated: Use 'g_unix_mount_entry_get_device_path' instead [-Wdeprecated-declarations]
    610 | wrap_entry->fsname = g_strdup(g_unix_mount_get_device_path(entry));
    | ^~~~~~~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:105:16: note: declared here
    105 | const char * g_unix_mount_get_device_path (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c:611:9: warning: 'g_unix_mount_get_mount_path' is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
    611 | wrap_entry->dir = g_strdup(g_unix_mount_get_mount_path(entry));
    | ^~~~~~~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
    100 | const char * g_unix_mount_get_mount_path (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c:612:9: warning: 'g_unix_mount_get_fs_type' is deprecated: Use 'g_unix_mount_entry_get_fs_type' instead [-Wdeprecated-declarations]
    612 | wrap_entry->type = g_strdup(g_unix_mount_get_fs_type(entry));
    | ^~~~~~~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:115:16: note: declared here
    115 | const char * g_unix_mount_get_fs_type (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c: In function 'rm_util_same_device':
    lib/utilities.c:1142:5: warning: 'g_unix_mounts_get' is deprecated: Use 'g_unix_mount_entries_get' instead [-Wdeprecated-declarations]
    1142 | GList *mounts = g_unix_mounts_get(NULL);
    | ^~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:199:16: note: declared here
    199 | GList * g_unix_mounts_get (guint64 *time_read);
    | ^~~~~~~~~~~~~~~~~
    lib/utilities.c:1145:9: warning: 'g_unix_mount_get_mount_path' is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
    1145 | const char *mountpath = g_unix_mount_get_mount_path(mount);
    | ^~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
    100 | const char * g_unix_mount_get_mount_path (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c:1148:13: warning: 'g_unix_mount_get_device_path' is deprecated: Use 'g_unix_mount_entry_get_device_path' instead [-Wdeprecated-declarations]
    1148 | best1 = g_unix_mount_get_device_path(mount);
    | ^~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:105:16: note: declared here
    105 | const char * g_unix_mount_get_device_path (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c:1152:13: warning: 'g_unix_mount_get_device_path' is deprecated: Use 'g_unix_mount_entry_get_device_path' instead [-Wdeprecated-declarations]
    1152 | best2 = g_unix_mount_get_device_path(mount);
    | ^~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:105:16: note: declared here
    105 | const char * g_unix_mount_get_device_path (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/utilities.c:1157:5: warning: 'g_unix_mount_free' is deprecated: Use 'g_unix_mount_entry_free' instead [-Wdeprecated-declarations]
    1157 | g_list_free_full(mounts, (GDestroyNotify)g_unix_mount_free);
    | ^~~~~~~~~~~~~~~~
    /usr/include/gio-unix-2.0/gio/gunixmounts.h:78:16: note: declared here
    78 | void g_unix_mount_free (GUnixMountEntry *mount_entry);
    | ^~~~~~~~~~~~~~~~~
    gcc -o lib/xattr.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -pipe -D_
    GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/include/glib-2.
    0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/xattr.c
    gcc -o lib/checksums/highwayhash.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -
    std=c11 -pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/
    usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/checksums/highwayhash.c
    gcc -o lib/checksums/metrohash128.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -
    std=c11 -pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/
    usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/checksums/metrohash128.c
    gcc -o lib/checksums/murmur3.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=
    c11 -pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/usr/
    include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/checksums/murmur3.c
    gcc -o lib/checksums/xxhash/xxhash.o -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -
    std=c11 -pipe -D_GNU_SOURCE -fPIC -Wno-cast-function-type -Wall -W -Wextra -Winit-self -Wstrict-aliasing -Wmissing-include-dirs -Wuninitialized -Wstrict-prototypes -Wno-implicit-fallthrough -pthread -Werror=undef -DG_DISABLE_ASSERT -DNDEBUG -O2 -g3 -I/
    usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/gio-unix-2.0 lib/checksums/xxhash/xxhash.c

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)