* Processed: xfsprogs FTCBFS: [TEST] CRC32 fails to compile [not found] ` <YZPJDbOH7tDyK5sb@alf.mars> @ 2021-11-18 5:24 ` Debian Bug Tracking System 2021-11-19 17:36 ` Bug#999879: marked as done (xfsprogs FTCBFS: [TEST] CRC32 fails to compile) Debian Bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Debian Bug Tracking System @ 2021-11-18 5:24 UTC (permalink / raw) To: Helmut Grohne; +Cc: linux-xfs Processing control commands: > block -1 by 999743 Bug #999879 [src:xfsprogs] xfsprogs FTCBFS: [TEST] CRC32 fails to compile 999879 was not blocked by any bugs. 999879 was not blocking any bugs. Added blocking bug(s) of 999879: 999743 -- 999879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999879 Debian Bug Tracking System Contact owner@bugs.debian.org with problems ^ permalink raw reply [flat|nested] 3+ messages in thread
* Bug#999879: marked as done (xfsprogs FTCBFS: [TEST] CRC32 fails to compile) [not found] ` <YZPJDbOH7tDyK5sb@alf.mars> 2021-11-18 5:24 ` Processed: xfsprogs FTCBFS: [TEST] CRC32 fails to compile Debian Bug Tracking System @ 2021-11-19 17:36 ` Debian Bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Debian Bug Tracking System @ 2021-11-19 17:36 UTC (permalink / raw) To: Bastian Germann [-- Attachment #1: Type: text/plain, Size: 835 bytes --] Your message dated Fri, 19 Nov 2021 18:33:43 +0100 with message-id <b14e2072-5556-41b9-dfab-035b35f3d395@debian.org> and subject line xfsprogs fix has caused the Debian Bug report #999879, regarding xfsprogs FTCBFS: [TEST] CRC32 fails to compile 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 owner@bugs.debian.org immediately.) -- 999879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999879 Debian Bug Tracking System Contact owner@bugs.debian.org with problems [-- Attachment #2: Type: message/rfc822, Size: 3379 bytes --] [-- Attachment #2.1.1: Type: text/plain, Size: 581 bytes --] Source: xfsprogs Version: 5.14.0-rc1-1 Tags: patch User: debian-cross@lists.debian.org Usertags: ftcbfs Control: block -1 by 999743 xfsprogs fails to cross build from source, because it attempts to build its crc32 test with the build architecture compiler and thus fails finding the liburcu, which is only requested for the host architecture. While this test is useful for native builds, it is not that useful for cross builds. I propose skipping it (e.g. by pre-creating the output file). After doing so it fails via #999743. Please consider applying the attached patch. Helmut [-- Attachment #2.1.2: xfsprogs_5.14.0-rc1-1.1.debdiff --] [-- Type: text/plain, Size: 1023 bytes --] diff --minimal -Nru xfsprogs-5.14.0-rc1/debian/changelog xfsprogs-5.14.0-rc1/debian/changelog --- xfsprogs-5.14.0-rc1/debian/changelog 2021-11-14 23:18:22.000000000 +0100 +++ xfsprogs-5.14.0-rc1/debian/changelog 2021-11-16 14:43:28.000000000 +0100 @@ -1,3 +1,10 @@ +xfsprogs (5.14.0-rc1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Skip crc32 test. (Closes: #-1) + + -- Helmut Grohne <helmut@subdivi.de> Tue, 16 Nov 2021 14:43:28 +0100 + xfsprogs (5.14.0-rc1-1) unstable; urgency=medium [ Dave Chinner ] diff --minimal -Nru xfsprogs-5.14.0-rc1/debian/rules xfsprogs-5.14.0-rc1/debian/rules --- xfsprogs-5.14.0-rc1/debian/rules 2021-11-14 23:18:22.000000000 +0100 +++ xfsprogs-5.14.0-rc1/debian/rules 2021-11-16 14:43:28.000000000 +0100 @@ -40,6 +40,9 @@ build-indep: built built: dibuild config @echo "== dpkg-buildpackage: build" 1>&2 +ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) + touch --date=+3day libfrog/crc32selftest +endif $(MAKE) $(PMAKEFLAGS) default touch built [-- Attachment #3: Type: message/rfc822, Size: 2454 bytes --] From: Bastian Germann <bage@debian.org> To: 999743-done@bugs.debian.org, 999879-done@bugs.debian.org Subject: xfsprogs fix Date: Fri, 19 Nov 2021 18:33:43 +0100 Message-ID: <b14e2072-5556-41b9-dfab-035b35f3d395@debian.org> Version: 5.14.0-1 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <163700840784.4520.2954754823827344140.reportbug@localhost>]
* Bug#999743: marked as done (xfsprogs FTBFS: .gitcensus: No such file or directory) [not found] ` <163700840784.4520.2954754823827344140.reportbug@localhost> @ 2021-11-19 17:36 ` Debian Bug Tracking System 0 siblings, 0 replies; 3+ messages in thread From: Debian Bug Tracking System @ 2021-11-19 17:36 UTC (permalink / raw) To: Bastian Germann [-- Attachment #1: Type: text/plain, Size: 842 bytes --] Your message dated Fri, 19 Nov 2021 18:33:43 +0100 with message-id <b14e2072-5556-41b9-dfab-035b35f3d395@debian.org> and subject line xfsprogs fix has caused the Debian Bug report #999743, regarding xfsprogs FTBFS: .gitcensus: No such file or directory 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 owner@bugs.debian.org immediately.) -- 999743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999743 Debian Bug Tracking System Contact owner@bugs.debian.org with problems [-- Attachment #2: Type: message/rfc822, Size: 1994 bytes --] From: Adrian Bunk <bunk@debian.org> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: xfsprogs FTBFS: .gitcensus: No such file or directory Date: Mon, 15 Nov 2021 22:33:27 +0200 Message-ID: <163700840784.4520.2954754823827344140.reportbug@localhost> Source: xfsprogs Version: 5.14.0-rc1-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=xfsprogs&ver=5.14.0-rc1-1 ... cat: .gitcensus: No such file or directory /bin/tar: .gitcensus: Cannot stat: No such file or directory /bin/tar: Exiting with failure status due to previous errors gmake[2]: *** [Makefile:187: xfsprogs-5.14.0-rc1.tar.gz] Error 2 [-- Attachment #3: Type: message/rfc822, Size: 2479 bytes --] From: Bastian Germann <bage@debian.org> To: 999743-done@bugs.debian.org, 999879-done@bugs.debian.org Subject: xfsprogs fix Date: Fri, 19 Nov 2021 18:33:43 +0100 Message-ID: <b14e2072-5556-41b9-dfab-035b35f3d395@debian.org> Version: 5.14.0-1 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-19 17:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <b14e2072-5556-41b9-dfab-035b35f3d395@debian.org>
[not found] ` <YZPJDbOH7tDyK5sb@alf.mars>
2021-11-18 5:24 ` Processed: xfsprogs FTCBFS: [TEST] CRC32 fails to compile Debian Bug Tracking System
2021-11-19 17:36 ` Bug#999879: marked as done (xfsprogs FTCBFS: [TEST] CRC32 fails to compile) Debian Bug Tracking System
[not found] ` <163700840784.4520.2954754823827344140.reportbug@localhost>
2021-11-19 17:36 ` Bug#999743: marked as done (xfsprogs FTBFS: .gitcensus: No such file or directory) Debian Bug Tracking System
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).