Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677998 - net-libs/libesmtp-1.0.6-r2 : configure: error: cannot find the ssl library
Summary: net-libs/libesmtp-1.0.6-r2 : configure: error: cannot find the ssl library
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-14 15:59 UTC by Toralf Förster
Modified: 2021-04-12 15:12 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.98 KB, text/plain)
2019-02-14 15:59 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,166.42 KB, text/plain)
2019-02-14 15:59 UTC, Toralf Förster
Details
environment (environment,41.40 KB, text/plain)
2019-02-14 15:59 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.31 KB, application/x-bzip)
2019-02-14 15:59 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.42 KB, application/x-bzip)
2019-02-14 15:59 UTC, Toralf Förster
Details
net-libs:libesmtp-1.0.6-r2:20190214-112917.log (net-libs:libesmtp-1.0.6-r2:20190214-112917.log,6.64 KB, text/plain)
2019-02-14 16:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.59 KB, application/x-bzip)
2019-02-14 16:00 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 2019-02-14 15:59:45 UTC
checking for openssl/ssl.h... yes
checking for SSL_library_init in -lssl... no
configure: error: cannot find the ssl library

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-libs/libesmtp-1.0.6-r2/work/libesmtp-1.0.6/config.log

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_20190211-002504

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO net-libs/libesmtp
[ebuild  N    ] net-libs/libesmtp-1.0.6-r2  USE="ntlm ssl -debug -libressl -static-libs -threads"
Comment 1 Toralf Förster gentoo-dev 2019-02-14 15:59:47 UTC
Created attachment 565316 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-14 15:59:50 UTC
Created attachment 565318 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-14 15:59:53 UTC
Created attachment 565320 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-14 15:59:56 UTC
Created attachment 565322 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-14 15:59:59 UTC
Created attachment 565324 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-14 16:00:01 UTC
Created attachment 565326 [details]
net-libs:libesmtp-1.0.6-r2:20190214-112917.log
Comment 7 Toralf Förster gentoo-dev 2019-02-14 16:00:06 UTC
Created attachment 565328 [details]
temp.tbz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-12 15:12:23 UTC
configure:9133: checking for SSL_library_init in -lssl
configure:9159: x86_64-pc-linux-gnu-gcc -o conftest -std=c99 -pedantic -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed conftest.c -lssl -lcrypto
	 -ldl  >&5
/var/tmp/portage/net-libs/libesmtp-1.0.6-r2/temp/ccajmwjO.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `SSL_library_init'
collect2: error: ld returned 1 exit status
configure:9159: $? = 1
configure: failed program was:

Not really sure what happened there. Seems to build okay for me. Reproducible?