Source: fuse3 Version: 3.17.2-1 Severity: important Tags: patch ftbfs User: helm...@debian.org Usertags: rebootstrap
Please update the list of archtectures that require linking -latomic. I'm attaching a patch for your convenience. This affects architecture cross bootstrap. Hence, please try including this change in trixie. Helmut
diff --minimal -Nru fuse3-3.17.2/debian/changelog fuse3-3.17.2/debian/changelog --- fuse3-3.17.2/debian/changelog 2025-04-27 08:10:01.000000000 +0200 +++ fuse3-3.17.2/debian/changelog 2025-05-12 09:53:35.000000000 +0200 @@ -1,3 +1,10 @@ +fuse3 (3.17.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update -latomic architecture list (closes: #-1). + + -- Helmut Grohne <hel...@subdivi.de> Mon, 12 May 2025 09:53:35 +0200 + fuse3 (3.17.2-1) unstable; urgency=medium * New upstream release: diff --minimal -Nru fuse3-3.17.2/debian/rules fuse3-3.17.2/debian/rules --- fuse3-3.17.2/debian/rules 2025-02-22 07:44:45.000000000 +0100 +++ fuse3-3.17.2/debian/rules 2025-05-12 09:53:34.000000000 +0200 @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), arc armel m68k mips mipsel powerpc sh3 sh4 sparc)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -latomic endif