Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805929 - sys-auth/pam_p11-0.3.1 - match_openssh.c: error: RSA_new is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
Summary: sys-auth/pam_p11-0.3.1 - match_openssh.c: error: RSA_new is deprecated: Since...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-08-01 10:08 UTC by Toralf Förster
Modified: 2022-05-06 07:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.77 KB, text/plain)
2021-08-01 10:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,182.79 KB, text/plain)
2021-08-01 10:09 UTC, Toralf Förster
Details
environment (environment,86.15 KB, text/plain)
2021-08-01 10:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.64 KB, application/x-bzip)
2021-08-01 10:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.20 KB, application/x-bzip)
2021-08-01 10:09 UTC, Toralf Förster
Details
sys-auth:pam_p11-0.3.1:20210801-094621.log (sys-auth:pam_p11-0.3.1:20210801-094621.log,19.06 KB, text/plain)
2021-08-01 10:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.02 KB, application/x-bzip)
2021-08-01 10:09 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-01 10:08:58 UTC
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..       -DLOCALEDIR=\"/usr/share/locale\" -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wextra -Wno-unused-parameter -Werror -c -o match_opensc.lo match_opensc.c
match_openssh.c: In function ‘ssh1_line_to_key’:
match_openssh.c:71:9: error: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
   71 |         rsa = RSA_new();
      |         ^~~
In file included from /usr/include/openssl/x509.h:36,
                 from match_openssh.c:11:

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

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

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

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.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
  (none found)

  HEAD of ::gentoo
commit babecc3e4e6b3e2d15c92b06aa5f4cd11df1f850
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Aug 1 08:36:35 2021 +0000

    2021-08-01 08:36:32 UTC

emerge -qpvO sys-auth/pam_p11
[ebuild  N    ] sys-auth/pam_p11-0.3.1
Comment 1 Toralf Förster gentoo-dev 2021-08-01 10:08:59 UTC
Created attachment 729141 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-01 10:09:01 UTC
Created attachment 729144 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-01 10:09:02 UTC
Created attachment 729147 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-01 10:09:04 UTC
Created attachment 729150 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-01 10:09:05 UTC
Created attachment 729153 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-01 10:09:06 UTC
Created attachment 729156 [details]
sys-auth:pam_p11-0.3.1:20210801-094621.log
Comment 7 Toralf Förster gentoo-dev 2021-08-01 10:09:07 UTC
Created attachment 729159 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-03-08 06:23:55 UTC
The bug has been referenced in the following commit(s):

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

commit 72495ac0653503119654c85088e05825e40624f2
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2022-03-08 06:23:13 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2022-03-08 06:23:37 +0000

    sys-auth/pam_p11: Turn openssl-3 deprecation errors into warnings
    
    Bug: https://bugs.gentoo.org/805929
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-auth/pam_p11/pam_p11-0.3.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)