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

Bug#753334: gmetadom: please use autoreconf in order to build on new archs



Source: gmetadom
Version: 0.2.6-6
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el
User: debian-devel@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package gmetadom fails to build from source on ppc64el because
some configuration files suche as config.{sub,guess} et al need to
be updated.

Running autoreconf during the build fixes that and the package builds
successfully.

The patch attached adds the usage of dh-autoreconf to the build.

Thank you.

Fernando


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

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gmetadom-0.2.6/debian/control gmetadom-0.2.6/debian/control
--- gmetadom-0.2.6/debian/control	2011-05-31 08:46:52.000000000 +0000
+++ gmetadom-0.2.6/debian/control	2014-06-30 15:14:20.000000000 +0000
@@ -4,6 +4,7 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 Uploaders: Sylvain Le Gall <gildor@debian.org>
 Build-Depends:
+ dh-autoreconf,
  debhelper (>= 7),
  ocaml-nox (>= 3.11),
  ocaml-findlib (>= 1.2.4),
diff -Nru gmetadom-0.2.6/debian/rules gmetadom-0.2.6/debian/rules
--- gmetadom-0.2.6/debian/rules	2011-05-31 08:46:52.000000000 +0000
+++ gmetadom-0.2.6/debian/rules	2014-06-30 15:14:10.000000000 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-modules="gdome_cpp_smart gdome_caml"

Reply to: