Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898406 - app-editors/vim-core-9.0.1363 has implicit function declarations in configure logs
Summary: app-editors/vim-core-9.0.1363 has implicit function declarations in configure...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Oskari Pirhonen
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-28 14:14 UTC by Agostino Sarubbo
Modified: 2023-03-04 07:18 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,113.56 KB, text/plain)
2023-02-28 14:14 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 2023-02-28 14:14:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/vim-core-9.0.1341 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 14:14:31 UTC
Created attachment 855218 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-28 18:13:27 UTC
ci has reproduced this issue with version 9.0.1363 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2023-03-04 07:18:45 UTC
The bug has been closed via the following commit(s):

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

commit 4107569394f4710e79bd17841c9d2f0f6881e57d
Author:     Oskari Pirhonen <xxc3ncoredxx@gmail.com>
AuthorDate: 2023-03-03 06:50:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-04 07:18:10 +0000

    app-editors/vim-core: configure implicit function declarations
    
    Ignore implicit function declarations for platform-specific functions,
    `acl()` is for Solaris and `statacl()` is for AIX.
    
    Closes: https://bugs.gentoo.org/898406
    Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/29907
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/vim-core/vim-core-9.0.1000.ebuild | 8 ++++++++
 app-editors/vim-core/vim-core-9.0.1157.ebuild | 8 ++++++++
 app-editors/vim-core/vim-core-9.0.1363.ebuild | 8 ++++++++
 app-editors/vim-core/vim-core-9999.ebuild     | 8 ++++++++
 4 files changed, 32 insertions(+)