Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796191 - dev-cpp/commoncpp2-1.8.1-r4 fails to compile
Summary: dev-cpp/commoncpp2-1.8.1-r4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-15 10:38 UTC by Agostino Sarubbo
Modified: 2021-06-15 15:57 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,79.31 KB, text/plain)
2021-06-15 10:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-06-15 10:38:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/commoncpp2-1.8.1-r4 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-15 10:38:41 UTC
Created attachment 716262 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-15 10:38:42 UTC
Possible context of error(s):

ssl.cpp:358:23: error: ‘SSLv3_client_method’ was not declared in this scope; did you mean ‘SSLv23_client_method’?
Comment 3 Larry the Git Cow gentoo-dev 2021-06-15 11:01:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb73cd5e274c1581d92949e1b349b5de039eb1c

commit deb73cd5e274c1581d92949e1b349b5de039eb1c
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-06-15 11:00:24 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-06-15 11:00:24 +0000

    dev-cpp/commoncpp2: Fix building against openssl 1.1 API
    
    Closes: https://bugs.gentoo.org/796191
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-cpp/commoncpp2/Manifest                   | 2 +-
 dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)