Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914283 - dev-libs/openssl-compat-1.0.2u-r2 fails to build with llvm 17 due to version script assignment
Summary: dev-libs/openssl-compat-1.0.2u-r2 fails to build with llvm 17 due to version ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 919276 (view as bug list)
Depends on:
Blocks: 912821
  Show dependency tree
 
Reported: 2023-09-16 10:59 UTC by Mia Neufeld
Modified: 2024-04-15 19:55 UTC (History)
3 users (show)

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


Attachments
The build log file (build.log,467.50 KB, text/x-log)
2023-09-16 10:59 UTC, Mia Neufeld
Details
emerge --info (emerge.info,18.62 KB, text/plain)
2023-09-16 10:59 UTC, Mia Neufeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mia Neufeld 2023-09-16 10:59:24 UTC
Created attachment 870727 [details]
The build log file

Excerpt from the build.log:

ld.lld: error: version script assignment of 'OPENSSL_1.0.0' to symbol 'BIO_f_ssl' failed: symbol not defined
ld.lld: error: version script assignment of 'OPENSSL_1.0.0' to symbol 'BIO_new_buffer_ssl_connect' failed: symbol not defined
ld.lld: error: version script assignment of 'OPENSSL_1.0.0' to symbol 'BIO_new_ssl' failed: symbol not defined
ld.lld: error: version script assignment of 'OPENSSL_1.0.0' to symbol 'BIO_new_ssl_connect' failed: symbol not defined
ld.lld: error: version script assignment of 'OPENSSL_1.0.0' to symbol 'BIO_proxy_ssl_copy_session_id' failed: symbol not defined

Appending -Wl,--undefined-version to LDFLAGS does not allow the package to build, which might be related to 
https://bugs.gentoo.org/719172
Comment 1 Mia Neufeld 2023-09-16 10:59:44 UTC
Created attachment 870728 [details]
emerge --info
Comment 2 Toralf Förster gentoo-dev 2024-04-15 19:55:42 UTC
*** Bug 919276 has been marked as a duplicate of this bug. ***