Your message dated Sat, 13 Dec 2025 09:49:40 +0000
with message-id <[email protected]>
and subject line Bug#1122609: fixed in wasmedge 0.14.1+dfsg-3.2
has caused the Debian Bug report #1122609,
regarding wasmedge ftbfs with LLVM 21
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.)
--
1122609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122609
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wasmedge
Version: 0.14.1+dfsg-3.1
Severity: serious
Tags: ftbfs sid forky
User: [email protected]>
Usertags: llvm-21
wasmedge ftbfs with LLVM 21:
[...]
[ 24%] Building CXX object
lib/loader/CMakeFiles/wasmedgeLoaderFileMgr.dir/shared_library.cpp.o
cd
/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/loader
&& /usr/bin/c++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL
-DSPDLOG_SHARED_LIB
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/include
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/include
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/system
-g -O2 -ffile-prefix-map=/build/reproducible-path/wasmedge-0.14.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden -Wall -Wextra -Werror -Wno-error=pedantic
-Wno-psabi -Wno-error=dangling-reference -Wno-error=template-id-cdtor
-MD -MT
lib/loader/CMakeFiles/wasmedgeLoaderFileMgr.dir/shared_library.cpp.o -MF
CMakeFiles/wasmedgeLoaderFileMgr.dir/shared_library.cpp.o.d -o
CMakeFiles/wasmedgeLoaderFileMgr.dir/shared_library.cpp.o -c
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/loader/shared_library.cpp
In file included from
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/data.h:5,
from
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/compiler.cpp:10:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h: In member
function ‘unsigned int WasmEdge::LLVM::Type::getPrimitiveSizeInBits()
const’:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h:552:10:
error: ‘LLVMX86_MMXTypeKind’ was not declared in this scope; did you
mean ‘LLVMX86_AMXTypeKind’?
552 | case LLVMX86_MMXTypeKind:
| ^~~~~~~~~~~~~~~~~~~
| LLVMX86_AMXTypeKind
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h: In member
function ‘WasmEdge::LLVM::Context
WasmEdge::LLVM::OrcThreadSafeContext::getContext()’:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h:2017:12:
error: ‘LLVMOrcThreadSafeContextGetContext’ was not declared in this
scope; did you mean ‘LLVMOrcThreadSafeContextRef’?
2017 | return LLVMOrcThreadSafeContextGetContext(Ref);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| LLVMOrcThreadSafeContextRef
[ 25%] Linking CXX static library libwasmedgeAOT.a
cd
/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/aot
&& /usr/bin/cmake -P CMakeFiles/wasmedgeAOT.dir/cmake_clean_target.cmake
cd
/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/aot
&& /usr/bin/cmake -E cmake_link_script
CMakeFiles/wasmedgeAOT.dir/link.txt --verbose=1
In file included from
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/data.h:5,
from
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/codegen.cpp:8:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h: In member
function ‘unsigned int WasmEdge::LLVM::Type::getPrimitiveSizeInBits()
const’:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h:552:10:
error: ‘LLVMX86_MMXTypeKind’ was not declared in this scope; did you
mean ‘LLVMX86_AMXTypeKind’?
552 | case LLVMX86_MMXTypeKind:
| ^~~~~~~~~~~~~~~~~~~
| LLVMX86_AMXTypeKind
/usr/bin/ar qc libwasmedgeAOT.a CMakeFiles/wasmedgeAOT.dir/blake3.cpp.o
CMakeFiles/wasmedgeAOT.dir/cache.cpp.o
/usr/bin/ranlib libwasmedgeAOT.a
make[3]: Leaving directory
'/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu'
[ 25%] Built target wasmedgeAOT
[ 25%] Building CXX object lib/llvm/CMakeFiles/wasmedgeLLVM.dir/data.cpp.o
cd
/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/llvm
&& /usr/bin/c++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL
-DSPDLOG_SHARED_LIB
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/include
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/include
-I/build/reproducible-path/wasmedge-0.14.1+dfsg/obj-aarch64-linux-gnu/lib/system
-isystem /usr/lib/llvm-21/include -g -O2
-ffile-prefix-map=/build/reproducible-path/wasmedge-0.14.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden -fno-exceptions -funwind-tables -Wall
-Wextra -Werror -Wno-error=pedantic -Wno-psabi
-Wno-error=dangling-reference -Wno-error=template-id-cdtor -MD -MT
lib/llvm/CMakeFiles/wasmedgeLLVM.dir/data.cpp.o -MF
CMakeFiles/wasmedgeLLVM.dir/data.cpp.o.d -o
CMakeFiles/wasmedgeLLVM.dir/data.cpp.o -c
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/data.cpp
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h: In member
function ‘WasmEdge::LLVM::Context
WasmEdge::LLVM::OrcThreadSafeContext::getContext()’:
/build/reproducible-path/wasmedge-0.14.1+dfsg/lib/llvm/llvm.h:2017:12:
error: ‘LLVMOrcThreadSafeContextGetContext’ was not declared in this
scope; did you mean ‘LLVMOrcThreadSafeContextRef’?
2017 | return LLVMOrcThreadSafeContextGetContext(Ref);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| LLVMOrcThreadSafeContextRef
--- End Message ---
--- Begin Message ---
Source: wasmedge
Source-Version: 0.14.1+dfsg-3.2
Done: Matthias Klose <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wasmedge, 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.
Matthias Klose <[email protected]> (supplier of updated wasmedge 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: Sat, 13 Dec 2025 10:07:28 +0100
Source: wasmedge
Architecture: source
Version: 0.14.1+dfsg-3.2
Distribution: unstable
Urgency: medium
Maintainer: Faidon Liambotis <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 1122609
Changes:
wasmedge (0.14.1+dfsg-3.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS in questing due to LLVM 20. LP: #2113496 (Destiny Mora).
- Remove-LLVMX86_MMXTypeKind-in-LLVM-20.patch.
* Fix build with LLVM 21 (patch taken from upstream). Closes: #1122609.
Checksums-Sha1:
856ab24249fa5eb0ae2372d4e2af11b613f28e7e 2315 wasmedge_0.14.1+dfsg-3.2.dsc
41311e19a100ab41e583dabd7867448f9ba93709 22244
wasmedge_0.14.1+dfsg-3.2.debian.tar.xz
b3b17b7fa85108820d36d1996537380a991e0488 8498
wasmedge_0.14.1+dfsg-3.2_source.buildinfo
Checksums-Sha256:
06af07d0d6cdb7bbcbb12277c6f05c82214e36134b7248a7f869b0a4f942efd8 2315
wasmedge_0.14.1+dfsg-3.2.dsc
30210ad5762a24f21577158920ebd9ce9406c8f9de8201faf217bd4d95e60c59 22244
wasmedge_0.14.1+dfsg-3.2.debian.tar.xz
afec442a92209272ffe53f05fe5528245a6e603172cfe281f4981ed95f6c5bab 8498
wasmedge_0.14.1+dfsg-3.2_source.buildinfo
Files:
5ea2d9b6b2dae55e9db5ee5c507af6d1 2315 web optional wasmedge_0.14.1+dfsg-3.2.dsc
bcb5613c5770c89b13d67a06bf922772 22244 web optional
wasmedge_0.14.1+dfsg-3.2.debian.tar.xz
d109579adc595babb84e3d76b98f71f8 8498 web optional
wasmedge_0.14.1+dfsg-3.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmk9MOkQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9VzxD/4hkeLwX8Eaji7QEyB+ACnUSaRhM/igkwyW
Jeylc+C4wIB0FJXt0wfo+97vFBGX1/+1jWfjGzMebo6NO50dDbQjab+J8quA7agc
BLTM+943uB9yauOtg49v8LM4BsJQTKsid2BC+3UW5C7cz0KcSlHV5H1rdrVsp8uI
YSz001aQQ1opHNpytKTIsnRyjlJ4dwA+QvUuxCDdp+jZhMZDQXFQ12PV+q4N2aiV
pYvfRs0HU3HOI4qoOHkh4KqNSQS0iEMOtKWOI4ImVyPlEvPRj+7Oy+UdaNYdApm1
lW/SV4zf0zKeOdVVjkhFLtJlyg0O1VlAKitm1Ba5PI274pOj7gi+r2ti7rG1GS+C
ovj1mH+6aSjk2E5rE8ns7a/dl1hMZdsI4TVtE43d24HwWJb5R2KXZZX4cz6jxpXm
wGrqHdURN8YkZWGnihikNoMOPyK+TEix+gdiaXHrdcZ2GNB0jD+y+C7b2j0lySAq
Hzgh18DsrLiI2J5OOMuSFXjShD8kSinZ3sHvAkUUDxEznh6xbumvX2kAiYuIdl2a
+gXR6G9vy4kWAngo1QXwFTDsah9deO+hEuAPDgsevKGdjDfXF1+nxyU48l+iZl28
IlvnEpYkMa+zheig3ov00Vf9sz5JqP5as9+0TcmupTPn1vpIAIq5BUzlmv/mC2+a
eWbp00PwgA==
=BSvk
-----END PGP SIGNATURE-----
pgpJvJAlnfvpe.pgp
Description: PGP signature
--- End Message ---