Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592596 - www-misc/htdig fails to build with >=dev-libs/openssl-1.1.0
Summary: www-misc/htdig fails to build with >=dev-libs/openssl-1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1 openssl-1.1_disable-deprecated
  Show dependency tree
 
Reported: 2016-08-31 13:38 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2018-10-24 16:27 UTC (History)
0 users

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


Attachments
build.log (build.log,621.54 KB, text/plain)
2016-08-31 13:38 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-08-31 13:38:33 UTC
Created attachment 444642 [details]
build.log

libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -march=native -mtune=native -O2 -pipe -Wall -fno-rtti -fno-exceptions -c SSLConnection.cc  -fPIC -DPIC -o .libs/SSLConnection.o
In file included from SSLConnection.h:25:0,
                 from SSLConnection.cc:21:
SSLConnection.cc: In member function ‘void SSLConnection::InitSSL()’:
SSLConnection.cc:53:7: error: ‘SSL_library_init’ was not declared in this scope
       OpenSSL_add_ssl_algorithms();
       ^
SSLConnection.cc:57:30: error: ‘SSL_load_error_strings’ was not declared in this scope
       SSL_load_error_strings();
                              ^
make[1]: *** [Makefile:491: SSLConnection.lo] Error 1
make[1]: Leaving directory '/var/tmp/portage/www-misc/htdig-3.2.0_beta6-r4/work/htdig-3.2.0b6/htnet'
make: *** [Makefile:445: all-recursive] Error 1
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-10-24 14:20:34 UTC
Since we decided to no longer build openssl without deprecated features, this
bug can now be considered as fixed (but will eventually reappear once openssl
upstream finally removed deprecated features from their code).