[Pkg-matrix-maintainers] Bug#1084312: olm: FTBFS: emcc: error: --memory-init-file is no longer supported
Santiago Vila
sanvila at debian.org
Mon Oct 7 09:37:25 BST 2024
Package: src:olm
Version: 3.2.16+dfsg-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=cmake --builddir=build --with pkgkde_symbolshelper
dh_update_autotools_config -O--buildsystem=cmake -O--builddir=build
dh_autoreconf -O--buildsystem=cmake -O--builddir=build
dh_auto_configure -O--buildsystem=cmake -O--builddir=build
cd build && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The CXX compiler identification is GNU 14.2.0
-- The C compiler identification is GNU 14.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Configuring done (0.6s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/build
debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pandoc --from gfm-raw_html --to html --standalone --output javascript/README.html javascript/README.md
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'README' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --from gfm-raw_html --to plain --output javascript/README.txt javascript/README.md
CFLAGS="-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security" \
CXXFLAGS="-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security" \
LDFLAGS="-Wl,-z,relro" \
LDFLAGS="" \
make -j2 js
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p build/javascript/src/
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/account.o src/account.cpp
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/base64.o src/base64.cpp
clang-18clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/cipher.o src/cipher.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/crypto.o src/crypto.cpp
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/memory.o src/memory.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/message.o src/message.cpp
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/olm.o src/olm.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/pickle.o src/pickle.cpp
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/pk.o src/pk.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/ratchet.o src/ratchet.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/session.o src/session.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/utility.o src/utility.cpp
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/ed25519.o src/ed25519.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/error.o src/error.c
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/inbound_group_session.o src/inbound_group_session.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/megolm.o src/megolm.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/outbound_group_session.o src/outbound_group_session.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/pickle_encoding.o src/pickle_encoding.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/src/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/src/sas.o src/sas.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/lib/crypto-algorithms/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/lib/crypto-algorithms/sha256.o lib/crypto-algorithms/sha256.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/lib/crypto-algorithms/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/lib/crypto-algorithms/aes.o lib/crypto-algorithms/aes.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
mkdir -p build/javascript/lib/curve25519-donna/
emcc -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat -Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=3 -DOLMLIB_VERSION_MINOR=2 -DOLMLIB_VERSION_PATCH=16 -MMD -c -DNDEBUG -DOLM_STATIC_DEFINE=1 -o build/javascript/lib/curve25519-donna/curve25519-donna.o lib/curve25519-donna/curve25519-donna.c
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang-18: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
./exports.py include/olm/olm.h include/olm/outbound_group_session.h include/olm/inbound_group_session.h include/olm/pk.h include/olm/sas.h include/olm/error.h include/olm/olm_export.h > javascript/exported_functions.json.tmp
mv javascript/exported_functions.json.tmp javascript/exported_functions.json
sed s/@VERSION@/3.2.16/ javascript/olm_prefix.js.in > javascript/olm_prefix.js
EMCC_CLOSURE_ARGS="--externs /<<PKGBUILDDIR>>/javascript/externs.js" emcc -O3 --memory-init-file 0 -s NO_FILESYSTEM=1 -s INVOKE_RUN=0 -s MODULARIZE=1 -Wno-error=closure \
-s TOTAL_STACK=65536 -s TOTAL_MEMORY=262144 -s ALLOW_MEMORY_GROWTH \
--pre-js javascript/olm_pre.js \
--post-js javascript/olm_outbound_group_session.js --post-js javascript/olm_inbound_group_session.js --post-js javascript/olm_pk.js --post-js javascript/olm_sas.js --post-js javascript/olm_post.js \
--extern-pre-js javascript/olm_prefix.js \
--extern-post-js javascript/olm_suffix.js \
-s "EXPORTED_FUNCTIONS=@javascript/exported_functions.json" \
-s "EXPORTED_RUNTIME_METHODS=[ALLOC_STACK,writeAsciiToMemory,intArrayFromString,UTF8ToString,stringToUTF8]" \
-o javascript/olm.js build/javascript/src/account.o build/javascript/src/base64.o build/javascript/src/cipher.o build/javascript/src/crypto.o build/javascript/src/memory.o build/javascript/src/message.o build/javascript/src/olm.o build/javascript/src/pickle.o build/javascript/src/pk.o build/javascript/src/ratchet.o build/javascript/src/session.o build/javascript/src/utility.o build/javascript/src/ed25519.o build/javascript/src/error.o build/javascript/src/inbound_group_session.o build/javascript/src/megolm.o build/javascript/src/outbound_group_session.o build/javascript/src/pickle_encoding.o build/javascript/src/sas.o build/javascript/lib/crypto-algorithms/sha256.o build/javascript/lib/crypto-algorithms/aes.o build/javascript/lib/curve25519-donna/curve25519-donna.o
EMCC_CLOSURE_ARGS="--externs /<<PKGBUILDDIR>>/javascript/externs.js" emcc -O3 --memory-init-file 0 -s NO_FILESYSTEM=1 -s INVOKE_RUN=0 -s MODULARIZE=1 -Wno-error=closure \
-s WASM=0 \
--pre-js javascript/olm_pre.js \
--post-js javascript/olm_outbound_group_session.js --post-js javascript/olm_inbound_group_session.js --post-js javascript/olm_pk.js --post-js javascript/olm_sas.js --post-js javascript/olm_post.js \
--extern-pre-js javascript/olm_prefix.js \
--extern-post-js javascript/olm_suffix.js \
-s "EXPORTED_FUNCTIONS=@javascript/exported_functions.json" \
-s "EXPORTED_RUNTIME_METHODS=[ALLOC_STACK,writeAsciiToMemory,intArrayFromString,UTF8ToString,stringToUTF8]" \
-o javascript/olm_legacy.js build/javascript/src/account.o build/javascript/src/base64.o build/javascript/src/cipher.o build/javascript/src/crypto.o build/javascript/src/memory.o build/javascript/src/message.o build/javascript/src/olm.o build/javascript/src/pickle.o build/javascript/src/pk.o build/javascript/src/ratchet.o build/javascript/src/session.o build/javascript/src/utility.o build/javascript/src/ed25519.o build/javascript/src/error.o build/javascript/src/inbound_group_session.o build/javascript/src/megolm.o build/javascript/src/outbound_group_session.o build/javascript/src/pickle_encoding.o build/javascript/src/sas.o build/javascript/lib/crypto-algorithms/sha256.o build/javascript/lib/crypto-algorithms/aes.o build/javascript/lib/curve25519-donna/curve25519-donna.o
emcc: error: --memory-init-file is no longer supported
emcc: error: --memory-init-file is no longer supported
make[2]: *** [Makefile:226: javascript/olm.js] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:237: javascript/olm_legacy.js] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:56: debian/js/olm.js] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:116: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
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 could not 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the Pkg-matrix-maintainers
mailing list