[Reproducible-commits] [texlive-bin] 55/400: FTBFS on Hurd

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch master
in repository texlive-bin.

commit dda394bd96494e2ef58004ef3aa3ead0beaabca2
Author: Hilmar Preusse <hilmar-guest at alioth.debian.org>
Date:   Wed Mar 28 08:32:14 2012 +0000

    FTBFS on Hurd
---
 debian/changelog                |  4 ++++
 debian/patches/61_path_max.diff | 10 ++++++++++
 debian/patches/series           |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5e8648..6dab402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ texlive-bin (2011.2012????-1) unstable; urgency=low
   * remove embedded source copies of several libs (Closes: #665792)
   * disabling pmx compilation (--disable-pmx in debian/rules)
 
+  [ Hilmar Preuße ]
+  * solve FTBFS on Hurd the ugly way, by hard coding PATH_MAX as
+    it is done in kpathsea (61_path_max.diff) (Closes: #665456)
+
  -- Norbert Preining <preining at debian.org>  Wed, 28 Mar 2012 08:12:12 +0900
 
 texlive-bin (2011.20120322-1) unstable; urgency=low
diff --git a/debian/patches/61_path_max.diff b/debian/patches/61_path_max.diff
new file mode 100644
index 0000000..1b7d83e
--- /dev/null
+++ b/debian/patches/61_path_max.diff
@@ -0,0 +1,10 @@
+--- a/texk/ptexenc/ptexenc.c
++++ b/texk/ptexenc/ptexenc.c
+@@ -7,6 +7,7 @@
+ #include <kpathsea/variable.h>
+ #include <kpathsea/readable.h>
+ #include <kpathsea/c-limits.h>
++#include <kpathsea/c-pathmx.h>
+ 
+ #include <ptexenc/c-auto.h>
+ #include <ptexenc/ptexenc.h>
diff --git a/debian/patches/series b/debian/patches/series
index ec1448a..35b9722 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -42,3 +42,4 @@ xdvik-22.84.16-open-mode.patch
 debian-no-linked-scripts
 build-wovp2ovf
 60_unneeded_linking
+61_path_max.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list