[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#940691: texlive-bin FTCBFS: missing build dependency for tangle



Source: texlive-bin
Version: 2019.20190605.51237-2
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

texlive-bin fails to cross build from source, because it fails to find a
native tangle. tangle resides in texlive-binaries, which is built from
texlive-bin, so we cannot just add the dependency. It's needed for cross
compilation only though, so the cross profile is applicable here.
Indeed, just adding that dependency makes texlive-bin cross buildable.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru texlive-bin-2019.20190605.51237/debian/changelog texlive-bin-2019.20190605.51237/debian/changelog
--- texlive-bin-2019.20190605.51237/debian/changelog	2019-07-10 02:59:23.000000000 +0200
+++ texlive-bin-2019.20190605.51237/debian/changelog	2019-09-19 06:02:02.000000000 +0200
@@ -1,3 +1,11 @@
+texlive-bin (2019.20190605.51237-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add texlive-binaries <cross> to Build-Depends to have
+    a native tangle. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Thu, 19 Sep 2019 06:02:02 +0200
+
 texlive-bin (2019.20190605.51237-2) unstable; urgency=medium
 
   * Cherry pick various fixes:
diff --minimal -Nru texlive-bin-2019.20190605.51237/debian/control texlive-bin-2019.20190605.51237/debian/control
--- texlive-bin-2019.20190605.51237/debian/control	2019-07-10 02:59:23.000000000 +0200
+++ texlive-bin-2019.20190605.51237/debian/control	2019-09-19 06:01:58.000000000 +0200
@@ -36,6 +36,7 @@
   m4 (>= 1.4.16),
   sharutils,
   texinfo,
+  texlive-binaries <cross>,
   time,
   zlib1g-dev | libz-dev
 Standards-Version: 4.2.1

Reply to: