Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805962 - dev-lua/lua-openssl-0.8.0_p6-r1 - src/hmac.c: error: too few arguments to function EVP_MAC_init
Summary: dev-lua/lua-openssl-0.8.0_p6-r1 - src/hmac.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: Conrad Kostecki
URL: https://github.com/zhaozg/lua-openssl...
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-08-01 13:09 UTC by Toralf Förster
Modified: 2021-08-16 19:57 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.20 KB, text/plain)
2021-08-01 13:09 UTC, Toralf Förster
Details
dev-lua:lua-openssl-0.8.0_p6-r1:20210801-123635.log (dev-lua:lua-openssl-0.8.0_p6-r1:20210801-123635.log,66.42 KB, text/plain)
2021-08-01 13:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,224.31 KB, text/plain)
2021-08-01 13:09 UTC, Toralf Förster
Details
environment (environment,70.73 KB, text/plain)
2021-08-01 13:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.72 KB, application/x-bzip)
2021-08-01 13:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,140.47 KB, application/x-bzip)
2021-08-01 13: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 13:09:35 UTC
src/hmac.c:70:22: warning: initialization of ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
src/hmac.c: In function ‘openssl_mac_ctx_new’:
src/hmac.c:91:13: error: too few arguments to function ‘EVP_MAC_init’
   91 |   int ret = EVP_MAC_init(ctx);
      |             ^~~~~~~~~~~~
In file included from src/openssl.h:19,
                 from src/hmac.c:9:

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

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

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

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

  HEAD of ::gentoo
commit 364982cc463efa7fd82db425356caf80a42ee8d3
Merge: 8eada7d5c4b 1ea2b7dd4ff
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Aug 1 12:21:17 2021 +0000

    Merge updates from master

emerge -qpvO dev-lua/lua-openssl
[ebuild  N    ] dev-lua/lua-openssl-0.8.0_p6-r1  USE="-test" LUA_TARGETS="lua5-1 (-lua5-2) -lua5-3 -lua5-4 -luajit"
Comment 1 Toralf Förster gentoo-dev 2021-08-01 13:09:36 UTC
Created attachment 729258 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-01 13:09:37 UTC
Created attachment 729261 [details]
dev-lua:lua-openssl-0.8.0_p6-r1:20210801-123635.log
Comment 3 Toralf Förster gentoo-dev 2021-08-01 13:09:39 UTC
Created attachment 729264 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-08-01 13:09:40 UTC
Created attachment 729267 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-08-01 13:09:41 UTC
Created attachment 729270 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-01 13:09:43 UTC
Created attachment 729273 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-08-16 19:57:57 UTC
The bug has been closed via the following commit(s):

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

commit a39271dac1416de8381e724f6926e8d203320bcf
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-08-16 19:55:07 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-08-16 19:57:48 +0000

    dev-lua/lua-openssl: bump to newest snapshot
    
    This snapshot adds support for openssl-3.
    
    Closes: https://bugs.gentoo.org/805962
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/lua-openssl/Manifest                       |   1 +
 .../lua-openssl/lua-openssl-0.8.0_p20210815.ebuild | 130 +++++++++++++++++++++
 2 files changed, 131 insertions(+)