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

Bug 632560

Summary: net-misc/wget-1.19.1-r1 fails to build with >=dev-libs/openssl-1.1.0
Product: Gentoo Linux Reporter: Markus Wernig <public>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: public
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 592438    
Attachments: complete build log

Description Markus Wernig 2017-09-30 17:13:22 UTC
These are the error lines:

x86_64-pc-linux-gnu-gcc  -DHAVE_LIBSSL  -DNDEBUG -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o wget connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o hsts.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o warc.o xattr.o utils.o exits.o build_info.o   version.o ftp-opie.o openssl.o ../lib/libgnu.a               -lpcre -lssl -lcrypto -lz 
openssl.o: In function `ssl_init':
openssl.c:(.text+0x513): undefined reference to `OPENSSL_config'
openssl.c:(.text+0x5e3): undefined reference to `SSL_library_init'
openssl.c:(.text+0x5ea): undefined reference to `SSL_load_error_strings'
openssl.c:(.text+0x609): undefined reference to `TLSv1_2_client_method'
openssl.c:(.text+0x78b): undefined reference to `TLSv1_1_client_method'
openssl.c:(.text+0x79a): undefined reference to `TLSv1_client_method'
collect2: error: ld returned 1 exit status

Reproducible: Always
Comment 1 Markus Wernig 2017-09-30 17:15:42 UTC
Created attachment 497252 [details]
complete build log
Comment 2 Andreas Sturmlechner gentoo-dev 2017-09-30 17:26:59 UTC
Please use the search function.

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