Your message dated Sun, 13 Dec 2020 11:38:27 -0800
with message-id <[email protected]>
and subject line Re: [Debichem-devel] Bug#973448: votca-tools FTCBFS: build
dependency python3 not installable
has caused the Debian Bug report #973448,
regarding votca-tools FTCBFS: build dependency python3 not installable
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.)
--
973448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973448
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: votca-tools
Version: 1.6.2-1
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
votca-tools cannot be cross built from source, because the python3
dependency is not installable. votca-tools does not actually need a host
architecture Python though. It merely wants to run one. That can be
achieved by depending on python3:any.
Even after fixing this aspect, votca-tools continues to fail cross
building, because it generates its manual pages from the --help output
of contained tools. That doesn't work as it requires running host
architecture executables.
Please consider applying the attached patch as an incremental
improvement and close this bug when doing so even without solving the
manual page aspect.
Helmut
diff --minimal -Nru votca-tools-1.6.2/debian/changelog
votca-tools-1.6.2/debian/changelog
--- votca-tools-1.6.2/debian/changelog 2020-08-26 06:55:48.000000000 +0200
+++ votca-tools-1.6.2/debian/changelog 2020-10-29 20:33:21.000000000 +0100
@@ -1,3 +1,11 @@
+votca-tools (1.6.2-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Make cross Build-Depends satisfiably: Annotate python3 with :any.
+ (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Thu, 29 Oct 2020 20:33:21 +0100
+
votca-tools (1.6.2-1) unstable; urgency=medium
* New upstream release.
diff --minimal -Nru votca-tools-1.6.2/debian/control
votca-tools-1.6.2/debian/control
--- votca-tools-1.6.2/debian/control 2020-08-26 06:55:48.000000000 +0200
+++ votca-tools-1.6.2/debian/control 2020-10-29 20:33:19.000000000 +0100
@@ -17,7 +17,7 @@
libfftw3-dev,
libgsl-dev,
pkg-config,
- python3,
+ python3:any,
txt2tags
Rules-Requires-Root: no
Standards-Version: 4.5.0
--- End Message ---
--- Begin Message ---
Version: 1.6.3-1
On Thu, Oct 29, 2020 at 08:41:20PM +0100, Helmut Grohne wrote:
> Source: votca-tools
> Version: 1.6.2-1
> Tags: patch
> User: [email protected]
> Usertags: cross-satisfiability
Got my wires crossed while uploading, and accidentally put in the
equivalent bug number from votca-csg in the changelog. Anyhow, fixed in
1.6.3-1, and will correct the changelog in the *next* upload.
--
Nicholas Breen
[email protected]
--- End Message ---