** Description changed: tag: update-excuse Hi, - the current version 2.11.0-1 in resolute-propsed that was copied from + the current version 2.11.0-1 in resolute-proposed that was copied from Debian fails to build from source for architecture s390x with error make[2]: Leaving directory '/<<PKGBUILDDIR>>/build' - cd build; PATH=/<<PKGBUILDDIR>>/debian/tmp-test:$PATH /usr/bin/dune-ctest "-E test-quadrature" + cd build; PATH=/<<PKGBUILDDIR>>/debian/tmp-test:$PATH /usr/bin/dune-ctest "-E test-quadrature" CMake Error: Unknown argument: -E test-quadrature CMake Error: Run 'ctest --help' for all supported options. Internal error: 'list' object has no attribute 'join' make[1]: *** [/usr/share/dune/dune-debian.mk:39: override_dh_auto_test] Error 127 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary-arch subprocess failed with exit status 2 See full log [1]. This problems has been fixed in version 2.11.0-2 [2]. I tested that fix in resolute. This should also allow the builds for dune-grid, dune-grid-glue, dune- functions and dune-localfunctions. + AFAIK the risk that this breaks anything in resolute proposed is rather + small. There is no delta in Ubuntu + + The diff between the versions is: + + $ git diff debian/2.11.0-1..debian/2.11.0-2 + diff --git a/debian/changelog b/debian/changelog + index 2bdacf8..4b4761d 100644 + --- a/debian/changelog + +++ b/debian/changelog + @@ -1,3 +1,9 @@ + +dune-geometry (2.11.0-2) unstable; urgency=medium + + + + * d/rules: Correct ctest exclusion to fix ftbs on resolute s390x + + + + -- Markus Blatt <[email protected]> Thu, 26 Feb 2026 11:50:08 +0100 + + + dune-geometry (2.11.0-1) unstable; urgency=medium + + * New upstream version 2.11.0 + diff --git a/debian/rules b/debian/rules + index 033f365..7e7ee34 100755 + --- a/debian/rules + +++ b/debian/rules + @@ -5,7 +5,7 @@ include /usr/share/dune/dune-debian.mk + # We have failing tests on s390x. We think the code is actually buggy + # and deactivate the test.. + ifneq (,$(filter $(DEB_HOST_ARCH), s390x)) + - DUNE_CTEST_OPTIONS += "-E test-quadrature" + + DUNE_CTEST_OPTIONS += -E test-quadrature + endif + + %: + + Best, Markus [1] https://launchpadlibrarian.net/846751961/buildlog_ubuntu-resolute-s390x.dune-geometry_2.11.0-1_BUILDING.txt.gz - [2] https://tracker.debian.org/pkg/dune-geometryHi, + [2] https://tracker.debian.org/pkg/dune-geometry
** Summary changed: - [ FFE]Please merge version 2.11.0-2 to fix FTBS on s390x for resolute-proposed + [FFE] Please merge version 2.11.0-2 to fix FTBS on s390x for resolute-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2142750 Title: [FFE] Please merge version 2.11.0-2 to fix FTBS on s390x for resolute- proposed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dune-geometry/+bug/2142750/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
