I noticed this package is listed as low-NMU. As such, I'm taking the liberty of uploading the following patch as NMU to sid:
3 files changed, 28 insertions(+) debian/changelog | 7 +++++++ .../patches/don-t-fail-on-unknown-gcc-warnings.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + modified debian/changelog @@ -1,3 +1,10 @@ +wasmedge (0.13.5+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-14, Closes: #1075633 + + -- Reinhard Tartler <siret...@tauware.de> Sat, 03 Aug 2024 11:02:05 -0400 + wasmedge (0.13.5+dfsg-1) unstable; urgency=medium * New upstream release. new file debian/patches/don-t-fail-on-unknown-gcc-warnings.patch @@ -0,0 +1,20 @@ +From: Reinhard Tartler <siret...@tauware.de> +Date: Sat, 3 Aug 2024 10:46:50 -0400 +Subject: don't fail on unknown gcc warnings + +--- + cmake/Helper.cmake | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/cmake/Helper.cmake b/cmake/Helper.cmake +index f9cdcf2..126e93f 100644 +--- a/cmake/Helper.cmake ++++ b/cmake/Helper.cmake +@@ -39,7 +39,6 @@ else() + + if(NOT WASMEDGE_PLUGIN_WASI_NN_GGML_LLAMA_CUBLAS) + list(APPEND WASMEDGE_CFLAGS +- -Werror + -Wno-error=pedantic + ) + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 13) new file debian/patches/series @@ -0,0 +1 @@ +don-t-fail-on-unknown-gcc-warnings.patch