Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 67:17:08 |
Calls: | 425 |
Calls today: | 3 |
Files: | 1,025 |
Messages: | 91,514 |
Posted today: | 1 |
Source: swirclocal/include -DHAVE_ETEXT_SEGMENT=1 -DHAVE_STRCASESTR=1 -DUSE_LIBNOTIFY=1 -I/usr/include/gdk-pixbuf-2.0 -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/libpng16 -I/usr/include/x86_64-linux-gnu
Version: 3.5.4-1
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):
gcc -O2 -Wall -Wformat-security -Wshadow -Wsign-compare -Wstrict-prototypes -fstack-protector-strong -g -pipe -std=c11 -DLINUX=1 -DNDEBUG=1 -DUNIX=1 -D_FORTIFY_SOURCE=3 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/
src/spell.cpp:56:10: fatal error: swircpaths.h: No such file or directory
56 | #include "swircpaths.h"
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:21: src/spell.o] Error 1 shuffle=reverse
The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/swirc_3.5.4-1_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
Hi Lucas!
Didn't you submit a fix in the previous report?