Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647880 - app-crypt/heimdal-7.5.0 : ndbm_wrap.c:181:8: error: too few arguments to function db->open
Summary: app-crypt/heimdal-7.5.0 : ndbm_wrap.c:181:8: error: too few arguments to func...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-16 17:22 UTC by Toralf Förster
Modified: 2019-05-17 07:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.22 KB, text/plain)
2018-02-16 17:22 UTC, Toralf Förster
Details
app-crypt:heimdal-7.5.0:20180216-121647.log.bz2 (app-crypt:heimdal-7.5.0:20180216-121647.log.bz2,31.80 KB, application/x-bzip)
2018-02-16 17:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,170.16 KB, text/plain)
2018-02-16 17:22 UTC, Toralf Förster
Details
environment (environment,170.14 KB, text/plain)
2018-02-16 17:22 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.53 KB, application/x-bzip)
2018-02-16 17:22 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,54.94 KB, application/x-bzip)
2018-02-16 17:22 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,104.26 KB, application/x-bzip)
2018-02-16 17:22 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 2018-02-16 17:22:09 UTC
                               ^~~~~~~~
ndbm_wrap.c:181:31: note: expected ‘const char *’ but argument is of type ‘int’
ndbm_wrap.c:181:8: error: too few arguments to function ‘db->open’
     if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
        ^~
make[2]: *** [Makefile:705: ndbm_wrap.lo] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_libressl_20180211-103039

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv app-crypt/heimdal
[ebuild  N    ] app-crypt/heimdal-7.4.0  USE="X berkdb ipv6 libressl otp pkinit ssl -afs -caps -hdb-ldap (-selinux) -static-libs {-test}" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2018-02-16 17:22:12 UTC
Created attachment 519770 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-16 17:22:15 UTC
Created attachment 519772 [details]
app-crypt:heimdal-7.5.0:20180216-121647.log.bz2
Comment 3 Toralf Förster gentoo-dev 2018-02-16 17:22:18 UTC
Created attachment 519774 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-02-16 17:22:21 UTC
Created attachment 519776 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-02-16 17:22:24 UTC
Created attachment 519778 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-16 17:22:27 UTC
Created attachment 519780 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-02-16 17:22:30 UTC
Created attachment 519782 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-05-17 07:48:04 UTC
The bug has been closed via the following commit(s):

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

commit 5c8fbea00ec59fad9583f6b815e89dcd33271faa
Author:     Eray Aslan <eras@gentoo.org>
AuthorDate: 2019-05-17 07:47:28 +0000
Commit:     Eray Aslan <eras@gentoo.org>
CommitDate: 2019-05-17 07:47:55 +0000

    app-crypt/heimdal: security bump to 7.6.0
    
    Bug: https://bugs.gentoo.org/686034
    Closes: https://bugs.gentoo.org/649492
    Closes: https://bugs.gentoo.org/647880
    Closes: https://bugs.gentoo.org/641762
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Eray Aslan <eras@gentoo.org>

 app-crypt/heimdal/Manifest                         |   1 +
 .../files/heimdal_build-headers-before-use.patch   |  29 ++++
 app-crypt/heimdal/files/heimdal_fix-db60.patch     |  11 ++
 app-crypt/heimdal/files/heimdal_hcrypto.patch      |  45 +++++
 app-crypt/heimdal/heimdal-7.6.0.ebuild             | 185 +++++++++++++++++++++
 app-crypt/heimdal/metadata.xml                     |   3 +
 6 files changed, 274 insertions(+)