• Bug#1103192: naspro-bridges: FTBFS: /usr/include/alsa/seq_event.h:30:2:

    From Santiago Vila@21:1/5 to All on Tue Apr 15 02:30:02 2025
    Package: src:naspro-bridges
    Version: 0.5.1-5
    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
    debian/rules override_dh_auto_clean
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    rm -rf m4
    dh_auto_clean
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_clean
    debian/rules binary
    dh binary
    dh_update_autotools_config
    debian/rules override_dh_autoreconf
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    mkdir m4
    dh_autoreconf
    libtoolize: putting auxiliary files in '.'.
    libtoolize: copying file './ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
    libtoolize: copying file 'm4/libtool.m4'
    libtoolize: copying file 'm4/ltoptions.m4'
    libtoolize: copying file 'm4/ltsugar.m4'
    libtoolize: copying file 'm4/ltversion.m4'
    libtoolize: copying file 'm4/lt~obsolete.m4'
    configure.ac:31: warning: The macro 'AC_PROG_CC_C99' is obsolete. configure.ac:31: You should run autoupdate.
    ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
    configure.ac:31: the top level
    configure.ac:33: warning: The macro 'AC_LIBTOOL_WIN32_DLL' is obsolete. configure.ac:33: You should run autoupdate.
    m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
    configure.ac:33: the top level
    configure.ac:33: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
    configure.ac:33: put the 'win32-dll' option into LT_INIT's first parameter. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
    configure.ac:33: the top level
    configure.ac:34: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:34: You should run autoupdate.
    m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
    configure.ac:34: the top level
    configure.ac:31: installing './compile'
    configure.ac:19: installing './missing'
    dssi/Makefile.am: installing './depcomp'
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    debian/rules override_dh_auto_configure
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    dh_auto_configure -- --with-lv2dir=/usr/lib/lv2
    ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/
    lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-lv2dir=/usr/lib/lv2
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether sleep supports fractional seconds... yes
    checking filesystem timestamp resolution... 0.01
    checking whether build environment is sane... yes
    checking for a race-free mkdir -p... /usr/bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking xargs -n works... yes
    checking where to put LV2 bundles... /usr/lib/lv2
    checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether the compiler supports GNU C... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to enable C11 features... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... none
    checking build system type... x86_64-pc-linux-gnu
    checking host system type... x86_64-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for file... file
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... printf %s\n
    checking for ranlib... ranlib
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /usr/bin/dd
    checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for stdio.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for strings.h... yes
    checking for sys/stat.h... yes
    checking for sys/types.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for nabrit-3 >= 0.4.1... yes
    checking for ladspa.h... yes
    checking whether LRDF-equivalent LV2 bundles should be installed... yes checking for dssi >= 1.0.0... yes
    checking for alsa... yes
    checking whether to enable bridging of DSSI programs as LV2 presets... yes checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating ladspa/manifest.ttl
    config.status: creating ladspa/Makefile
    config.status: creating ladspa/data/Makefile
    config.status: creating dssi/manifest.ttl
    config.status: creating dssi/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    configure: LADSPA bridge: yes
    configure: LRDF-equivalent bundles: yes
    configure: DSSI bridge: yes
    configure: DSSI programs as LV2 presets: yes
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_auto_build
    make -j2
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    make all-recursive
    make[2]: Entering directory '/<<PKGBUILDDIR>>'
    Making all in ladspa
    make[3]: Entering directory '/<<PKGBUILDDIR>>/ladspa'
    Making all in data
    make[4]: Entering directory '/<<PKGBUILDDIR>>/ladspa/data'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/<<PKGBUILDDIR>>/ladspa/data'
    make[4]: Entering directory '/<<PKGBUILDDIR>>/ladspa'
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o manifest.lo manifest.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o bridge.lo bridge.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c manifest.c -fPIC -DPIC -o .libs/manifest.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c bridge.c -fPIC -DPIC -o .libs/bridge.o
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o pluglib.lo pluglib.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o plugin.lo plugin.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c pluglib.c -fPIC -DPIC -o .libs/pluglib.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c plugin.c -fPIC -DPIC -o .libs/plugin.o
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o lv2api.lo lv2api.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c lv2api.c -fPIC -DPIC -o .libs/lv2api.o
    /bin/bash ../libtool --tag=CC --mode=link gcc -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-
    protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-undefined -module -avoid-version -shared -lnabrit -lnacore -lm -pthread -Wl,-z,relro -o ladspa.la -rpath /usr/lib/lv2/naspro-ladspa.lv2 manifest.lo bridge.lo
    pluglib.lo plugin.lo lv2api.lo
    libtool: link: gcc -shared -fPIC -DPIC .libs/manifest.o .libs/bridge.o .libs/pluglib.o .libs/plugin.o .libs/lv2api.o -lnabrit -lnacore -lm -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-
    strong -Werror=format-security -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,ladspa.so -o .libs/ladspa.so
    libtool: link: ( cd ".libs" && rm -f "ladspa.la" && ln -s "../ladspa.la" "ladspa.la" )
    make[4]: Leaving directory '/<<PKGBUILDDIR>>/ladspa'
    make[3]: Leaving directory '/<<PKGBUILDDIR>>/ladspa'
    Making all in dssi
    make[3]: Entering directory '/<<PKGBUILDDIR>>/dssi'
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o manifest.lo manifest.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-
    function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o bridge.lo bridge.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c bridge.c -fPIC -DPIC -o .libs/bridge.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Werror -Wno-strict-aliasing -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c manifest.c -fPIC -DPIC -o .libs/manifest.o
    In file included from /usr/include/dssi.h:28,
    from internal.h:21,
    from bridge.c:11:
    /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    30 | #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly"
    | ^~~~~~~
    In file included from /usr/include/dssi.h:28,
    from internal.h:21,
    from manifest.c:11:
    /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    30 | #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly"
    | ^~~~~~~
    cc1: all warnings being treated as errors
    make[3]: *** [Makefile:474: manifest.lo] Error 1
    make[3]: *** Waiting for unfinished jobs....
    cc1: all warnings being treated as errors
    make[3]: *** [Makefile:474: bridge.lo] Error 1
    make[3]: Leaving directory '/<<PKGBUILDDIR>>/dssi'
    make[2]: *** [Makefile:426: all-recursive] Error 1
    make[2]: Leaving directory '/<<PKGBUILDDIR>>'
    make[1]: *** [Makefile:358: all] Error 2
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_auto_build: error: make -j2 returned exit code 2
    make: *** [debian/rules:4: binary] Error 25
    dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

    The above is just how the build ends and not necessarily the most relevant part.
    If required, the full build log is available here:

    https://people.debian.org/~sanvila/build-logs/202504/

    About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages.

    If you could not reproduce the bug please contact me privately, as I
    am willing to provide ssh access to a virtual machine where the bug is
    fully reproducible.

    If this is really a bug in one of the build-depends, please use
    reassign and add an affects on src:naspro-bridges, so that this is still visible in the BTS web page for this package.

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Sat Apr 19 18:10:01 2025
    Processing control commands:

    reassign -1 dssi-dev
    Bug #1103192 [src:naspro-bridges] naspro-bridges: FTBFS: /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    Bug reassigned from package 'src:naspro-bridges' to 'dssi-dev'.
    No longer marked as found in versions naspro-bridges/0.5.1-5.
    Ignoring request to alter fixed versions of bug #1103192 to the same values previously set
    found -1 1.1.1~dfsg0-6
    Bug #1103192 [dssi-dev] naspro-bridges: FTBFS: /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    Marked as found in versions dssi/1.1.1~dfsg0-6.
    affects -1 src:naspro-bridges
    Bug #1103192 [dssi-dev] naspro-bridges: FTBFS: /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    Added indication that 1103192 affects src:naspro-bridges

    --
    1103192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103192
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Tue Apr 22 12:40:01 2025
    This is a multi-part message in MIME format...

    Your message dated Tue, 22 Apr 2025 10:34:38 +0000
    with message-id <[email protected]>
    and subject line Bug#1103192: fixed in dssi 1.1.1~dfsg0-7
    has caused the Debian Bug report #1103192,
    regarding naspro-bridges: FTBFS: /usr/include/alsa/seq_event.h:30:2: error: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Werror=cpp]
    to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected]
    immediately.)


    --
    1103192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103192
    Debian Bug Tracking System
    Contact [email protected] with problems

    Received: (at submit) by bugs.debian.org; 15 Apr 2025 00:19:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-121.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
    USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC
    autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 77; hammy, 150; neutral, 481; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--sk:dh_auto, 0.000-+--H*F:U*sanvila Return-path: <[email protected]>
    Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:45584)
    from C=NA,ST=NA,L