• Bug#1066490: motif: FTBFS: XpmCrBufFrI.c:155:5: error: implicit declara

    From Lucas Nussbaum@21:1/5 to All on Wed Mar 13 13:20:04 2024
    Source: motif
    Version: 2.3.8-3
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

    Hi,

    During a rebuild of all packages in sid, your package failed to build
    on amd64.

    This is most likely caused by a change in dpkg 1.22.6, that enabled -Werror=implicit-function-declaration. For more information, see https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

    Relevant part (hopefully):
    /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.
    txt\" -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-
    security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c -o XpmCrBufFrP.lo XpmCrBufFrP.c
    XpmCrBufFrI.c: In function ‘XmeXpmCreateBufferFromXpmImage’: XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’ [-Werror=implicit-function-declaration]
    155 | strcpy(ptr, buf);
    | ^~~~~~
    XpmCrBufFrI.c:47:1: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
    46 | #include "XpmI.h"
    +++ |+#include <string.h>
    47 |
    XpmCrBufFrI.c:155:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
    155 | strcpy(ptr, buf);
    | ^~~~~~
    XpmCrBufFrI.c:155:5: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
    XpmCrBufFrI.c: In function ‘WriteColors’:
    XpmCrBufFrI.c:292:9: error: implicit declaration of function ‘strncpy’ [-Werror=implicit-function-declaration]
    292 | strncpy(s, *defaults++, cpp);
    | ^~~~~~~
    XpmCrBufFrI.c:292:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmCrBufFrI.c:292:9: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    XpmCrBufFrI.c:292:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmCrBufFrI.c:312:9: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
    312 | strcpy(s, "\",\n");
    | ^~~~~~
    XpmCrBufFrI.c:312:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
    XpmCrBufFrI.c:316:45: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]
    316 | (*data_size + l - *used_size) <= strlen(buf))
    | ^~~~~~ XpmCrBufFrI.c:316:45: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmCrBufFrI.c:316:45: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    XpmCrBufFrI.c:316:45: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmCrBufFrI.c: In function ‘WritePixels’:
    XpmCrBufFrI.c:352:13: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    352 | strncpy(s, colors[*pixels].string, cpp); /* how can we trust *pixels? :-\ */
    | ^~~~~~~
    XpmCrBufFrI.c:352:13: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmCrBufFrI.c:357:9: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
    357 | strcpy(s, "\",\n");
    | ^~~~~~
    XpmCrBufFrI.c:357:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
    XpmCrBufFrI.c:365:9: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    365 | strncpy(s, colors[*pixels].string, cpp); /* how can we trust *pixels? */
    | ^~~~~~~
    XpmCrBufFrI.c:365:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmCrBufFrI.c: In function ‘ExtensionsSize’:
    XpmCrBufFrI.c:385:17: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    385 | size += strlen(ext->name) + 11;
    | ^~~~~~
    XpmCrBufFrI.c:385:17: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmCrBufFrI.c: In function ‘WriteExtensions’:
    XpmCrBufFrI.c:428:5: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    428 | strncpy(s, ",\n\"XPMENDEXT\"", data_size - (s-dataptr)-1);
    | ^~~~~~~
    XpmCrBufFrI.c:428:5: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmCrBufFrI.c: In function ‘CommentsSize’:
    XpmCrBufFrI.c:441:21: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    441 | size += 5 + strlen(info->hints_cmt);
    | ^~~~~~
    XpmCrBufFrI.c:441:21: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmCrBufFrI.c:444:21: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    444 | size += 5 + strlen(info->colors_cmt);
    | ^~~~~~
    XpmCrBufFrI.c:444:21: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmCrBufFrI.c:447:21: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    447 | size += 5 + strlen(info->pixels_cmt);
    | ^~~~~~
    XpmCrBufFrI.c:447:21: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmRdFToBuf.c -fPIC -DPIC -o .libs/XpmRdFToBuf.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmWrFFrI.c -fPIC -DPIC -o .libs/XpmWrFFrI.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c Xpmparse.c -fPIC -DPIC -o .libs/Xpmparse.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmCrIFrP.c -o XpmCrIFrP.o >/dev/null 2>&1
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmCrBufFrP.c -fPIC -DPIC -o .libs/XpmCrBufFrP.o
    XpmWrFFrI.c: In function ‘XmeXpmWriteFileFromXpmImage’: XpmWrFFrI.c:122:13: error: implicit declaration of function ‘strncpy’ [-Werror=implicit-function-declaration]
    122 | strncpy(new_name, name, sizeof(new_name));
    | ^~~~~~~
    XpmWrFFrI.c:44:1: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    43 | #include "XpmI.h"
    +++ |+#include <string.h>
    44 | #if !defined(NO_ZPIPE) && defined(WIN32)
    XpmWrFFrI.c:122:13: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    122 | strncpy(new_name, name, sizeof(new_name));
    | ^~~~~~~
    XpmWrFFrI.c:122:13: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmWrFFrI.c:133:17: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    133 | strncpy(new_name, name, sizeof(new_name));
    | ^~~~~~~
    XpmWrFFrI.c:133:17: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmWrFFrI.c: In function ‘WritePixels’:
    XpmWrFFrI.c:261:13: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    261 | strncpy(s, colors[*pixels].string, cpp);
    | ^~~~~~~
    XpmWrFFrI.c:261:13: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmWrFFrI.c:271:9: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
    271 | strncpy(s, colors[*pixels].string, cpp);
    | ^~~~~~~
    XpmWrFFrI.c:271:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
    XpmWrFFrI.c: In function ‘OpenWriteFile’:
    XpmWrFFrI.c:323:22: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]
    323 | size_t len = strlen(filename);
    | ^~~~~~
    XpmWrFFrI.c:323:22: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmWrFFrI.c:323:22: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
    XpmWrFFrI.c:323:22: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
    XpmWrFFrI.c:328:25: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]
    328 | if (len > 2 && !strcmp(".Z", filename + (len - 2))) {
    | ^~~~~~
    XpmWrFFrI.c:328:25: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
    In file included from Xpmparse.c:49:
    Xpmparse.c: In function ‘_XmxpmParseColors’:
    XpmI.h:304:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    304 | #define HashAtomData(i) ((void *)i)
    | ^
    Xpmparse.c:390:61: note: in expansion of macro ‘HashAtomData’
    390 | xpmHashIntern(hashtable, color->string, HashAtomData(a));
    | ^~~~~~~~~~~~
    XpmI.h:304:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    304 | #define HashAtomData(i) ((void *)i)
    | ^
    Xpmparse.c:478:61: note: in expansion of macro ‘HashAtomData’
    478 | xpmHashIntern(hashtable, color->string, HashAtomData(a));
    | ^~~~~~~~~~~~
    Xpmparse.c: In function ‘ParsePixels’:
    XpmI.h:305:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    305 | #define HashColorIndex(slot) ((unsigned int)((*slot)->data))
    | ^
    Xpmparse.c:658:33: note: in expansion of macro ‘HashColorIndex’
    658 | *iptr = HashColorIndex(slot);
    | ^~~~~~~~~~~~~~
    Obso1_2.c: In function ‘_XmCharsetCanonicalize’:
    Obso1_2.c:1868:7: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
    1868 | strncpy(new_s, charset, len);
    | ^
    In function ‘_isISO’,
    inlined from ‘_XmCharsetCanonicalize’ at Obso1_2.c:1853:12: Obso1_2.c:1826:7: note: length computed here
    1826 | if (strlen(charset) == 5)
    | ^~~~~~~~~~~~~~~
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmRdFToBuf.c -o XpmRdFToBuf.o >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.
    txt\" -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-
    security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c -o XpmCrPFrBuf.lo XpmCrPFrBuf.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_
    SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FILE_OFFSET_
    BITS=64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 -I/usr/include/libpng16 -c XpmCrBufFrP.c -o XpmCrBufFrP.o >/dev/null 2>&1
    cc1: some warnings being treated as errors
    make[4]: *** [Makefile:1182: XpmCrBufFrI.lo] Error 1


    The full build log is available from: http://qa-logs.debian.net/2024/03/13/motif_2.3.8-3_unstable.log

    All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org
    or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

    A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

    If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Samuel Thibault@21:1/5 to All on Fri Mar 22 00:00:01 2024
    Hello,

    Lucas Nussbaum, le mer. 13 mars 2024 12:53:39 +0100, a ecrit:
    XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’ [-Werror=implicit-function-declaration]
    155 | strcpy(ptr, buf);
    | ^~~~~~

    Given the severity, the importance of the package, the time_t rebuild
    issues, and the simplicity of a fix, I have uploaded the attached
    changes to DELAYED/0.

    Samuel

    diff -Nru motif-2.3.8/debian/changelog motif-2.3.8/debian/changelog
    --- motif-2.3.8/debian/changelog 2020-07-02 11:30:19.000000000 +0200
    +++ motif-2.3.8/debian/changelog 2024-03-21 23:42:09.000000000 +0100
    @@ -1,3 +1,10 @@
    +motif (2.3.8-3.1) unstable; urgency=medium
    +
    + * Non-maintainer upload
    + * patches/implicit: Fix build with qa=+bug-implicit-func (Closes: #1066490) +
    + -- Samuel Thibault <sthibault@debian.org> Thu, 21 Mar 2024 23:42:09 +0100
    +
    motif (2.3.8-3) unstable; urgency=medium

    [ Graham Inggs ]
    diff -Nru motif-2.3.8/debian/patches/implicit motif-2.3.8/debian/patches/implicit
    --- motif-2.3.8/debian/patches/implicit 1970-01-01 01:00:00.000000000 +0100
    +++ motif-2.3.8/debian/patches/implicit 2024-03-21 23:38:08.000000000 +0100
    @@ -0,0 +1,26 @@
    +---
    + demos/unsupported/xmform/xmform.c | 1 +
    + lib/Xm/XpmI.h | 2 +-
    + 2 files changed, 2 insertions(+), 1 deletion(-)
    +
    +--- a/lib/Xm/XpmI.h
    ++++ b/lib/Xm/XpmI.h
    +@@ -129,7 +129,7 @@ extern "C" {
    + extern FILE *popen();
    + #endif
    +
    +-#if defined(SYSV) || defined(SVR4
  • From Debian Bug Tracking System@21:1/5 to All on Fri Mar 22 00:50:01 2024
    This is a multi-part message in MIME format...

    Your message dated Thu, 21 Mar 2024 23:46:22 +0000
    with message-id <E1rnS74-00DtQQ-Md@fasolo.debian.org>
    and subject line Bug#1066490: fixed in motif 2.3.8-3.1
    has caused the Debian Bug report #1066490,
    regarding motif: FTBFS: XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’ [-Werror=implicit-function-declaration]
    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 owner@bugs.debian.org
    immediately.)


    --
    1066490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066490
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 13 Mar 2024 12:17:39 +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=-105.1 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
    FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,
    UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,
    WORD_WITHOUT_VOWELS autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 120; hammy, 150; neutral, 282; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:108, 0.000-+--H*RT:311
    Return-path: <lucas@debian.org>
    Received: from stra