Source: routino
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org

Dear Maintainer,

The package routino fails to build from source on ppc64el (and other archs as 
well),
due to file zlib.h not found.
This is probably due to a missing build-dep which can be fixed by including 
zlib1g-dev
as such, in d/control.

That is what the patch attached does.

Thanks and regards.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -Nru routino-2.7.2/debian/changelog routino-2.7.2/debian/changelog
--- routino-2.7.2/debian/changelog	2014-10-30 05:45:32.000000000 +0000
+++ routino-2.7.2/debian/changelog	2014-11-10 18:26:30.000000000 +0000
@@ -1,3 +1,10 @@
+routino (2.7.2-1ppc64el1) UNRELEASED; urgency=medium
+
+  * debian/control: include zlib1g-dev as build-dep so zlib.h header file 
+    is installed. Would fix ftbfs on several architectures.
+
+ -- Fernando Seiti Furusato <ferse...@br.ibm.com>  Mon, 10 Nov 2014 18:23:16 +0000
+
 routino (2.7.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru routino-2.7.2/debian/control routino-2.7.2/debian/control
--- routino-2.7.2/debian/control	2014-04-22 05:33:54.000000000 +0000
+++ routino-2.7.2/debian/control	2014-11-10 18:21:50.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Thibaut Gridel <tgri...@free.fr>
 Uploaders: Uwe Steinmann <ste...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), flex, libbz2-dev
+Build-Depends: debhelper (>= 7.0.50~), flex, libbz2-dev, zlib1g-dev
 Standards-Version: 3.9.5
 Homepage: http://www.routino.org/
 Vcs-Git: git://git.debian.org/pkg-grass/routino.git

Reply via email to