Your message dated Thu, 06 Aug 2026 09:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1143438: fixed in wabt 1.0.41+dfsg+~cs1.0.39-1
has caused the Debian Bug report #1143438,
regarding wabt: FTBFS: dpkg-buildpackage: error: debian/rules binary subprocess
failed with exit status 2
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.)
--
1143438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wabt
Version: 1.0.36+dfsg+~cs1.0.36-2
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/202608/
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:wabt, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=cmake
dh_auto_clean -O--buildsystem=cmake
dh_autoreconf_clean -O--buildsystem=cmake
dh_clean -O--buildsystem=cmake
debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf third_party/gtest
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --buildsystem=cmake
dh_update_autotools_config -O--buildsystem=cmake
dh_autoreconf -O--buildsystem=cmake
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p third_party && ln -sf /usr/src/googletest third_party/gtest
dh_auto_configure -- \
-DBUILD_TESTS=ON -DBUILD_LIBWASM=OFF
cd obj-x86_64-linux-gnu && env -- DEB_PYTHON_INSTALL_LAYOUT=deb
--unset=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_C_COMPILER=/usr/bin/x86_64-linux-gnu-gcc
-DCMAKE_CXX_COMPILER=/usr/bin/x86_64-linux-gnu-g\+\+
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DBUILD_TESTS=ON
-DBUILD_LIBWASM=OFF ..
-- The C compiler identification is GNU 16.1.0
-- The CXX compiler identification is GNU 16.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for setjmp.h
-- Looking for setjmp.h - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for openssl/sha.h
-- Looking for openssl/sha.h - found
-- Using OpenSSL libcrypto for SHA-256
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Looking for __i386__
-- Looking for __i386__ - not found
-- Looking for __SSE2_MATH__
-- Looking for __SSE2_MATH__ - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Python3: /usr/bin/python3 (found suitable version "3.14.6", minimum
required is "3.5") found components: Interpreter
-- Configuring done (1.3s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
mkdir -p out/emscripten/Release
cd out/emscripten/Release && \
CFLAGS='-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2' \
CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' \
LDFLAGS='-Wl,-z,relro' \
CPPFLAGS='-Wdate-time' \
cmake -G Ninja -S ../../.. \
-B . \
-DCMAKE_TOOLCHAIN_FILE=/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake
\
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for setjmp.h
-- Looking for setjmp.h - not found
-- Looking for snprintf
-- Looking for snprintf - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - not found
-- Looking for stddef.h
-- Looking for stddef.h - not found
-- Check size of ssize_t
-- Check size of ssize_t - failed
-- Check size of size_t
-- Check size of size_t - failed
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
CMake Error at
/usr/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
/usr/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:654
(_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-4.3/Modules/FindThreads.cmake:289
(find_package_handle_standard_args)
CMakeLists.txt:668 (find_package)
-- Configuring incomplete, errors occurred!
make[1]: *** [debian/rules:32: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: wabt
Source-Version: 1.0.41+dfsg+~cs1.0.39-1
Done: Xavier Guimard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wabt, 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.
Xavier Guimard <[email protected]> (supplier of updated wabt 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: Thu, 06 Aug 2026 11:05:18 +0200
Source: wabt
Architecture: source
Version: 1.0.41+dfsg+~cs1.0.39-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1143438
Changes:
wabt (1.0.41+dfsg+~cs1.0.39-1) unstable; urgency=medium
.
* New upstream version 1.0.41+dfsg+~cs1.0.39 (Closes: 1143438)
* Patches:
- drop 0003-Use-debian-dir-for-emscript-makefile.patch
Checksums-Sha1:
675f59bed23ea68c6e29519c18c7b4c6ac634fb4 2448 wabt_1.0.41+dfsg+~cs1.0.39-1.dsc
d5114dea359824409f56fa19bbabbc42e335bf70 22232
wabt_1.0.41+dfsg+~cs1.0.39.orig-node-wabt-js.tar.xz
c1477a761a85d0ebe96e48b7056db3160b0ded45 656236
wabt_1.0.41+dfsg+~cs1.0.39.orig.tar.xz
7acc1aa4556eb1250b3a653a7656407bd26c4f5d 14256
wabt_1.0.41+dfsg+~cs1.0.39-1.debian.tar.xz
Checksums-Sha256:
26cd10bc71b7e12c1e6732fcc881aaff2f8552c3ed72053c2c7c2f2e2d183a0b 2448
wabt_1.0.41+dfsg+~cs1.0.39-1.dsc
f1cebe162a004daf8d8885af84d0fd58fb43d84e0a104f06deb431c4011f7e0e 22232
wabt_1.0.41+dfsg+~cs1.0.39.orig-node-wabt-js.tar.xz
388fe30061256b1cb654cc664c12cebd51a4a1487d1a21b1f59902068f23e224 656236
wabt_1.0.41+dfsg+~cs1.0.39.orig.tar.xz
5fd4e67bf429b880e63d65d37eafeaa15bd0f3bab0d68fa10622b67f47a44055 14256
wabt_1.0.41+dfsg+~cs1.0.39-1.debian.tar.xz
Files:
00bc89ebfcc2a8f726c64e053f6ab87d 2448 devel optional
wabt_1.0.41+dfsg+~cs1.0.39-1.dsc
f44ed53d5e82d9e31f5766d9ee4fb589 22232 devel optional
wabt_1.0.41+dfsg+~cs1.0.39.orig-node-wabt-js.tar.xz
841672481d843d18c95b41a174b229f1 656236 devel optional
wabt_1.0.41+dfsg+~cs1.0.39.orig.tar.xz
0e6b758bf31f587f604191c954bad905 14256 devel optional
wabt_1.0.41+dfsg+~cs1.0.39-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmp0UAkACgkQ9tdMp8mZ
7ukweBAAhstE4lMQYJOgp6KvQi8LrMKglDIk82d73gwyBoCB+A/OJ9J3Q37ivGVd
l031lTSjxV1dp/v5bw1oOd9vroKqaRMEvIiVejOtAAT9DOQHaV9vLUKVhcrC3+4U
asjTbAkIRXUD0UYCdhMeSPfXeBHOZJ8JkPDV4TRKNY33StcuZqL5a/TT+A+HVZFm
aTXFvbz5usdsrJPZrhd9kaBOmkyHLqmG25WhSkygv7IVBYcvTmgy0DtH9LAx5uW1
7pzsPLDFzk5amv5JwdZuAlJZ5ajPi6aWlp0zTzaAYUPhHicn/AmoVn5ucWSZp1aP
dRyAUmpN7JQOx7rFL2jwQIBJ8yKjtX/mkpJIRa2Ct/SqHLvU7leIp5GR5rJbMj8p
K+LegsSwzO7P8EWvWU/Y+bKKETyxlMy3fAYKFuNEjbI4qh0LNoTpzBhf4Jv+A1ak
5bUhiozMsBqJwfoP64e/2/wRkSYRXe8BAqWX2g8voRRKOngIMySAHFhaEd/q5oTS
lBsjvgoa1hHjs8WFxWvJw3fopqLE5xg46cFwvzb3v5oYjGRIWkD2nshUiFE3so/u
r75d+iQQmWrVK4RiHuGnKm+5UCPZOfcwWkiB2kTpAjNKJaaIx5N3TlwvRAy/exHt
6exXZyQsOvVhkHEhmNKLWUBSUejzStdT4TJN9gyfPwwFwfLDV3c=
=wat+
-----END PGP SIGNATURE-----
pgpB3M4XjdZhe.pgp
Description: PGP signature
--- End Message ---