Source: ldb
Version: 1:1.1.1~git20110719-1
Severity: normal
Tags: patch

Hi,

ldb depends tevent verison 0.9.13.
However, 0.9.11~ is specified for Build-depends.
When tevent verison 0.9.13 is not installed, it becomes FTBFS.

http://buildd.debian-ports.org/status/fetch.php?pkg=ldb&arch=sh4&ver=1%3A1.1.1~git20110719-1&stamp=1311148333
-----
Checking for system talloc >= 2.0.5
                         : yes
Checking for system pytalloc-util >= 2.0.5
                         : yes
Checking for stylesheet
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
: ok
Checking for Python version >= 2.4.2
                         : ok 2.6.7
Checking for python headers
                         : using cache
Checking for system tevent >= 0.9.13
                         : not found
ERROR: System library tevent of version 0.9.13 not found, and bundling disabled
-----

I made a patch which revise this problem.
Could you apply this patch?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru ldb-1.1.1~git20110719/debian/control ldb-1.1.1~git20110719/debian/control
--- ldb-1.1.1~git20110719/debian/control	2011-07-20 07:27:53.000000000 +0900
+++ ldb-1.1.1~git20110719/debian/control	2011-07-21 08:27:25.000000000 +0900
@@ -9,7 +9,7 @@
                libpopt-dev,
                libtalloc-dev (>= 2.0.5~),
                libtdb-dev (>= 1.2.9~),
-               libtevent-dev (>= 0.9.11~),
+               libtevent-dev (>= 0.9.13),
                pkg-config,
                python (>= 2.6.6-3),
                python-all-dev (>= 2.6.6-3),

Reply via email to