Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807682 - app-crypt/xca-2.4.0 - pki_key.cpp: error: invalid conversion from const dsa_st* to DSA* {aka dsa_st*} [-fpermissive]
Summary: app-crypt/xca-2.4.0 - pki_key.cpp: error: invalid conversion from const dsa_s...
Status: RESOLVED DUPLICATE of bug 806803
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-08-11 09:08 UTC by Toralf Förster
Modified: 2021-08-11 14:07 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.04 KB, text/plain)
2021-08-11 09:08 UTC, Toralf Förster
Details
app-crypt:xca-2.4.0:20210811-080951.log (app-crypt:xca-2.4.0:20210811-080951.log,141.18 KB, text/plain)
2021-08-11 09:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,151.43 KB, text/plain)
2021-08-11 09:08 UTC, Toralf Förster
Details
environment (environment,23.75 KB, text/plain)
2021-08-11 09:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.88 KB, application/x-bzip)
2021-08-11 09:08 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.65 KB, application/x-bzip)
2021-08-11 09:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,15.90 KB, application/x-bzip)
2021-08-11 09:08 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-08-11 09:08:45 UTC
 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);
      |                      ^~~~~~~~~~~~~~~~~
pki_key.cpp:200:45: error: invalid conversion from ‘const dsa_st*’ to ‘DSA*’ {aka ‘dsa_st*’} [-fpermissive]
  200 |                 DSA *dsa = EVP_PKEY_get0_DSA(key);
      |                            ~~~~~~~~~~~~~~~~~^~~~~
      |                                             |
      |                                             const dsa_st*

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-j3-20210809-220514

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

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

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit bc5714069983f08137f59159365d1d6293aabca4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Aug 11 07:22:40 2021 +0000

    2021-08-11 07:22:38 UTC

emerge -qpvO app-crypt/xca
[ebuild  N    ] app-crypt/xca-2.4.0  USE="-bindist -doc"
Comment 1 Toralf Förster gentoo-dev 2021-08-11 09:08:46 UTC
Created attachment 732223 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-11 09:08:47 UTC
Created attachment 732226 [details]
app-crypt:xca-2.4.0:20210811-080951.log
Comment 3 Toralf Förster gentoo-dev 2021-08-11 09:08:49 UTC
Created attachment 732229 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-08-11 09:08:50 UTC
Created attachment 732232 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-08-11 09:08:51 UTC
Created attachment 732235 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-11 09:08:52 UTC
Created attachment 732238 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-08-11 09:08:53 UTC
Created attachment 732241 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2021-08-11 14:07:49 UTC

*** This bug has been marked as a duplicate of bug 806803 ***