Your message dated Wed, 23 Jul 2014 17:48:41 +0000
with message-id <[email protected]>
and subject line Bug#754554: fixed in abiword 3.0.0-5
has caused the Debian Bug report #754554,
regarding FTBFS: fatal error: gcrypt.h: No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(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.)


-- 
754554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754554
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: abiword
Version: 3.0.0-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)
User: [email protected]
Usertags: gnutls3

Hello,

abiword fails to build from source:
--------------
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../.. -pthread 
-I/usr/include/libgsf-1 -I/usr/include/telepathy-1.0 -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/dbus-1.0 
-I/usr/lib/i386-linux-gnu/dbus-1.0/include -I/usr/include/libsoup-2.4 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/p11-kit-1 
-I/usr/include/loudmouth-1.0 -DABICOLLAB_HANDLER_TELEPATHY 
-DABICOLLAB_HANDLER_XMPP -DABICOLLAB_HANDLER_TCP -DABICOLLAB_HANDLER_SUGAR 
-DABICOLLAB_HANDLER_SERVICE -DSOUP24 -pthread -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread 
-I/usr/include/fribidi -I/usr/include/wv -I/usr/include/freetype2 
-I/usr/include/enchant -I/usr/include/libgsf-1 -I/usr/include/rasqal 
-I/usr/include/raptor2 -I/usr/include/nss -I/usr/include/nspr 
-I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 
-I/usr/include/cairo -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/librsvg-2.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng12 
-I/usr/include/freetype2 -I/usr/include/libgoffice-0.10 
-I/usr/include/evolution-data-server -I/usr/include -I../../../../.. 
-I../../../../../src/af/ev/gtk -I../../../../../src/af/ev/xp 
-I../../../../../src/af/gr/gtk -I../../../../../src/af/gr/xp 
-I../../../../../src/af/util/unix -I../../../../../src/af/util/xp 
-I../../../../../src/af/xap/gtk -I../../../../../src/af/xap/xp 
-I../../../../../src/text/fmt/gtk -I../../../../../src/text/fmt/xp 
-I../../../../../src/text/ptbl/xp -I../../../../../src/wp/impexp/gtk 
-I../../../../../src/wp/impexp/xp -I../../../../../src/wp/ap/gtk 
-I../../../../../src/wp/ap/xp -I../../../../../src/plugins -DABI_DLL -I./.. 
-I./../.. -I./../../.. -I./../../../core -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings 
-Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wno-overloaded-virtual -MT ServiceUnixAccountHandler.lo -MD -MP -MF 
.deps/ServiceUnixAccountHandler.Tpo -c ServiceUnixAccountHandler.cpp  -fPIC 
-DPIC -o .libs/ServiceUnixAccountHandler.o
In file included from ./../../../backends/service/xp/RealmConnection.h:31:0,
                 from 
./../../../backends/service/xp/AbiCollabSaveInterceptor.h:23,
                 from ./../../../backends/service/xp/ServiceAccountHandler.h:33,
                 from ServiceUnixAccountHandler.h:23,
                 from ServiceUnixAccountHandler.cpp:20:
./../../../backends/service/xp/tls_tunnel.h:43:20: fatal error: gcrypt.h: No 
such file or directory
 #include <gcrypt.h>
                    ^
compilation terminated.
Makefile:625: recipe for target 'ServiceUnixAccountHandler.lo' failed
--------------

It will probably build successfully if you add a build-dependency on
libgcrypt20-dev.

This part of plugins/collab/backends/service/xp/tls_tunnel.cpp might
require changes:
-----------------------
static struct gcry_thread_cbs gcry_threads_tunnel =
{ GCRY_THREAD_OPTION_USER, NULL,
  gcry_tunnel_mutex_init, gcry_tunnel_mutex_destroy,
  gcry_tunnel_mutex_lock, gcry_tunnel_mutex_unlock,
  NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL };

bool Proxy::tls_tunnel_init() {
        if (gcry_control(GCRYCTL_SET_THREAD_CBS, 
&tls_tunnel::gcry_threads_tunnel) != 0)
-----------------------

-------- /usr/share/doc/libgnutls26/NEWS.gz ---
* Version 2.11.2 (released 2010-10-08)
[...]
** libgnutls: Added gnutls_global_set_mutex() to allow setting
alternative locking procedures. By default the system available
locking is used. In *NIX pthreads are used and in windows the
critical section API. This follows a different approach than the
previous versions that depended on libgcrypt initialization. The
locks are now set by default in systems that support it. Programs
that used gcry_control() to set thread locks should insert it into
a block of
#if GNUTLS_VERSION_NUMBER <= 0x020b00
        gcry_control(...)
#endif
-----------------------------------------------

Current gnutls does not use gcrypt as crypto backend anymore therefore
this part of the code should probably be either dropped or replaced
with gnutls_global_set_mutex().

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'

--- End Message ---
--- Begin Message ---
Source: abiword
Source-Version: 3.0.0-5

We believe that the bug you reported is fixed in the latest version of
abiword, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <[email protected]> (supplier of updated abiword package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 24 Jul 2014 03:13:18 +1000
Source: abiword
Binary: abiword-common abiword abiword-plugin-grammar abiword-plugin-mathview 
libabiword-3.0 libabiword-3.0-dev abiword-dbg
Architecture: source all amd64
Version: 3.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description:
 abiword    - efficient, featureful word processor with collaboration
 abiword-common - efficient, featureful word processor with collaboration -- 
common
 abiword-dbg - debugging symbols for abiword word processor
 abiword-plugin-grammar - grammar checking plugin for AbiWord
 abiword-plugin-mathview - equation editor plugin for AbiWord
 libabiword-3.0 - efficient, featureful word processor with collaboration -- 
shared
 libabiword-3.0-dev - efficient, featureful word processor with collaboration 
-- develo
Closes: 754554
Changes:
 abiword (3.0.0-5) unstable; urgency=medium
 .
   * Build-Depends: +libgcrypt20-dev.
   * New patch to fix gnutls-related FTBFS (Closes: #754554);
     Thanks, Andreas Metzler.
Checksums-Sha1:
 20719c1cdbc738e7804ccae0b615290d3d9bd5b7 2888 abiword_3.0.0-5.dsc
 c844af5809247c34d0ebac9000a61a4e06c96774 45016 abiword_3.0.0-5.debian.tar.xz
 201ea820bde34b1d1e65d5fba4cccedbf003d0d6 1657268 abiword-common_3.0.0-5_all.deb
 dc7cfb70c85a0d357f23742c0fa3cb0a238e90b4 1216990 abiword_3.0.0-5_amd64.deb
 2b85cde17eb6527398bbef1da05db18e27d66247 46482 
abiword-plugin-grammar_3.0.0-5_amd64.deb
 924eae567838c48bee899caa39d3ab773e492e2f 123114 
abiword-plugin-mathview_3.0.0-5_amd64.deb
 d50d42f014e7a4299229d26798b548ea7b8faf5b 2066816 
libabiword-3.0_3.0.0-5_amd64.deb
 32bdf1a02db97b82cbfd8e141ba259f99fd5d35f 42752 
libabiword-3.0-dev_3.0.0-5_amd64.deb
 bb85a44fb1ebd64f5e084c2ff16b3b6947554c6d 25429606 abiword-dbg_3.0.0-5_amd64.deb
Checksums-Sha256:
 92584db8b40bc0c432299fe5faaaab547920735150842f0385797befde128f8e 2888 
abiword_3.0.0-5.dsc
 3b7611dc4b1635207ba143c1ce4d6132fc690290a8592d09c18a764fb1327fd4 45016 
abiword_3.0.0-5.debian.tar.xz
 667c921132f91e4228d2513abda4859313832244396a12cba34c9de5c749b5ac 1657268 
abiword-common_3.0.0-5_all.deb
 73bba3baf7139605765d57d767124cc00d97f4cbf560a261a54d7300ad031d74 1216990 
abiword_3.0.0-5_amd64.deb
 e0b0c0a31693e1d1928c1eb281db9f27ed4bcbd960db6a3285b0c76537fd0976 46482 
abiword-plugin-grammar_3.0.0-5_amd64.deb
 bd6ece0f54f054d9c4d92f49d25555eb1523c510be64fbcecfb7140a5f1ec6ca 123114 
abiword-plugin-mathview_3.0.0-5_amd64.deb
 6b1ecc1c9bbd5bad0086eb51f5b727ef228dcb418c6f22fe6266ba95b6fe7a1c 2066816 
libabiword-3.0_3.0.0-5_amd64.deb
 5db1f4dd944f9fcb6efbbfcb57a1f416b4f0daa22cacd85836b8511151111479 42752 
libabiword-3.0-dev_3.0.0-5_amd64.deb
 eec83056823fc7a9e043b769d5353b89498b194eafe6e168c4493bbaf6a03889 25429606 
abiword-dbg_3.0.0-5_amd64.deb
Files:
 af3d0a5e9670a8f89eed257f7a81a2dd 1657268 editors optional 
abiword-common_3.0.0-5_all.deb
 54c54493bbe5454cb6414131ceffb5b9 1216990 editors optional 
abiword_3.0.0-5_amd64.deb
 8faa1c890f24ace3274a93b5808e0083 46482 editors optional 
abiword-plugin-grammar_3.0.0-5_amd64.deb
 23ab6f61e36bc79071406b0fea56a9fd 123114 editors optional 
abiword-plugin-mathview_3.0.0-5_amd64.deb
 967231b93d4d165ffc81c95f78033d2d 2066816 libs optional 
libabiword-3.0_3.0.0-5_amd64.deb
 0dbb802d847c3e2500526e443515e8e1 42752 libdevel optional 
libabiword-3.0-dev_3.0.0-5_amd64.deb
 328bbd643e4d151e675b42e01210eaee 25429606 debug extra 
abiword-dbg_3.0.0-5_amd64.deb
 5e847da1a686f9eaaf2531ba36836eeb 2888 gnome optional abiword_3.0.0-5.dsc
 1c05b439a4fd48a1dfaea8d6cbda2de4 45016 gnome optional 
abiword_3.0.0-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTz+9wAAoJEFK2u9lTlo0bayEQAKksLhkac/2D1Dl98r80CAIF
Wo4y1cgpXGsZesAZy1ECRv7daMSoIh8e37BVGluUr6RcDPguBXAZgnl3arv3xGbE
nT0bqtNagZwHM1EN4Khgqx4HJR21Xht/MgAAVcSf4xIM0p0gqsu/GkJtDFO6NaJK
r2uUpb2eKzYJTIwsdnRA5bVceXzo4P2jl47UDZdwb0/zW83rNtyG80buibMnjjZB
xsU7L+7E+APG6LkvahUKh2yfNfqiDVupj3g+dq2MeqE/btHAzUW6tfwqGUPVBXao
7F+Z11APsHDdevo4T5J0pJUVllY/BZZ8kcQ+6RyRjOJcBd1jIzp3baI6vbUO1/73
O0AnoA6grSsYtwlTEzwoJ2SznSqYFiZPyqMCGyJuoh4ncCErp8I1QF7Rcq74FpI1
+eGkYivAgIWgliGZ2hVeIg/aHrRfZkfecJv8M3HpFFkKFJugNszvUsFlB8qCjAY+
Dbjb3NPvXhXZwDxrK0QOAt0Z8W5jPBkq/eu5P70fKpxEYroLM7ShdOhPwNefmMUR
5kZgpPAwDtpxf/dNafyfonB4c1qEt6pKEIUBWrKdJlOhp+W601nb+uaUI3WIaSWn
Kfwu+2p2Yq0v5GTpc7Av3xQmr68mgupgTxidvIAL6ptn215DSDkpzVy+OwW1D/Wd
sIcr8oybmk4vjUSY46Vc
=2ar2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to