Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589658 - net-analyzer/nmap-7.25_beta1 - nse_ssl_cert.cc:438:3: error: ‘EC_KEY’ was not declared in this scope
Summary: net-analyzer/nmap-7.25_beta1 - nse_ssl_cert.cc:438:3: error: ‘EC_KEY’ was not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-25 08:05 UTC by Michal Jakubowski
Modified: 2016-07-30 11:09 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,87.48 KB, text/plain)
2016-07-25 11:45 UTC, Michal Jakubowski
Details
nmap-7.25_beta1_build.log (build.log,65.19 KB, text/plain)
2016-07-25 11:50 UTC, Aleksandr K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Jakubowski 2016-07-25 08:05:59 UTC
While compiling a package:

x86_64-pc-linux-gnu-g++ -c -I./liblua -I./libdnet-stripped/include  -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/share/nmap\"  -march=native -O2 -pipe -Wall -fno-strict-aliasing   nse_lpeg.cc -o nse_lpeg.o
x86_64-pc-linux-gnu-g++ -c -I./liblua -I./libdnet-stripped/include  -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/share/nmap\"  -march=native -O2 -pipe -Wall -fno-strict-aliasing   nse_openssl.cc -o nse_openssl.o
x86_64-pc-linux-gnu-g++ -c -I./liblua -I./libdnet-stripped/include  -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/share/nmap\"  -march=native -O2 -pipe -Wall -fno-strict-aliasing   nse_ssl_cert.cc -o nse_ssl_cert.o
x86_64-pc-linux-gnu-g++ -c -I./liblua -I./libdnet-stripped/include  -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/share/nmap\"  -march=native -O2 -pipe -Wall -fno-strict-aliasing   main.cc -o main.o
nse_ssl_cert.cc: In function ‘int lua_push_ecdhparams(lua_State*, EVP_PKEY*)’:
nse_ssl_cert.cc:438:3: error: ‘EC_KEY’ was not declared in this scope
   EC_KEY *ec_key = EVP_PKEY_get1_EC_KEY(pubkey);
   ^
nse_ssl_cert.cc:438:11: error: ‘ec_key’ was not declared in this scope
   EC_KEY *ec_key = EVP_PKEY_get1_EC_KEY(pubkey);
           ^
nse_ssl_cert.cc:438:47: error: ‘EVP_PKEY_get1_EC_KEY’ was not declared in this scope
   EC_KEY *ec_key = EVP_PKEY_get1_EC_KEY(pubkey);
                                               ^
nse_ssl_cert.cc:439:9: error: ‘EC_GROUP’ does not name a type
   const EC_GROUP *group = EC_KEY_get0_group(ec_key);
         ^
nse_ssl_cert.cc:444:38: error: ‘group’ was not declared in this scope
   if ((nid = EC_GROUP_get_curve_name(group)) != 0) {
                                      ^
nse_ssl_cert.cc:444:43: error: ‘EC_GROUP_get_curve_name’ was not declared in this scope
   if ((nid = EC_GROUP_get_curve_name(group)) != 0) {
                                           ^
nse_ssl_cert.cc:454:60: error: ‘EC_GROUP_method_of’ was not declared in this scope
     nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
                                                            ^
nse_ssl_cert.cc:454:61: error: ‘EC_METHOD_get_field_type’ was not declared in this scope
     nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
                                                             ^
nse_ssl_cert.cc:469:21: error: ‘EC_KEY_free’ was not declared in this scope
   EC_KEY_free(ec_key);
                     ^
Makefile:109: recipe for target 'nse_ssl_cert.o' failed
make: *** [nse_ssl_cert.o] Error 1


Also I tried add the following line near the top of nse_ssl_cert.cc

#include <openssl/evp.h>

Didn't help.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 08:17:06 UTC
Please attach the entire build log to this bug report.
Please post your `emerge --info net-analyzer/nmap` output in a comment.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 08:17:53 UTC
Also, post your `emerge -vpq dev-libs/openssl` output in a comment.
Comment 3 Aleksandr K. 2016-07-25 09:00:17 UTC
(In reply to Jeroen Roovers from comment #2)
> Also, post your `emerge -vpq dev-libs/openssl` output in a comment.

Hello. same error.

[ebuild   R   ] dev-libs/openssl-1.0.2h-r2  USE="asm bindist sslv3 tls-heartbeat zlib -gmp -kerberos -rfc3779 -sctp -sslv2 -static-libs {-test} -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)"
Comment 4 Aleksandr K. 2016-07-25 09:01:26 UTC
(In reply to Jeroen Roovers from comment #1)
> Please attach the entire build log to this bug report.
> Please post your `emerge --info net-analyzer/nmap` output in a comment.

Portage 2.3.0 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-5.4.0, glibc-2.23-r2, 4.6.4-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.6.4-gentoo-x86_64-Intel-R-_Core-TM-_i5-4210M_CPU_@_2.60GHz-with-gentoo-2.2
KiB Mem:    11733780 total,     99244 free
KiB Swap:   10234900 total,  10234796 free
Timestamp of repository gentoo: Mon, 25 Jul 2016 07:30:01 +0000
sh bash 4.3_p46
ld GNU ld (Gentoo 2.26.1 p1.0) 2.26.1
app-shells/bash:          4.3_p46::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.0-r1::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo
dev-util/cmake:           3.6.1::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.2-r1::gentoo
sys-apps/openrc:          0.21.2::gentoo
sys-apps/sandbox:         2.10-r2::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.11.6-r2::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.26.1::gentoo
sys-devel/gcc:            5.4.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.6::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::gentoo
Repositories:

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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"
CXXFLAGS="-march=native -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://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://trumpetti.atm.tut.fi/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://ftp.fi.muni.cz/pub/linux/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
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="X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv icu ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline samba sdl seccomp semantic-desktop session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid 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="mmx mmxext sse sse2" 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="intel" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

net-analyzer/nmap-7.12::gentoo was built with the following:
USE="ipv6 nls nse ssl -libressl -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" ABI_X86="64" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7"
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 10:06:14 UTC
(In reply to Aleksandr K. from comment #4)
> (In reply to Jeroen Roovers from comment #1)
> > Please attach the entire build log to this bug report.

?
Comment 6 Michal Jakubowski 2016-07-25 11:42:22 UTC
GentooZFS ~ # emerge --info net-analyzer/nmap && emerge -vpq dev-libs/openssl
Portage 2.2.28 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 4.4.0-pf8 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.0-pf8-x86_64-Intel-R-_Core-TM-_i5-2410M_CPU_@_2.30GHz-with-gentoo-2.2
KiB Mem:     4145904 total,   2896920 free
KiB Swap:    2097148 total,   2097148 free
Timestamp of repository gentoo: Mon, 25 Jul 2016 00:45:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
ccache version 3.2.4 [enabled]
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/ccache:          3.2.4::gentoo
dev-util/cmake:           3.3.1-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.12.6::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

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

bliss-overlay
    location: /var/lib/layman/bliss-overlay
    masters: gentoo
    priority: 0

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build=y --ask"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg ccache collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict 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.vectranet.pl/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,--hash-style=gnu"
MAKEOPTS="-j2"
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 amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 libzfs mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode xattr zfs 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 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="virtualbox intel" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

net-analyzer/nmap-7.12::gentoo was built with the following:
USE="ipv6 ncat ndiff nls nmap-update nping nse ssl zenmap -libressl (-system-lua)" ABI_X86="64" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7"
CFLAGS="-march=sandybridge -O2 -pipe"
CXXFLAGS="-march=sandybridge -O2 -pipe"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"

[ebuild   R   ] dev-libs/openssl-1.0.2h-r2  USE="asm bindist sslv3 tls-heartbeat zlib -gmp -kerberos -rfc3779 -sctp -sslv2 -static-libs {-test} -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)"
Comment 7 Michal Jakubowski 2016-07-25 11:45:39 UTC
Created attachment 441508 [details]
build.log
Comment 8 Aleksandr K. 2016-07-25 11:50:57 UTC
Created attachment 441510 [details]
nmap-7.25_beta1_build.log
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 12:29:33 UTC
Thanks, does re-compiling dev-libs/openssl with USE=-bindist fix the issue?
Comment 10 Michal Jakubowski 2016-07-25 12:52:45 UTC
GentooZFS / # USE="-bindist" emerge -pv dev-libs/openssl

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-libs/openssl-1.0.2h-r2::gentoo  USE="asm sslv3 tls-heartbeat zlib -bindist* -gmp -kerberos -rfc3779 -sctp -sslv2 -static-libs {-test} -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" 5,151 KiB

Total: 1 package (1 reinstall), Size of downloads: 5,151 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/openssl:0

  (dev-libs/openssl-1.0.2h-r2:0/0::gentoo, ebuild scheduled for merge) pulled in by
    dev-libs/openssl (Argument)

  (dev-libs/openssl-1.0.2h-r2:0/0::gentoo, installed) pulled in by
    >=dev-libs/openssl-0.9.8f:0[bindist=] required by (net-misc/openssh-7.2_p2:0/0::gentoo, installed)
                                ^^^^^^^^                                                       


It might be possible to solve this slot collision
by applying all of the following changes:
   - dev-libs/openssl-1.0.2h-r2 (Change USE: +bindist)
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 13:04:11 UTC
(In reply to Michal Jakubowski from comment #10)
> It might be possible to solve this slot collision
> by applying all of the following changes:
>    - dev-libs/openssl-1.0.2h-r2 (Change USE: +bindist)

Or change it for net-misc/openssh, too.

Or I manage to write a patch to fix this (USE=bindist on dev-libs/openssl should work fine with 7.12).
Comment 12 Michal Jakubowski 2016-07-25 13:22:31 UTC
I can confirm, that re-compiling dev-libs/openssl with USE=-bindist fix the issue.

│INFO: setup                                                                                  │
│Package:    net-analyzer/nmap-7.25_beta1                                                     │
│Repository: gentoo                                                                           │
│Maintainer: netmon@gentoo.org                                                                │
│USE:        abi_x86_64 amd64 elibc_glibc ipv6 kernel_linux ncat ndiff nls nmap-update nping  │
│nse python_targets_python2_7 ssl userland_GNU zenmap                                         │
│FEATURES:   ccache preserve-libs sandbox userpriv usersandbox                                │
│INFO: prepare                                                                                │
│Applying nmap-4.75-nolua.patch ...                                                           │
│Applying nmap-5.10_beta1-string.patch ...                                                    │
│Applying nmap-5.21-python.patch ...                                                          │
│Applying nmap-6.46-uninstaller.patch ...                                                     │
│Applying nmap-6.47-no-libnl.patch ...                                                        │
│Applying nmap-6.25-liblua-ar.patch ...                                                       │
│Applying nmap-7.25-no-FORTIFY_SOURCE.patch ...                                               │
│INFO: install                                                                                │
│Final size of build directory: 68428 KiB                                                     │
│Final size of installed tree: 33921 KiB
Comment 13 Zheng Lv 2016-07-26 16:26:48 UTC
I have the same problem when building nmap just now.

According to https://github.com/rethinkdb/rethinkdb/issues/5700 , where another project had the same issue, building openssl with bindist enabled can fix the problem.

Suggestion:
Add openssl `bindist` USE flag dependency.
Comment 14 Zheng Lv 2016-07-26 16:29:24 UTC
(In reply to Zheng Lv from comment #13)
> I have the same problem when building nmap just now.
> 
> According to https://github.com/rethinkdb/rethinkdb/issues/5700 , where
> another project had the same issue, building openssl with bindist enabled
> can fix the problem.
> 
> Suggestion:
> Add openssl `bindist` USE flag dependency.

Sorry, replace 'with' with 'without`.

Suggestion:
Add openssl `-bindist` USE flag dependency.
Comment 15 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-26 19:10:29 UTC
(In reply to Zheng Lv from comment #14)
> Suggestion:
> Add openssl `-bindist` USE flag dependency.

Well, that would be the obvious workaround, but the better solution would check for the appropriate macro or do the #else case in nse_ssl_cert.cc.
Comment 16 Aleksandr K. 2016-07-26 20:05:05 UTC
(In reply to Jeroen Roovers from comment #15)
>
> 
> Well, that would be the obvious workaround, but the better solution would
> check for the appropriate macro or do the #else case in nse_ssl_cert.cc.

Agree with you. 
Patch could be a solution.
Comment 17 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-29 08:13:17 UTC
Please test =net-analyzer/nmap-7.25_beta1 again with your original setup.

commit ee08f602190ef809dda2cd38fc422b7611fe186a
Author: Jeroen Roovers <jer@gentoo.org>
Date:   Fri Jul 29 10:12:29 2016 +0200
 
    net-analyzer/nmap: Detect EC support in dev-libs/openssl (bug #589658).
    
    Package-Manager: portage-2.3.0
Comment 18 Aleksandr K. 2016-07-29 20:50:33 UTC
(In reply to Jeroen Roovers from comment #17)
> Please test =net-analyzer/nmap-7.25_beta1 again with your original setup.
> 

Patched and compiled w/o errors. Thanks!