summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f275ad)
raw | patch | inline | side by side (parent: 5f275ad)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Jun 2007 22:30:51 +0000 (00:30 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Jun 2007 22:30:51 +0000 (00:30 +0200) |
Frank Lichtenheld reported a FTBFS on hppa due to linking a static library
build without -fPIC into a shared object.
This is most likely caused by bugs #358637 and #419684.
build without -fPIC into a shared object.
This is most likely caused by bugs #358637 and #419684.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 24a5b65977e119bea48e1c1a9872a8fad0a76d82..3c5cadf6428e8ffdfd1765628a9f4718a2706a8f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
collectd (4.0.4-1) experimental; urgency=low
* New upstream release.
+ * Disable iptables and nut plugins on hppa as well to work around a FTBFS
+ caused by #358637 and presumably #419684 (Closes: #430933).
- -- Sebastian Harl <sh@tokkee.org> Mon, 25 Jun 2007 09:24:59 +0200
+ -- Sebastian Harl <sh@tokkee.org> Sat, 30 Jun 2007 00:12:12 +0200
collectd (4.0.3-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 73f4a8b4ca01234b2efbd4e66c70bb7ebf09bd7f..cb0ef3478886b9f762b6164a6dd4b63f2be62d64 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: utils
Priority: optional
Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !ia64 !ppc64], nut-dev [!alpha !amd64 !ia64 !ppc64], libperl-dev
+Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev
Build-Conflicts: libpthread-dev
Standards-Version: 3.7.2
XS-Vcs-Git: git://git.tokkee.org/pkg-collectd.git
diff --git a/debian/rules b/debian/rules
index 0f33ed9683c3c18bd32074ab745afa47daf5ed3b..e3783986a998cfd12a50abfa3020691e964d692d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# The static libraries iptc and upsclient cannot be used on 64bit systems
# (see bugs #358637 and #419684 for more details).
-ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 ia64 ppc64))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64))
confflags += --disable-iptables --disable-nut
endif