Your message dated Wed, 25 Feb 2026 13:13:25 -0500
with message-id
<CAPH6EWpH46AAMV10Kd80==joqrdhspyrwtggmxfw1r1xpxg...@mail.gmail.com>
and subject line closing
has caused the Debian Bug report #1128616,
regarding lebiniou: FTBFS with glibc 2.43 due to ISO C23 const return types
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.)
--
1128616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128616
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lebiniou
Version: 3.67.0-1
Severity: important
Tags: ftbfs upstream
Justification: fails to build from source
User: [email protected]
Usertags: glibc-2.43
Dear maintainer(s),
lebiniou fails to build from source with glibc 2.43, currently in
experimental. From the build log:
| gcc -DHAVE_CONFIG_H -I. -I.. -DWITH_WEBCAM -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -D_GNU_SOURCE -DMAGICKWAND7 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIE
-fPIC -I/usr/include/aarch64-linux-gnu/ImageMagick-7
-I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0
-DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/lebiniou-3.67.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wextra
-Wno-unused-parameter -Wall -fomit-frame-pointer -std=c11 -fsigned-char
-I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -c -o lebiniou-bulfius_vui_callback.o `test
-f 'bulfius_vui_callback.c' || echo './'`bulfius_vui_callback.c
...
| bulfius_vui_callback.c: In function ‘get_filename_ext’:
| bulfius_vui_callback.c:74:23: error: assignment of read-only location
‘*(const char *)strchr(dot, 63)’
| 74 | *strchr(dot, '?') = '\0';
| | ^
| make[4]: *** [Makefile:1338: lebiniou-bulfius_vui_callback.o] Error 1
| make[4]: *** Waiting for unfinished jobs....
| sequence_load.c: In function ‘Sequence_load_json’:
| sequence_load.c:269:15: warning: initialization discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
| 269 | char *dot = strrchr(file, '.');
| | ^~~~~~~
| sequence_load.c: In function ‘Sequence_load’:
| sequence_load.c:308:15: warning: initialization discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
| 308 | char *dot = strrchr(filename, '.');
| | ^~~~~~~
| utils.c: In function ‘parse_two_shorts’:
| utils.c:217:9: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
| 217 | found = strchr(str, delim);
| | ^
| paths.c: In function ‘Paths_new’:
| paths.c:147:27: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
| 147 | if (NULL == (filename = strrchr(sentry, '.')))
| | ^
| make[4]: Leaving directory '/build/reproducible-path/lebiniou-3.67.0/src'
| make[3]: *** [Makefile:911: all] Error 2
| make[3]: Leaving directory '/build/reproducible-path/lebiniou-3.67.0/src'
| make[2]: *** [Makefile:641: all-recursive] Error 1
| make[2]: Leaving directory '/build/reproducible-path/lebiniou-3.67.0'
| make[1]: *** [Makefile:432: all] Error 2
| make[1]: Leaving directory '/build/reproducible-path/lebiniou-3.67.0'
| dh_auto_build: error: make -j128 returned exit code 2
| make: *** [debian/rules:8: binary] Error 25
| dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
The full build log is available here [1].
The issue is due to ISO C23 declaration of bsearch, memchr, strchr,
strpbrk, strrchr, strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr,
which now returns a pointer to a const-qualified type when the input
argument is a pointer to a const-qualified type [2].
I would like to thanks Emanuele Rocca for doing the archive rebuild on
a fast arm64 server.
Regards
Aurelien
[1]
https://people.debian.org/~ema/glibc-2.43-rebuilds/output-1/lebiniou_arm64.build
[2]
https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;h=e271fb2e4d76903c77a302aaec1ca22ce31027d0;hb=f762ccf84f122d1354f103a151cba8bde797d521#l19
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://aurel32.net
--- End Message ---
--- Begin Message ---
Source: lebiniou
Version: 3.67.0-2
Fixed in lebiniou 3.67.0-2, now in unstable.
--- End Message ---