Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 586134

Summary: dev-python/cryptography: previous declaration of ‘SSLv2_server_method’ on ppc64le
Product: Gentoo Linux Reporter: Leno Hou <lenohou>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ppc64, vapier
Priority: Normal    
Version: unspecified   
Hardware: PPC64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Leno Hou 2016-06-17 05:07:40 UTC
When emerge cryptography, it causes previous declaration.

Reproducible: Always

Steps to Reproduce:
1. emerge cryptography
2. errors happen
3.
Actual Results:  
....
building '_openssl' extension
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python/cryptography-1.1.2
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python/cryptography-1.1.2/work
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7
creating /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7
powerpc64le-unknown-linux-gnu-gcc -O2 -pipe -mcpu=power8 -mtune=power8 -mabi=elfv2 -fPIC -I/usr/include/python2.7 -c /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c -o /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.o
/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:2065:15: error: ‘SSLv2_method’ redeclared as different kind of symbol
 SSL_METHOD* (*SSLv2_method)(void) = NULL;
               ^
In file included from /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:489:0:
/usr/include/openssl/ssl.h:2349:19: note: previous declaration of ‘SSLv2_method’ was here
 const SSL_METHOD *SSLv2_method(void); /* SSLv2 */
                   ^
/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:2066:15: error: ‘SSLv2_client_method’ redeclared as different kind of symbol
 SSL_METHOD* (*SSLv2_client_method)(void) = NULL;
               ^
In file included from /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:489:0:
/usr/include/openssl/ssl.h:2351:19: note: previous declaration of ‘SSLv2_client_method’ was here
 const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */
                   ^
/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:2067:15: error: ‘SSLv2_server_method’ redeclared as different kind of symbol
 SSL_METHOD* (*SSLv2_server_method)(void) = NULL;
               ^
In file included from /var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2-python2_7/temp.linux-ppc64le-2.7/_openssl.c:489:0:
/usr/include/openssl/ssl.h:2350:19: note: previous declaration of ‘SSLv2_server_method’ was here
 const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */
                   ^
error: command 'powerpc64le-unknown-linux-gnu-gcc' failed with exit status 1
 * ERROR: dev-python/cryptography-1.1.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  133:  Called src_compile
 *   environment, line 3577:  Called distutils-r1_src_compile
 *   environment, line  873:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  293:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3112:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2221:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2219:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  560:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  864:  Called distutils-r1_python_compile
 *   environment, line  739:  Called esetup.py 'build'
 *   environment, line 1365:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/cryptography-1.1.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/cryptography-1.1.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/cryptography-1.1.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/cryptography-1.1.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2'
 * S: '/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2'

>>> Failed to emerge dev-python/cryptography-1.1.2, Log file:

>>>  '/var/tmp/portage/dev-python/cryptography-1.1.2/temp/build.log'

 * Messages for package dev-python/cryptography-1.1.2:

 * ERROR: dev-python/cryptography-1.1.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  133:  Called src_compile
 *   environment, line 3577:  Called distutils-r1_src_compile
 *   environment, line  873:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  293:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3112:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2221:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2219:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  560:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  864:  Called distutils-r1_python_compile
 *   environment, line  739:  Called esetup.py 'build'
 *   environment, line 1365:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/cryptography-1.1.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/cryptography-1.1.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/cryptography-1.1.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/cryptography-1.1.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2'
 * S: '/var/tmp/portage/dev-python/cryptography-1.1.2/work/cryptography-1.1.2'
root@localhost ~ # 



Expected Results:  
emerge cryptography successfully.

root@localhost ~ # emerge --info '=dev-python/cryptography-1.1.2::gentoo' 
Portage 2.2.28 (python 3.4.3-final-0, default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/systemd, gcc-5.3.0, glibc-2.22-r4, 4.4.6-gentoo ppc64le)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.6-gentoo-ppc64le-POWER8_-raw-,_altivec_supported-with-gentoo-2.2
KiB Mem:     4170688 total,   3334272 free
KiB Swap:    2097088 total,   2097088 free
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/linux-on-power/gentoo
    priority: -1000

ACCEPT_KEYWORDS="ppc64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="powerpc64le-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=power8 -mtune=power8 -mabi=elfv2"
CHOST="powerpc64le-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync 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://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
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 --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl altivec berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm ibm iconv ipv6 modules ncurses nls nptl openmp pam pcre ppc64 readline session ssl systemd tcpd udev unicode xattr zlib" ABI_PPC="64" 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" 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 cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="fbdev mach64 mga nv r128 radeon 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 SpanKY gentoo-dev 2016-06-18 15:49:51 UTC
what version of openssl do you have ?

please attach full build logs to all of your reports.
Comment 2 Leno Hou 2016-06-20 04:49:30 UTC
Hi Mike,

opuser@localhost ~ $ openssl      
OpenSSL> version
OpenSSL 1.0.2h  3 May 2016
OpenSSL> 


And This seems not happen in dev-python/cryptography-1.3.4. i.e. build successfully.

so maybe we should change to stable cryptography-1.3.4 on ppc64le. thanks
Comment 3 SpanKY gentoo-dev 2016-06-21 02:19:23 UTC

*** This bug has been marked as a duplicate of bug 584142 ***