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

Bug 592596

Summary: www-misc/htdig fails to build with >=dev-libs/openssl-1.1.0
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 592438, 669514    
Attachments: build.log

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).