It can be build with this patch
--- a/configure
+++ b/configure
@@ -21396,11 +21396,7 @@
# Check whether --with-libperl was given.
if test "${with_libperl+set}" = set; then :
withval=$with_libperl;
- if test -x "$withval"
- then
- perl_interpreter="$withval"
- with_libperl="yes"
- else if test "x$withval" != "xno" && test "x$withval" != "xyes"
+ if test "x$withval" != "xno" && test "x$withval" != "xyes"
then
LDFLAGS="$LDFLAGS -L$withval/lib"
CPPFLAGS="$CPPFLAGS -I$withval/include"
@@ -21408,7 +21404,7 @@
with_libperl="yes"
else
with_libperl="$withval"
- fi; fi
+ fi
else
and in debian/rules
confflags = --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
--mandir=\$${prefix}/share/man \
--localstatedir=/var --sysconfdir=/etc \
+ --with-libperl=/usr \
--with-perl-bindings="INSTALLDIRS=vendor" \
--without-libstatgrab \
--without-included-ltdl \
--disable-static \
--enable-all-plugins
At least, the one in wheey (5.1.0-3) can be build on precise
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935059
Title:
collectd version 4.10.1-2.1ubuntu7 FTBFS on armhf in precise
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/935059/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs