Source: guile-3.0 Version: 3.0.10+really3.0.10-3 Severity: normal Tags: patch User: debian-al...@lists.debian.org Usertags: alpha X-Debbugs-Cc: debian-al...@lists.debian.org
Hello, after threading was disabled on alpha in #995614, we are now at the point that threading can be reenabled on alpha after the underlying kernel bug was discovered and prelimenary patches [1] are already deployed on all Debian buildds. Thus, can you reenable threading on alpha again? I'm attaching a patch for the changes in debian/rules. Thanks, Adrian > [1] https://marc.info/?l=linux-alpha&m=173870829622266&w=2 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- guile-3.0-3.0.10+really3.0.10/debian/rules.orig 2025-01-17 20:31:53.000000000 +0100 +++ guile-3.0-3.0.10+really3.0.10/debian/rules 2025-02-13 11:09:39.020283090 +0100 @@ -59,9 +59,6 @@ ifneq (,$(filter $(DEB_TARGET_ARCH),armel armhf x32)) deb_config_args += --enable-jit=no endif -ifneq (,$(filter $(DEB_TARGET_ARCH),alpha)) - deb_config_args += --without-threads -endif export DEB_CFLAGS_MAINT_APPEND := \ -DPACKAGE_PACKAGER='"Debian"' \