Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582788 - app-office/abiword-3.0.1 with net-libs/gnutls-3.5.0: tls_tunnel.cpp:403:66 error: 'gnutls_kx_set_priority' was not declared in this scope
Summary: app-office/abiword-3.0.1 with net-libs/gnutls-3.5.0: tls_tunnel.cpp:403:66 er...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnutls-3.5-breakage
  Show dependency tree
 
Reported: 2016-05-11 21:21 UTC by Anton Kochkov
Modified: 2016-11-12 15:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
full build log (abiword_build.log.gz,99.81 KB, application/gzip)
2016-05-11 21:21 UTC, Anton Kochkov
Details
emerge --info output (emerge_info.log,6.35 KB, text/plain)
2016-05-11 21:24 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2016-05-11 21:21:41 UTC
Created attachment 434008 [details]
full build log

libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/loudmouth-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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DABICOLLAB_HANDLER_XMPP -DABICOLLAB_HANDLER_TCP -DABICOLLAB_HANDLER_SUGAR -DABICOLLAB_HANDLER_SERVICE -DSOUP24 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -pthread -I/usr/include/fribidi -I/usr/include/wv -I/usr/include/libgoffice-0.10 -I/usr/include/libgsf-1 -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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./../../../core -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -O2 -march=corei7-avx -pipe -Wno-overloaded-virtual -c tls_tunnel.cpp  -fPIC -DPIC -o .libs/tls_tunnel.o
[01m[Ktls_tunnel.cpp:[m[K In member function '[01m[Ktls_tunnel::session_ptr_t tls_tunnel::ClientProxy::setup_tls_session(tls_tunnel::socket_ptr_t)[m[K':
[01m[Ktls_tunnel.cpp:403:66:[m[K [01;31m[Kerror: [m[K'[01m[Kgnutls_kx_set_priority[m[K' was not declared in this scope
  return_val_if_neg(gnutls_kx_set_priority(*session_ptr,PRIORITIES), session_ptr_t());
[01;32m[K                                                                  ^[m[K
[01m[Ktls_tunnel.cpp:31:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[Kreturn_val_if_neg[m[K'
 #define return_val_if_neg(C, val) { if (C < 0) {return val;} }
[01;32m[K                                         ^[m[K
[01m[Ktls_tunnel.cpp:404:67:[m[K [01;31m[Kerror: [m[K'[01m[Kgnutls_cipher_set_priority[m[K' was not declared in this scope
  return_val_if_neg(gnutls_cipher_set_priority(*session_ptr,CIPHERS), session_ptr_t());
[01;32m[K                                                                   ^[m[K
[01m[Ktls_tunnel.cpp:31:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[Kreturn_val_if_neg[m[K'
 #define return_val_if_neg(C, val) { if (C < 0) {return val;} }
[01;32m[K                                         ^[m[K
[01m[Ktls_tunnel.cpp:420:18:[m[K [01;35m[Kwarning: [m[K'[01m[Kgnutls_x509_crt[m[K' is deprecated (declared at [01m[K/usr/include/gnutls/compat.h:89[m[K) [-Wdeprecated-declarations]
  gnutls_x509_crt cert;
[01;32m[K                  ^[m[K
[01m[Ktls_tunnel.cpp:421:22:[m[K [01;35m[Kwarning: [m[K'[01m[Kgnutls_datum[m[K' is deprecated (declared at [01m[K/usr/include/gnutls/compat.h:112[m[K) [-Wdeprecated-declarations]
  const gnutls_datum* cert_list;
[01;32m[K                      ^[m[K
Makefile:622: recipe for target 'tls_tunnel.lo' failed
make[6]: *** [tls_tunnel.lo] Error 1
make[6]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1/plugins/collab/backends/service/xp'
Makefile:667: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1/plugins/collab/backends/service'
Makefile:599: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1/plugins/collab/backends'
Makefile:684: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1/plugins/collab'
Makefile:528: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1/plugins'
Makefile:774: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.1/work/abiword-3.0.1'
Makefile:593: recipe for target 'all' failed
make: *** [all] Error 2
Comment 1 Anton Kochkov 2016-05-11 21:24:15 UTC
Created attachment 434010 [details]
emerge --info output

Related bug (in net-misc/tigervnc package) https://bugs.gentoo.org/show_bug.cgi?id=548922
Comment 2 David Seifert gentoo-dev 2016-11-12 15:03:11 UTC
commit 9d2e95e80122db5a8f186ccaf1f3c60c8f32a6b3
Author: David Seifert <soap@gentoo.org>
Date:   Sat Nov 12 15:18:00 2016 +0100

    app-office/abiword: Version bump to 3.0.2
    
    Gentoo-bug: 488462, 582788, 595250
    * EAPI=6