Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806037 - net-misc/ntpsec-1.2.1 - ../.../cmac-timing.c: error: too few arguments to function EVP_MAC_init
Summary: net-misc/ntpsec-1.2.1 - ../.../cmac-timing.c: error: too few arguments to fun...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard: Fixed in master; < dep added to ebuil...
Keywords:
: 885619 (view as bug list)
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-08-01 16:35 UTC by Toralf Förster
Modified: 2022-12-30 06:33 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.92 KB, text/plain)
2021-08-01 16:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,214.31 KB, text/plain)
2021-08-01 16:35 UTC, Toralf Förster
Details
environment (environment,143.45 KB, text/plain)
2021-08-01 16:35 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.53 KB, application/x-bzip)
2021-08-01 16:35 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.68 KB, application/x-bzip)
2021-08-01 16:35 UTC, Toralf Förster
Details
net-misc:ntpsec-1.2.1:20210801-155907.log (net-misc:ntpsec-1.2.1:20210801-155907.log,159.07 KB, text/plain)
2021-08-01 16:35 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,41.34 KB, application/x-bzip)
2021-08-01 16:35 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 16:35:42 UTC
../../attic/cmac-timing.c: In function ‘One_EVP_MAC’:
../../attic/cmac-timing.c:249:18: error: too few arguments to function ‘EVP_MAC_init’
  249 |         if (0 == EVP_MAC_init(ctx)) {
      |                  ^~~~~~~~~~~~
In file included from /usr/include/openssl/cmac.h:25,
                 from ../../attic/cmac-timing.c:29:

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

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

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

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 Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit b94435ff47f252f8e4fd96ab9a38204d1c591ea6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Aug 1 15:22:09 2021 +0000

    2021-08-01 15:22:08 UTC

emerge -qpvO net-misc/ntpsec
[ebuild  N    ] net-misc/ntpsec-1.2.1  USE="seccomp -debug -doc -early -gdb -heat -libbsd -nist -ntpviz -rclock_arbiter -rclock_generic -rclock_gpsd -rclock_hpgps -rclock_jjy -rclock_local -rclock_modem -rclock_neoclock -rclock_nmea -rclock_oncore -rclock_pps -rclock_shm -rclock_spectracom -rclock_trimble -rclock_truetime -rclock_zyfer -samba -smear -tests" PYTHON_TARGETS="python3_9 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2021-08-01 16:35:43 UTC
Created attachment 729333 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-01 16:35:45 UTC
Created attachment 729336 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-01 16:35:46 UTC
Created attachment 729339 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-01 16:35:47 UTC
Created attachment 729342 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-01 16:35:49 UTC
Created attachment 729345 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-01 16:35:50 UTC
Created attachment 729348 [details]
net-misc:ntpsec-1.2.1:20210801-155907.log
Comment 7 Toralf Förster gentoo-dev 2021-08-01 16:35:51 UTC
Created attachment 729351 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-12 08:27:25 UTC
Bunch of fixes in upstream master.
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-18 03:47:26 UTC
Aim is to unmask OpenSSL 3 by end of year.
Comment 10 Larry the Git Cow gentoo-dev 2022-12-13 05:27:47 UTC
The bug has been referenced in the following commit(s):

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

commit ac399cc3c7c5e65ad87f0f55e3b2872c567a19cf
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-13 05:26:34 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-13 05:26:34 +0000

    net-misc/ntpsec: depend on < openssl 3
    
    Last released version fails to compile w/ openssl 3. Live is ok.
    
    Bug: https://bugs.gentoo.org/806037
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 13:24:04 UTC
*** Bug 885619 has been marked as a duplicate of this bug. ***
Comment 12 Larry the Git Cow gentoo-dev 2022-12-30 06:33:29 UTC
The bug has been closed via the following commit(s):

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

commit 3e5dc88331ebe51f7b98a4aaca17657b7e914d63
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-30 06:29:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-30 06:32:19 +0000

    net-misc/ntpsec: add 1.2.2
    
    Closes: https://bugs.gentoo.org/679510
    Closes: https://bugs.gentoo.org/753854
    Closes: https://bugs.gentoo.org/806037
    Closes: https://bugs.gentoo.org/839597
    Closes: https://bugs.gentoo.org/885879
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/Manifest            |   1 +
 net-misc/ntpsec/ntpsec-1.2.2.ebuild | 163 ++++++++++++++++++++++++++++++++++++
 net-misc/ntpsec/ntpsec-9999.ebuild  |   3 +-
 3 files changed, 165 insertions(+), 2 deletions(-)