Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555778 - net-libs/gsoap-2.8.22 : stdsoap2_ssl.c:3546:29: error: ‘SOAP_SSLv3’ undeclared (first use in this function)
Summary: net-libs/gsoap-2.8.22 : stdsoap2_ssl.c:3546:29: error: ‘SOAP_SSLv3’ undeclare...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alessio Cassibba (X-Drum)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 10:38 UTC by Toralf Förster
Modified: 2015-09-13 01:05 UTC (History)
4 users (show)

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


Attachments
emerge log (net-libs-gsoap-2.8.22-20150724-085020.log,16.89 KB, text/plain)
2015-07-24 10:38 UTC, Toralf Förster
Details
package history (net-libs-socket++-1.12.12-r1-20150723-090325.pks,325.81 KB, text/plain)
2015-07-24 10:38 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2015-07-24 10:38:03 UTC
Created attachment 407516 [details]
emerge log

rm -f libgsoap.a
ar cru libgsoap.a libgsoap_a-stdsoap2.o libgsoap_a-dom.o 
x86_64-pc-linux-gnu-ranlib libgsoap.a
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..       -DLINUX -march=native -O2 -pipe -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..       -DLINUX -march=native -O2 -pipe -c -o libgsoap___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo './'`dom_cpp.cpp
rm -f libgsoap++.a
ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o libgsoap___a-dom_cpp.o 
x86_64-pc-linux-gnu-ranlib libgsoap++.a
ln -s -f ./stdsoap2.cpp stdsoap2_ck.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..       -DLINUX -DWITH_COOKIES -march=native -O2 -pipe -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..       -DLINUX -DWITH_COOKIES -march=native -O2 -pipe -c -o libgsoapck_a-dom.o `test -f 'dom.c' || echo './'`dom.c
rm -f libgsoapck.a
ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o libgsoapck_a-dom.o 
x86_64-pc-linux-gnu-ranlib libgsoapck.a
ln -s -f ./stdsoap2.cpp stdsoap2_ck_cpp.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..       -DLINUX -DWITH_COOKIES -march=native -O2 -pipe -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..       -DLINUX -DWITH_COOKIES -march=native -O2 -pipe -c -o libgsoapck___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo './'`dom_cpp.cpp
rm -f libgsoapck++.a
ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o libgsoapck___a-dom_cpp.o 
x86_64-pc-linux-gnu-ranlib libgsoapck++.a
ln -s -f ./stdsoap2.cpp stdsoap2_ssl.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..       -DLINUX -DWITH_GNUTLS -DWITH_GZIP -DWITH_DOM -march=native -O2 -pipe -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c
stdsoap2_ssl.c: In function ‘soap_ssl_server_context’:
stdsoap2_ssl.c:3168:7: warning: ‘gnutls_rsa_params_init’ is deprecated (declared at /usr/include/gnutls/compat.h:312) [-Wdeprecated-declarations]
       gnutls_rsa_params_init(&soap->rsa_params);
       ^
stdsoap2_ssl.c:3169:5: warning: ‘gnutls_rsa_params_generate2’ is deprecated (declared at /usr/include/gnutls/compat.h:326) [-Wdeprecated-declarations]
     gnutls_rsa_params_generate2(soap->rsa_params, SOAP_SSL_RSA_BITS);
     ^
stdsoap2_ssl.c: In function ‘ssl_auth_init’:
stdsoap2_ssl.c:3530:7: warning: ‘gnutls_certificate_set_rsa_export_params’ is deprecated (declared at /usr/include/gnutls/compat.h:359) [-Wdeprecated-declarations]
       gnutls_certificate_set_rsa_export_params(soap->xcred, soap->rsa_params);
       ^
stdsoap2_ssl.c:3543:7: warning: ‘gnutls_protocol_set_priority’ is deprecated (declared at /usr/include/gnutls/compat.h:303) [-Wdeprecated-declarations]
       if (gnutls_protocol_set_priority(soap->session, protocol_priority) != GNU
       ^
stdsoap2_ssl.c:3546:29: error: ‘SOAP_SSLv3’ undeclared (first use in this function)
     if (!(soap->ssl_flags & SOAP_SSLv3))
                             ^
stdsoap2_ssl.c:3546:29: note: each undeclared identifier is reported only once for each function it appears in
stdsoap2_ssl.c:3548:7: warning: ‘gnutls_protocol_set_priority’ is deprecated (declared at /usr/include/gnutls/compat.h:303) [-Wdeprecated-declarations]
       if (gnutls_protocol_set_priority(soap->session, protocol_priority) != GNU
       ^
stdsoap2_ssl.c: In function ‘soap_done’:
stdsoap2_ssl.c:5614:5: warning: ‘gnutls_rsa_params_deinit’ is deprecated (declared at /usr/include/gnutls/compat.h:314) [-Wdeprecated-declarations]
     { gnutls_rsa_params_deinit(soap->rsa_params);
     ^
Makefile:632: recipe for target 'libgsoapssl_a-stdsoap2_ssl.o' failed
make[2]: *** [libgsoapssl_a-stdsoap2_ssl.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-libs/gsoap-2.8.22/work/gsoap-2.8/gsoap'
Makefile:468: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-libs/gsoap-2.8.22/work/gsoap-2.8'
Makefile:376: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: net-libs/gsoap-2.8.22::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=net-libs/gsoap-2.8.22::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/gsoap-2.8.22::gentoo'`.
 * The complete build log is located at '/var/log/portage/net-libs:gsoap-2.8.22:20150724-085020.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/gsoap-2.8.22/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/gsoap-2.8.22/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/gsoap-2.8.22/work/gsoap-2.8'
 * S: '/var/tmp/portage/net-libs/gsoap-2.8.22/work/gsoap-2.8'

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named amd64-hardened-unstable_20150702-170619) at a hardened host acting as a tinderbox.

Portage 2.2.20 (python 2.7.10-final-0, hardened/linux/amd64, gcc-4.9.3, glibc-2.21-r1, 4.0.8-hardened x86_64)
=================================================================
System uname: Linux-4.0.8-hardened-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16164692 total,   3151544 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 24 Jul 2015 05:45:01 +0000
sh bash 4.3_p39
ld GNU ld (Gentoo 2.25 p1.2) 2.25
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
ccache version 3.2.2 [disabled]
app-shells/bash:          4.3_p39::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.10::gentoo, 3.3.5-r1::gentoo
dev-util/ccache:          3.2.2::gentoo
dev-util/cmake:           3.2.3::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.9.6-r4::gentoo, 1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25-r1::gentoo
sys-devel/gcc:            4.8.4::gentoo, 4.9.3::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.21-r1::gentoo
Repositories:

local
    location: /usr/local/portage
    masters: gentoo

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: 9999

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/entropy /etc/stunnel/stunnel.conf /opt/openfire/resources/security/ /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb /var/lib/redmine/config /var/spool/torque /var/vpopmail/etc /var/yp/Makefile"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /var/lib/redmine/config/locales /var/lib/redmine/config/settings.yml"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/tmp/distfiles"
EMERGE_DEFAULT_OPTS="  --accept-properties=-interactive --accept-restrict=-fetch  --nospinner --tree --quiet-build"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync network-sandbox news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.netcologne.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gor.bytemark.co.uk/gentoo/ rsync://ftp.snt.utwente.nl/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X acl aes-ni alsa amd64 apache2 avx avx2 berkdb btrfs bzip2 cairo cgi cli corefonts cracklib crypt cups curl cxx dbus designer dnssec dot dri drmkms dvd ecc extraengine ffmpeg fontconfig fortran fpm gd gdbm gif gnutls gtk gudev gui hardened iconv icu introspection isag jadetex justify kvm lapack libkms libvirtd logrotate mbox minizip mmx mmxext modules multilib mysqli ncurses nls nptl ogg opencv opengl openmp pam pax_kernel pcre pcre16 pdo pie plasma png policykit pwquality python qemu qml qt3support qt4 qt5 readline scrpyt sdl session sockets spice sqlite sse sse2 sse4 sse4_1 sse4_2 ssh-askpass ssl ssp ssse3 svg tcl tcpd theora thinkpad threads tk tls truetype udisks uml unicode urandom usb usbredir uxa v4l v4l2 video vorbis widgets xa xattr xkb xmp xscreensaver xslt xtpax xvfb xvmc zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad c fontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Toralf Förster gentoo-dev 2015-07-24 10:38:18 UTC
Created attachment 407518 [details]
package history
Comment 2 Göktürk Yüksek archtester gentoo-dev 2015-09-12 04:50:28 UTC
Fixed upstream in 2.8.23:

http://sourceforge.net/p/gsoap2/code/84/tree//gsoap/stdsoap2.h?diff=51af4d3f5fcbc945b53d89a4:83
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-09-13 00:48:23 UTC
commit 45f0c75a79a90d7fd901544ef4c0d807d50b66fe
Author: Ian Delaney <idella4@gentoo.org>
Date:   Sun Sep 13 08:45:52 2015 +0800

    net-libs/gsoap: remove broken version reported from bug #558348

The version being gsoap-2.8.22
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2015-09-13 01:05:48 UTC
commit 89d4775d32e7bf018d7b41a291cff2fab98abd01
Author: Ian Delaney <idella4@gentoo.org>
Date:   Sun Sep 13 09:03:51 2015 +0800

    net-libs/gsoap: correction to previous entry;
    
    reported from (correct) bug #555778, also reduced length of
    DESCRIPTION to within recommended limit