Your message dated Tue, 05 May 2026 11:34:26 +0000
with message-id <[email protected]>
and subject line Bug#1134684: fixed in jemalloc 5.3.1-2
has caused the Debian Bug report #1134684,
regarding redict: FTBFS: zmalloc.h:36:2: error: #error "Newer version of 
jemalloc required"
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.)


-- 
1134684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134684
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:redict
Version: 7.3.6+ds-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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 cannot 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:redict, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with=installsysusers
   dh_auto_clean
        make -j2 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C src distclean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -rf redict-server redict-sentinel redict-cli redict-benchmark 
redict-check-rdb redict-check-aof *.o *.gcda *.gcno *.gcov redict.info 
lcov-html Makefile.dep *.so
rm -f threads_mngr.d adlist.d quicklist.d ae.d anet.d dict.d 
[too-long-redacted] li_common.d mt19937-64.d strl.d
(cd ../deps && make distclean)
make[3]: Entering directory '/<<PKGBUILDDIR>>/deps'
(cd hiredict && make clean) > /dev/null || true
/bin/sh: 1: cd: can't cd to hiredict
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
/bin/sh: 1: cd: can't cd to jemalloc
(cd hdr_histogram && make clean) > /dev/null || true
(cd fpconv && make clean) > /dev/null || true
(rm -f .make-*)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/deps'
(cd modules && make clean)
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/modules'
rm -rf *.xo *.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/modules'
(cd ../tests/modules && make clean)
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/modules'
rm -f commandfilter.so basics.so testrdb.so fork.so infotest 
[too-long-redacted] htwo.xo rdbloadsave.xo crash.xo
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/modules'
(rm -f .make-*)
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary --with=installsysusers
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- V=1 USE_SYSTEM_JEMALLOC=yes USE_SYSTEMD=yes USE_JEMALLOC=yes 
USE_SYSTEM_HIREDICT=yes
        make -j2 INSTALL="install --strip-program=true" V=1 
USE_SYSTEM_JEMALLOC=yes USE_SYSTEMD=yes USE_JEMALLOC=yes USE_SYSTEM_HIREDICT=yes
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src all
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
cc -pedantic -DREDICT_STATIC='' -std=gnu11 -Wall -W -Wno-mis 
[too-long-redacted] kefile.dep 2> /dev/null || true
rm -rf redict-server redict-sentinel redict-cli redict-benchmark 
redict-check-rdb redict-check-aof *.o *.gcda *.gcno *.gcov redict.info 
lcov-html Makefile.dep *.so
rm -f threads_mngr.d adlist.d quicklist.d ae.d anet.d dict.d 
[too-long-redacted] li_common.d mt19937-64.d strl.d
(cd ../deps && make distclean)
make[4]: Entering directory '/<<PKGBUILDDIR>>/deps'
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(cd fpconv && make clean) > /dev/null || true
(rm -f .make-*)
make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps'
(cd modules && make clean)
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/modules'
rm -rf *.xo *.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/modules'
(cd ../tests/modules && make clean)
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/modules'
rm -f commandfilter.so basics.so testrdb.so fork.so infotest 
[too-long-redacted] htwo.xo rdbloadsave.xo crash.xo
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/modules'
(rm -f .make-*)
echo STD=-pedantic -DREDICT_STATIC='' -std=gnu11 >> .make-settings
echo WARN=-Wall -W -Wno-missing-field-initializers 
-Werror=deprecated-declarations -Wstrict-prototypes >> .make-settings
echo OPT=-O3 -flto=auto -fno-omit-frame-pointer >> .make-settings
echo MALLOC=jemalloc >> .make-settings
echo BUILD_TLS=yes >> .make-settings
echo USE_SYSTEMD=yes >> .make-settings
echo CFLAGS=-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf >> .make-settings
echo LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic -llzf >> 
.make-settings
echo REDICT_CFLAGS= >> .make-settings
echo REDICT_LDFLAGS= >> .make-settings
echo PREV_FINAL_CFLAGS=-pedantic -DREDICT_STATIC='' -std=gnu11 -Wall -W 
-Wno-missing-field-initializers -Werror=deprecated-declarations 
-Wstrict-prototypes -O3 -flto=auto -fno-omit-frame-pointer -g -ggdb -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/liblzf  
-I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -I../deps/fpconv 
-DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DUSE_SYSTEM_JEMALLOC 
-I/usr/include/jemalloc/include -D_FILE_OFFSET_BITS=64 -DUSE_OPENSSL=1  
-DBUILD_TLS_MODULE=0 >> .make-settings
echo PREV_FINAL_LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic 
-llzf -O3 -flto=auto -fno-omit-frame-pointer  -g -ggdb -rdynamic  >> 
.make-settings
(cd ../deps && make linenoise lua hdr_histogram fpconv)
make[4]: Entering directory '/<<PKGBUILDDIR>>/deps'
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(cd fpconv && make clean) > /dev/null || true
(rm -f .make-*)
(echo "-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf" > .make-cflags)
(echo "-Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic -llzf" > 
.make-ldflags)
MAKE linenoise
cd linenoise && make
MAKE lua
cd lua/src && make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL 
-DREDIS_STATIC='' -DLUA_USE_MKSTEMP -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/liblzf -O2" 
MYLDFLAGS="-Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic -llzf" 
AR="ar rc"
make[5]: Entering directory '/<<PKGBUILDDIR>>/deps/linenoise'
cc  -Wall -Os -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -Wdate-time -D_FORTIFY_SOURCE=2 -c linenoise.c
make[5]: Entering directory '/<<PKGBUILDDIR>>/deps/lua/src'
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lapi.o lapi.c
make[5]: Leaving directory '/<<PKGBUILDDIR>>/deps/linenoise'
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lcode.o lcode.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ldebug.o 
ldebug.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ldo.o ldo.c
MAKE hdr_histogram
cd hdr_histogram && make
make[5]: Entering directory '/<<PKGBUILDDIR>>/deps/hdr_histogram'
cc -std=c99 -Wall -Os -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -Wdate-time -D_FORTIFY_SOURCE=2 
-DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c  hdr_histogram.c 
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ldump.o ldump.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lfunc.o lfunc.c
ar rcs libhdrhistogram.a hdr_histogram.o
make[5]: Leaving directory '/<<PKGBUILDDIR>>/deps/hdr_histogram'
MAKE fpconv
cd fpconv && make
make[5]: Entering directory '/<<PKGBUILDDIR>>/deps/fpconv'
cc  -Wall -Os -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -c  fpconv_dtoa.c 
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lgc.o lgc.c
ar rcs libfpconv.a fpconv_dtoa.o
make[5]: Leaving directory '/<<PKGBUILDDIR>>/deps/fpconv'
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o llex.o llex.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lmem.o lmem.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lobject.o 
lobject.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lopcodes.o 
lopcodes.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lparser.o 
lparser.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lstate.o 
lstate.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lstring.o 
lstring.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ltable.o 
ltable.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ltm.o ltm.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lundump.o 
lundump.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lvm.o lvm.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lzio.o lzio.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o strbuf.o 
strbuf.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o fpconv.o 
fpconv.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lauxlib.o 
lauxlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lbaselib.o 
lbaselib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ldblib.o 
ldblib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o liolib.o 
liolib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lmathlib.o 
lmathlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o loslib.o 
loslib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ltablib.o 
ltablib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lstrlib.o 
lstrlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o loadlib.o 
loadlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o linit.o linit.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lua_cjson.o 
lua_cjson.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lua_struct.o 
lua_struct.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lua_cmsgpack.o 
lua_cmsgpack.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lua_bit.o 
lua_bit.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o lua.o lua.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o luac.o luac.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I/usr/include/liblzf -O2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o print.o print.c
ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o 
lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o 
lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o 
lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o 
lua_struct.o lua_cmsgpack.o lua_bit.o   # DLL needs all object files
ranlib liblua.a
cc -o lua -Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic -llzf lua.o 
liblua.a -lm 
cc -o luac -Wl,-z,relro -Wl,-z,now -Wl,-no-as-needed -ldl -latomic -llzf luac.o 
print.o liblua.a -lm 
make[5]: Leaving directory '/<<PKGBUILDDIR>>/deps/lua/src'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps'
cc -pedantic -DREDICT_STATIC='' -std=gnu11 -Wall -W 
-Wno-missing-field-initializers -Werror=deprecated-declarations 
-Wstrict-prototypes -O3 -flto=auto -fno-omit-frame-pointer -g -ggdb -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/liblzf  
-I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -I../deps/fpconv 
-DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DUSE_SYSTEM_JEMALLOC 
-I/usr/include/jemalloc/include -D_FILE_OFFSET_BITS=64 -DUSE_OPENSSL=1  
-DBUILD_TLS_MODULE=0 -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -o threads_mngr.o -c 
threads_mngr.c
cc -pedantic -DREDICT_STATIC='' -std=gnu11 -Wall -W 
-Wno-missing-field-initializers -Werror=deprecated-declarations 
-Wstrict-prototypes -O3 -flto=auto -fno-omit-frame-pointer -g -ggdb -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/liblzf  
-I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -I../deps/fpconv 
-DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DUSE_SYSTEM_JEMALLOC 
-I/usr/include/jemalloc/include -D_FILE_OFFSET_BITS=64 -DUSE_OPENSSL=1  
-DBUILD_TLS_MODULE=0 -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -o adlist.o -c 
adlist.c
In file included from adlist.c:10:
zmalloc.h:36:2: error: #error "Newer version of jemalloc required"
   36 | #error "Newer version of jemalloc required"
      |  ^~~~~
make[3]: *** [Makefile:459: adlist.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from server.h:50,
                 from threads_mngr.c:14:
zmalloc.h:36:2: error: #error "Newer version of jemalloc required"
   36 | #error "Newer version of jemalloc required"
      |  ^~~~~
make[3]: *** [Makefile:459: threads_mngr.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:6: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" V=1 
USE_SYSTEM_JEMALLOC=yes USE_SYSTEMD=yes USE_JEMALLOC=yes 
USE_SYSTEM_HIREDICT=yes returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: jemalloc
Source-Version: 5.3.1-2
Done: Faidon Liambotis <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jemalloc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Faidon Liambotis <[email protected]> (supplier of updated jemalloc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 May 2026 09:58:18 +0300
Source: jemalloc
Architecture: source
Version: 5.3.1-2
Distribution: unstable
Urgency: high
Maintainer: Faidon Liambotis <[email protected]>
Changed-By: Faidon Liambotis <[email protected]>
Closes: 1134684
Changes:
 jemalloc (5.3.1-2) unstable; urgency=high
 .
   * Revert to a manually crafted debian/watch, in order to fetch
     upstream-authored tarball rather than git snapshots.
   * Add a VERSION file manually, missing due to the tarball issue above, to
     address an FTBFS in certain users of jemalloc. (Closes: #1134684)
   * Add a guard against building with an invalid (0.0.0) JEMALLOC_VERSION, as
     another layer of defense to prevent the recurrence of such issues in the
     future.
Checksums-Sha1:
 c9ca1a5155ac4f7a052f69cec8f2f7542d6ae782 2689 jemalloc_5.3.1-2.dsc
 8a2c45a61163555bb0cca1b9ba010983b0f83691 15580 jemalloc_5.3.1-2.debian.tar.xz
 cb9d33683113607e16770797c6c760c1966e7692 6506 jemalloc_5.3.1-2_amd64.buildinfo
Checksums-Sha256:
 4784116b6d9d6453e202e0aa1f72ba3908b398e1f1a45c7c19508fc408fd933b 2689 
jemalloc_5.3.1-2.dsc
 22466f65d7628b4ff02772c94d83e90aef2680b040ef659e44c24eac78e8dd59 15580 
jemalloc_5.3.1-2.debian.tar.xz
 ae15ede932d3342f89e6399c0d6d15740b701fd225e7975a2a26bc532bfd9be3 6506 
jemalloc_5.3.1-2_amd64.buildinfo
Files:
 742563997db75ee6d8a471ace423ca7b 2689 libs optional jemalloc_5.3.1-2.dsc
 77755ac29f7fd9da2dd55ea0446950eb 15580 libs optional 
jemalloc_5.3.1-2.debian.tar.xz
 ff795624f455f83a5200977c7463c110 6506 libs optional 
jemalloc_5.3.1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEqVksUhy5BAd9ZZgAnQteWx7sjw4FAmn50bIACgkQnQteWx7s
jw4ZDBAA0Aoc3HydaoCwX47N3oVVhepykkjfbLefG8VUk8R4mFipfrufQIIlYBWY
RADc4pQ5UYrM/JzZy2+KTdVFtkecoAEu/Xpn75qMpBSKNXeL5bZ69rpS5GZBF2/p
hgskHUJQsJK7ne9yUfGqcw+qU+HqOf0f7TZoXwKoSUcY+8jbXSz5592R5Ws9YdUc
1OoaXZz6r9o1QOVY4H3j4B5aCThyibT8LWIBKhjEp+a2yGDKF0NSY94ix66S41Cj
NiDxcBzGY7gYDnxsc0HwZ5bIa3gfyngffaUHf/FHCektH8Utlw8BIeZM9Zxyed9b
xEUIY9ZqUwsC5gtafWM++jTRLsVc9+413Mt1Vu7mSjCr7bKPqangie8UbIB8fIoX
2bNK5qe5fF1ym7LTWj+Q5xPBJ7dqS1YaQbwfyymbhUdLWooxsoaVJ0TLIP3pzOh8
iaK0iFiPk6yYiMLDzRSEq8earSJFNZhhxBPD3cz1XI97yU0hyDMleFQCCo5aq0no
2EmDhNssajhWk478lqLh9yDOTXIJ+hxpdqWnR38pIJgORuLqiV6EAsz/xWKDwI8f
Oxvq/PP6t+8XI6phMURSZrVPf8VFn2AjxxGkAxrcHMxvxjzKNwhe6AI3ZVvkFtwW
OCBAhU7mV39K5kMhXOaUyWDpLQj9PYLCwMSEKLVHu/Y9RLSl3Qs=
=qc99
-----END PGP SIGNATURE-----

Attachment: pgpDF9QT52Fti.pgp
Description: PGP signature


--- End Message ---

Reply via email to