Your message dated Fri, 19 Feb 2010 23:40:42 +0100
with message-id <[email protected]>
has caused the report #537272,
regarding siproxd: FTBFS on kfreebsd-amd64 (outdated libtool)
to be marked as having been forwarded to the upstream software
author(s) Thomas Ries <[email protected]>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
537272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537272
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Thomas,
Another issue, building on kfreebsd-amd64 this time.
Apparently your shipped libtool is quite old.
Would you be able to update with the next release of siproxd?
Thanks,
Mark
---------- Forwarded Message ----------
Subject: Bug#537272: siproxd: FTBFS on kfreebsd-amd64 (outdated libtool)
Date: Friday 17 July 2009
From: Petr Salinger <[email protected]>
To: [email protected]
Package: siproxd
Severity: important
Version: 1:0.7.1-2
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64.
It is due to outdated libtool, libtool 1.5.2-1 or later is need.
Please apply patch bellow and after that run:
sh autogen.sh
It would also be nice if you can ask upstream to update libtool
in their next release.
Thanks in advance
Petr
--- autogen.sh
+++ autogen.sh
@@ -9,6 +9,6 @@
set -e
aclocal
autoheader
-libtoolize --ltdl --copy
+libtoolize --ltdl --copy --force
automake --add-missing --copy
autoconf
-------------------------------------------------------
signature.asc
Description: This is a digitally signed message part.
--- End Message ---