Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815844 - net-nds/openldap-2.4.59-r2 calls eend without first argument
Summary: net-nds/openldap-2.4.59-r2 calls eend without first argument
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-10-02 14:13 UTC by Agostino Sarubbo
Modified: 2023-05-23 09:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,721.06 KB, text/plain)
2021-10-02 14:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-02 14:13:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-nds/openldap-2.4.59-r2 calls eend without first argument.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-02 14:13:39 UTC
Created attachment 742533 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-03-19 18:07:56 UTC
The bug has been referenced in the following commit(s):

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

commit d12a02243969b7c715e9b639345ec8aacd925a28
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2022-02-05 23:24:54 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2022-03-19 18:07:51 +0000

    net-nds/openldap 2.6.1 version bump
    
    Closes: https://bugs.gentoo.org/799092
    Bug: https://bugs.gentoo.org/624178
    Bug: https://bugs.gentoo.org/815844
    Bug: https://bugs.gentoo.org/609486
    
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    (cherry picked from commit c2e92fe1e144e8563f753a76d9d0cba923bb8878)
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 net-nds/openldap/Manifest                          |   1 +
 net-nds/openldap/files/openldap-2.6.1-cloak.patch  |  25 +
 .../files/openldap-2.6.1-fix-missing-mapping.patch |  21 +
 net-nds/openldap/files/openldap-2.6.1-flags.patch  | 416 +++++++++++
 .../openldap/files/openldap-2.6.1-system-mdb.patch | 148 ++++
 net-nds/openldap/files/slapd-2.6.1.service         |  12 +
 net-nds/openldap/files/slapd-confd-2.6.1           |  26 +
 net-nds/openldap/metadata.xml                      |   4 +
 net-nds/openldap/openldap-2.6.1.ebuild             | 796 +++++++++++++++++++++
 9 files changed, 1449 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-23 09:18:20 UTC
commit 54d6b965bc03481d743a874991ce4072a3a7d37b
Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date:   Wed Apr 20 22:13:02 2022 +0200

    net-nds/openldap: [QA] eend without argument

    Remove the lone eend, and change the ebegin to einfo.

    Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
    Signed-off-by: Sam James <sam@gentoo.org>