Source: ntfs-3g
Version: 1:2011.4.12AR.4-1
Severity: serious
Tags: patch

Hi,

ntfs-3g FTBFS on sid.
  https://buildd.debian.org/status/package.php?p=ntfs-3g

-----
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for sed... (cached) /bin/sed
checking for ldconfig... /sbin/ldconfig
checking Windows OS... no
checking fuse compatibility... external
checking for FUSE_MODULE... yes
checking for libgcrypt-config... no
checking for LIBGCRYPT - version >= 1.2.2... no
configure: error: ntfsprogs crypto code requires the gcrypt library.
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-----

You forgot to add libgcrypt11-dev and libgnutls-dev to Build-Depends.
Could you check your package?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru ntfs-3g-2011.4.12AR.4/debian/control ntfs-3g-2011.4.12AR.4/debian/control
--- ntfs-3g-2011.4.12AR.4/debian/control	2011-07-10 00:41:02.000000000 +0900
+++ ntfs-3g-2011.4.12AR.4/debian/control	2011-07-13 11:57:14.000000000 +0900
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Daniel Baumann <daniel.baum...@progress-technologies.net>
-Build-Depends: debhelper (>= 8), autotools-dev, chrpath, libfuse-dev, pkg-config
+Build-Depends: debhelper (>= 8), autotools-dev, chrpath, libfuse-dev, pkg-config, libgcrypt11-dev (>= 1.2.2), libgnutls-dev
 Standards-Version: 3.9.2
 Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/
 

Reply via email to