Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828425 - net-dns/opendnssec-2.1.10 - libhsm.c: error: LDNS_SIGN_ED25519 undeclared (first use in this function)
Summary: net-dns/opendnssec-2.1.10 - libhsm.c: error: LDNS_SIGN_ED25519 undeclared (fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.34
  Show dependency tree
 
Reported: 2021-12-05 18:23 UTC by Toralf Förster
Modified: 2021-12-07 10:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.47 KB, text/plain)
2021-12-05 18:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,425.86 KB, text/plain)
2021-12-05 18:23 UTC, Toralf Förster
Details
environment (environment,75.69 KB, text/plain)
2021-12-05 18:23 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,31.97 KB, application/x-bzip)
2021-12-05 18:23 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,22.46 KB, application/x-bzip)
2021-12-05 18:23 UTC, Toralf Förster
Details
net-dns:opendnssec-2.1.10:20211205-174427.log (net-dns:opendnssec-2.1.10:20211205-174427.log,32.85 KB, text/plain)
2021-12-05 18:23 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.97 KB, application/x-bzip)
2021-12-05 18:23 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-12-05 18:23:04 UTC
libhsm.c:293:28: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  293 |         pGetFunctionList = (CK_C_GetFunctionList) dlsym(pDynLib, "C_GetFunctionList");
      |                            ^
libhsm.c: In function ‘hsm_sign_buffer’:
libhsm.c:2178:14: error: ‘LDNS_SIGN_ED25519’ undeclared (first use in this function); did you mean ‘LDNS_SIGN_DSA’?
 2178 |         case LDNS_SIGN_ED25519:
      |              ^~~~~~~~~~~~~~~~~
      |              LDNS_SIGN_DSA
libhsm.c:2178:14: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20211201-000811

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 079cc4708ebdcdf0cab840ec308f87cf475b3948
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Dec 5 16:51:36 2021 +0000

    2021-12-05 16:51:35 UTC

emerge -qpvO net-dns/opendnssec
[ebuild  N    ] net-dns/opendnssec-2.1.10  USE="mysql readline signer softhsm -debug -doc -external-hsm -opensc -sqlite -test"
Comment 1 Toralf Förster gentoo-dev 2021-12-05 18:23:05 UTC
Created attachment 757486 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-05 18:23:07 UTC
Created attachment 757487 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-05 18:23:08 UTC
Created attachment 757488 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-05 18:23:10 UTC
Created attachment 757489 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-05 18:23:11 UTC
Created attachment 757490 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-05 18:23:12 UTC
Created attachment 757491 [details]
net-dns:opendnssec-2.1.10:20211205-174427.log
Comment 7 Toralf Förster gentoo-dev 2021-12-05 18:23:13 UTC
Created attachment 757492 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-12-07 10:02:04 UTC
The bug has been closed via the following commit(s):

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

commit bd28cb6ad310d84eaf7afd5f7ddd70e13b2a035c
Author:     Marc Schiffbauer <mschiff@gentoo.org>
AuthorDate: 2021-12-07 10:00:08 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-07 10:01:25 +0000

    net-dns/opendnssec: fix dependency on ldns
    
    Closes: https://bugs.gentoo.org/828425
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 .../{opendnssec-2.1.10.ebuild => opendnssec-2.1.10-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)