Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632560 - net-misc/wget-1.19.1-r1 fails to build with >=dev-libs/openssl-1.1.0
Summary: net-misc/wget-1.19.1-r1 fails to build with >=dev-libs/openssl-1.1.0
Status: RESOLVED DUPLICATE of bug 604490
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2017-09-30 17:13 UTC by Markus Wernig
Modified: 2017-09-30 17:26 UTC (History)
1 user (show)

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


Attachments
complete build log (wget-1.19.1-r1-build.log,115.54 KB, text/x-log)
2017-09-30 17:15 UTC, Markus Wernig
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***