Your message dated Sat, 22 Feb 2025 11:00:56 +0100
with message-id <[email protected]>
and subject line Re: Bug#1091905: libblockdev FTCBFS: unsatisfiable pylint
dependency
has caused the Debian Bug report #1091905,
regarding libblockdev FTCBFS: unsatisfiable pylint dependency
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.)
--
1091905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091905
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libblockdev
Version: 3.2.1-1
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
libblockdev cannot be cross built from source, because its build
dependency on pylint cannot be satisfied. It is implicitly qualified
with the host architecture, but the target package is Arch:all. We can
annotate it :native to lift that and it also is not required unless
running tests. I'm attaching a patch for your convenience.
Helmut
diff --minimal -Nru libblockdev-3.2.1/debian/changelog
libblockdev-3.2.1/debian/changelog
--- libblockdev-3.2.1/debian/changelog 2024-11-07 23:22:34.000000000 +0100
+++ libblockdev-3.2.1/debian/changelog 2025-01-01 20:26:09.000000000 +0100
@@ -1,3 +1,10 @@
+libblockdev (3.2.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Annotate pylint dependency :native and <!nocheck>. (Closes:
#-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 01 Jan 2025 20:26:09 +0100
+
libblockdev (3.2.1-1) unstable; urgency=medium
* New upstream release
diff --minimal -Nru libblockdev-3.2.1/debian/control
libblockdev-3.2.1/debian/control
--- libblockdev-3.2.1/debian/control 2024-11-07 23:22:34.000000000 +0100
+++ libblockdev-3.2.1/debian/control 2025-01-01 20:26:09.000000000 +0100
@@ -33,7 +33,7 @@
libkmod-dev (>= 19),
libatasmart-dev (>= 0.17),
gtk-doc-tools,
- pylint,
+ pylint:native <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/utopia-team/libblockdev
--- End Message ---
--- Begin Message ---
Version: 3.3.0-1
On Wed, Jan 01, 2025 at 08:47:49PM +0100, Helmut Grohne wrote:
> libblockdev cannot be cross built from source, because its build
> dependency on pylint cannot be satisfied. It is implicitly qualified
> with the host architecture, but the target package is Arch:all. We can
> annotate it :native to lift that and it also is not required unless
> running tests. I'm attaching a patch for your convenience.
This is fixed.
Helmut
--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers