Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805551 - sci-misc/boinc-7.16.17 - crypt.cpp: error: invalid conversion from const rsa_st* to RSA* {aka rsa_st*} [-fpermissive]
Summary: sci-misc/boinc-7.16.17 - crypt.cpp: error: invalid conversion from const rsa_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-31 19:16 UTC by Toralf Förster
Modified: 2022-07-27 15:21 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.07 KB, text/plain)
2021-07-31 19:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,117.01 KB, text/plain)
2021-07-31 19:16 UTC, Toralf Förster
Details
environment (environment,128.35 KB, text/plain)
2021-07-31 19:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.37 KB, application/x-bzip)
2021-07-31 19:16 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,24.44 KB, application/x-bzip)
2021-07-31 19:16 UTC, Toralf Förster
Details
sci-misc:boinc-7.16.17:20210731-184824.log (sci-misc:boinc-7.16.17:20210731-184824.log,87.82 KB, text/plain)
2021-07-31 19:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,42.49 KB, application/x-bzip)
2021-07-31 19:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-07-31 19:16:48 UTC
 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
      |                      ^~~~~~~~~~~~~~~~~
crypt.cpp:676:32: error: invalid conversion from ‘const rsa_st*’ to ‘RSA*’ {aka ‘rsa_st*’} [-fpermissive]
  676 |         rsa = EVP_PKEY_get0_RSA(pubKey);
      |               ~~~~~~~~~~~~~~~~~^~~~~~~~
      |                                |
      |                                const rsa_st*

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j3-20210730-195527

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 71df38f168205df751c6edd7170087b175958582
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 31 18:22:06 2021 +0000

    2021-07-31 18:22:04 UTC

emerge -qpvO sci-misc/boinc
[ebuild  N    ] sci-misc/boinc-7.16.17  USE="-X -cuda" CURL_SSL="openssl -gnutls"
Comment 1 Toralf Förster gentoo-dev 2021-07-31 19:16:49 UTC
Created attachment 728883 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-31 19:16:50 UTC
Created attachment 728886 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-31 19:16:52 UTC
Created attachment 728889 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-31 19:16:53 UTC
Created attachment 728892 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-31 19:16:54 UTC
Created attachment 728895 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-31 19:16:56 UTC
Created attachment 728898 [details]
sci-misc:boinc-7.16.17:20210731-184824.log
Comment 7 Toralf Förster gentoo-dev 2021-07-31 19:16:57 UTC
Created attachment 728901 [details]
temp.tar.bz2
Comment 9 Sven Eden 2022-07-27 10:33:31 UTC
I have never seen this error.
Is this still relevant?

If it is, I am working on bumping BOINC to 7.20.2.

Note: 7.16.17 is not in the tree any more.