On 2014-06-09 Michael Tautschnig <m...@debian.org> wrote:
> Package: pycurl
> Version: 7.19.3.1-1
> Severity: serious
> Usertags: goto-cc

> During a rebuild of all Debian packages in a clean sid chroot (using 
> cowbuilder
> and pbuilder) the build failed with the following error.
[...}
> The following packages have unmet dependencies:
>  librtmp-dev : Depends: libgnutls-dev but it is not going to be installed
> E: Unable to correct problems, you have held broken packages.
> E: Could not satisfy build-dependency.

> A further investigation suggests that the problem is

> - librtmp-dev --depends--> libgnutls-dev --depends--> libgcrypt11-dev
> - libssh2-1-dev --depends--> libgcrypt20-dev --conflicts--> libgcrypt11-dev
[...]

Hello,
Looking at the last successful buildlog the b-d on librtmp-dev seems
to be superfluous, the only match on "rtmp" there is the installation
of the b-ds. I got a successful (assuming the test suite does its job)
build with the attached patch.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru pycurl-7.19.3.1/debian/changelog pycurl-7.19.3.1/debian/changelog
--- pycurl-7.19.3.1/debian/changelog	2014-02-16 16:57:21.000000000 +0100
+++ pycurl-7.19.3.1/debian/changelog	2014-06-21 13:54:19.000000000 +0200
@@ -1,3 +1,12 @@
+pycurl (7.19.3.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop build-depency on librtmp-dev, as it is not in "curl-config
+    --static-libs", otoh add one for libgnutls28-dev, since pycurl.c 
+    #includes <gnutls/gnutls.h>. Closes: #751059
+
+ -- Andreas Metzler <ametz...@debian.org>  Sat, 21 Jun 2014 13:40:35 +0200
+
 pycurl (7.19.3.1-1) unstable; urgency=medium
 
   [ Bernd Zeimetz ]
diff -Nru pycurl-7.19.3.1/debian/control pycurl-7.19.3.1/debian/control
--- pycurl-7.19.3.1/debian/control	2014-02-16 16:49:42.000000000 +0100
+++ pycurl-7.19.3.1/debian/control	2014-06-21 13:51:57.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <mo...@debian.org>
 Uploaders: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev, python3-all-dbg, dh-python, libcurl4-gnutls-dev (>= 7.19.0), librtmp-dev, libssh2-1-dev, python-nose, python-bottle, python-cherrypy3, python-docutils
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev, python3-all-dbg, dh-python, libcurl4-gnutls-dev (>= 7.19.0), libssh2-1-dev, python-nose, python-bottle, python-cherrypy3, python-docutils, libgnutls28-dev
 Standards-Version: 3.9.5
 X-Python-Version: all
 X-Python3-Version: >= 3.3

Reply via email to