Your message dated Sat, 09 Nov 2024 15:39:37 +0000
with message-id <e1t9nyn-009qvb...@fasolo.debian.org>
and subject line Bug#1084312: fixed in olm 3.2.16+dfsg-3
has caused the Debian Bug report #1084312,
regarding olm: FTBFS: emcc: error: --memory-init-file is no longer supported
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 ow...@bugs.debian.org
immediately.)
--
1084312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084312
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: olm
Source-Version: 3.2.16+dfsg-3
Done: Hubert Chathi <uho...@debian.org>
We believe that the bug you reported is fixed in the latest version of
olm, 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 1084...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hubert Chathi <uho...@debian.org> (supplier of updated olm 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 07 Nov 2024 11:06:32 -0500
Source: olm
Architecture: source
Version: 3.2.16+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Matrix Packaging Team
<pkg-matrix-maintain...@lists.alioth.debian.org>
Changed-By: Hubert Chathi <uho...@debian.org>
Closes: 1084312
Changes:
olm (3.2.16+dfsg-3) unstable; urgency=medium
.
* Drop the JS bindings because it's broken (Closes: #1084312)
Checksums-Sha1:
0d37101e585a4d47c7d7fe71515e68b8d5e83b2b 2641 olm_3.2.16+dfsg-3.dsc
c40794a7bf1bf853d3dbfe3135b2bddabc4b8960 14000 olm_3.2.16+dfsg-3.debian.tar.xz
4fd2673273e920cd5eb6d8be7432adadb194a9f6 9203 olm_3.2.16+dfsg-3_amd64.buildinfo
Checksums-Sha256:
62d37822dda98de8755fe0ff769af4b4a78ecaad81ed63cc3360741502712b3b 2641
olm_3.2.16+dfsg-3.dsc
d78bb4343bb58264484ca3f7f8ca5c76f82ba9901f3a1463c3b5f2753b8ec83f 14000
olm_3.2.16+dfsg-3.debian.tar.xz
5acbb1feb6a7740a174a9d8387e53b3c35e76a16e81b24a0231409958b7a2bff 9203
olm_3.2.16+dfsg-3_amd64.buildinfo
Files:
b19627096e9e55f459377c1fda74f62b 2641 libs optional olm_3.2.16+dfsg-3.dsc
d54a7fe505c035eb778f2464301c2f9e 14000 libs optional
olm_3.2.16+dfsg-3.debian.tar.xz
a7ebdcd6c356a32817f02e67be3cd183 9203 libs optional
olm_3.2.16+dfsg-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE3juhvb4UN2X4rCw4rXmvZUDjNa8FAmcveiMACgkQrXmvZUDj
Na8nVgf5AV6gpZo+xAp5Ypvn6x55mjIGbtVqCB1DaK+tftMbqOsRUf9Pv8VSFHrD
dYCc4bNoWYF6qpobluWwzPrKCaulE74xQ2GDPG3nnlwgkqNRZx7j35l6gdsatffL
CEPFsgmJg80YhHdJlasteCxoqY1txLWqAbmbLM5mGciUW8f97xajfeCez5le0DLx
OT/BBr6S+HnObBl0Lu76Dz5P0QTJ3SEYvgs4mk1Igk5SR3p5vKnLYKht2L7x7Edf
ajoZ1qoOytL71xHwH9N0vxfAmhNHB1ClXtvflANeRyXWT0bp6oTZIm+4z7xmd3SV
0G4kr/MaujowWLdlskLmH76hUzc1rw==
=Ri7U
-----END PGP SIGNATURE-----
pgpPm9MfaS63k.pgp
Description: PGP signature
--- End Message ---