Summary: | net-libs/serf - dev-vcs/subversion-1.14.1: fails to build with dev-libs/openssl-3.0.0_beta2 (/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../lib64/libserf-1.so: undefined reference to `ERR_GET_FUNC') | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Arfrever Frehtes Taifersar Arahesis <arfrever.fta> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dilfridge, floppym, jsmolic, perfect007gentleman, sam, zlogene |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 797325 | ||
Attachments: |
build.log
libserf-1.3.9-errgetfunc.patch |
Description
Sam James
![]() ![]() ![]() ![]() Since we have:
>/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../lib64/libserf-1.so: undefined reference to `ERR_GET_FUNC'
I suppose the issue is actually in serf.
problem is in serf. patch for it here https://youtu.be/RyYWpjkyH8I?t=274 (In reply to Perfect Gentleman from comment #2) Sorry, but we can't accept patches submitted via videos on YouTube. Created attachment 743685 [details, diff]
libserf-1.3.9-errgetfunc.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04177db02b3b1d7118251b5acd9cbbb69454ff8 commit a04177db02b3b1d7118251b5acd9cbbb69454ff8 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-05-06 05:41:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-06 05:43:06 +0000 net-libs/serf: fix build with OpenSSL 3 Closes: https://bugs.gentoo.org/805161 Signed-off-by: Sam James <sam@gentoo.org> .../serf/files/serf-1.3.9-openssl-3-bio-ctrl.patch | 21 ++++++ .../files/serf-1.3.9-openssl-3-errgetfunc.patch | 15 ++++ net-libs/serf/serf-1.3.9-r3.ebuild | 80 ++++++++++++++++++++++ 3 files changed, 116 insertions(+) |