Thanks
This was resolved by
https://github.com/euslisp/EusLisp/pull/527
--
◉ Kei Okada
2025年5月14日(水) 4:04 Lucas Nussbaum <
lucas@debian.org>:
Source: euslisp
Version: 9.31+dfsg-3
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic
ordering
of target prerequisites. See https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila: https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
gccls.c:88:27: warning: ‘%s’ directive writing up to 127 bytes into a
region of size between 124 and 251 [-Wformat-overflow=]
88 | sprintf(catcom, "cat %s %s >%s ", hfn, tempfn, cfn);
| ^~ ~~~~~~
In file included from /usr/include/stdio.h:970,
from gccls.c:19:
In function ‘sprintf’,
inlined from ‘main’ at gccls.c:88:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 9 and 390 bytes into a destination
of size 256
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
/usr/bin/ld: cannot open output file
/build/reproducible-path/euslisp-9.31+dfsg/Linux64/bin/gccls: No such file
or directory
collect2: error: ld returned 1 exit status
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/euslisp_9.31+dfsg-3_unstable_reverse.log
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
<div dir="ltr"><div>Thanks</div><div>This was resolved by <a href="
https://github.com/euslisp/EusLisp/pull/527">https://github.com/euslisp/EusLisp/pull/527</a></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="
ltr"><div><div dir="ltr"><div dir="ltr"><span style="color:rgb(85,85,85);font-family:'Helvetica Neue',Helvetica,'\0030d2\0030e9\0030ae\0030ce\0089d2\0030b4 ProN W3','Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;font-
size:15px;line-height:25.5px">--</span></div><div dir="ltr"><span style="color:rgb(85,85,85);font-family:'Helvetica Neue',Helvetica,'\0030d2\0030e9\0030ae\0030ce\0089d2\0030b4 ProN W3','Hiragino Kaku Gothic ProN',メイリオ,
Meiryo,sans-serif;font-size:15px;line-height:25.5px">◉</span> Kei Okada<br><br></div></div></div></div></div></div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">2025年5月14日(水) 4:04 Lucas Nussbaum
<<a href="mailto:
lucas@debian.org">
lucas@debian.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Source: euslisp<br>
Version: 9.31+dfsg-3<br>
Severity: minor<br>
Tags: trixie sid ftbfs<br>
User: <a href="mailto:
lucas@debian.org" target="_blank">
lucas@debian.org</a><br>
Usertags: ftbfs-shuffle<br>
Hi,<br>
GNU Make now has a --shuffle option that simulates non-deterministic ordering<br>
of target prerequisites. See<br>
<a href="
https://trofi.github.io/posts/238-new-make-shuffle-mode.html" rel="noreferrer" target="_blank">
https://trofi.github.io/posts/238-new-make-shuffle-mode.html</a> and also previous<br>
work in Debian by Santiago Vila:<br>
<a href="
https://people.debian.org/~sanvila/make-shuffle/" rel="noreferrer" target="_blank">
https://people.debian.org/~sanvila/make-shuffle/</a><br>
This package fails to build with make --shuffle=reverse.<br>
This is likely to be caused by a missing dependency in<br>
debian/rules or an upstream Makefile.<br>
More information about this mass bug filing is available at<br>
<a href="
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle" rel="noreferrer" target="_blank">
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle</a><br>
Relevant part (hopefully):<br>
> gccls.c:88:27: warning: ‘%s’ directive writing up to 127 bytes into a region of size between 124 and 251 [-Wformat-overflow=]<br>
> 88 | sprintf(catcom, "cat %s %s >%s ", hfn, tempfn, cfn);<br>
> | ^~ ~~~~~~<br>
> In file included from /usr/include/stdio.h:970,<br>
> from gccls.c:19:<br>
> In function ‘sprintf’,<br>
> inlined from ‘main’ at gccls.c:88:3:<br>
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 9 and 390 bytes into a destination of size 256<br>
> 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,<br>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
> 31 | __glibc_objsize (__s), __fmt,<br>
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
> 32 | __va_arg_pack ());<br>
> | ~~~~~~~~~~~~~~~~~<br>
> /usr/bin/ld: cannot open output file /build/reproducible-path/euslisp-9.31+dfsg/Linux64/bin/gccls: No such file or directory<br>
> collect2: error: ld returned 1 exit status<br>
The full build log is available from:<br>
<a href="
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/euslisp_9.31+dfsg-3_unstable_reverse.log" rel="noreferrer" target="_blank">
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/euslisp_9.31+dfsg-3_unstable_reverse.log</a><br>
If you reassign this bug to another package, please mark it as 'affects'-ing<br>
this package. See <a href="
https://www.debian.org/Bugs/server-control#affects" rel="noreferrer" target="_blank">
https://www.debian.org/Bugs/server-control#affects</a><br>
</blockquote></div>
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)