On Wed, Feb 08, 2012 at 01:50:22PM -0500, Aaron M. Ucko wrote: > Builds of haskell-bindings-gpgme in minimal environments (such as on > the autobuilders) have been failng: > > library.setup: Missing dependency on a foreign library: > * Missing (or bad) header file: gpgme.h > > Please add a build dependency on libgpgme11-dev and check with > pbuilder or the like that no others are missing.
Build-Depends: debhelper (>= 7) , cdbs , haskell-devscripts (>= 0.8) , ghc , ghc-prof , libghc-bindings-dsl-dev (>> 1.0.15) , libghc-bindings-dsl-dev (<< 1.1) , libgpgme11-dev And from the i386 build log: libgpgme11-dev: missing Get:32 http://ftp.gr.debian.org/debian/ unstable/main libgpgme11-dev i386 1.2.0-1.4 [554 kB] Selecting previously unselected package libgpgme11-dev. Unpacking libgpgme11-dev (from .../libgpgme11-dev_1.2.0-1.4_i386.deb) ... Setting up libgpgme11-dev (1.2.0-1.4) ... So is /usr/include/gpgme.h there on i386? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

