Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898450 - app-editors/gvim-9.0.1363 has implicit function declarations in configure logs
Summary: app-editors/gvim-9.0.1363 has implicit function declarations in configure logs
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 15:55 UTC by Agostino Sarubbo
Modified: 2023-05-11 01:24 UTC (History)
2 users (show)

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


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

Issue: app-editors/gvim-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 15:55:26 UTC
Created attachment 855256 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-28 18:12:54 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:44 UTC
The bug has been closed via the following commit(s):

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

commit 9726595239c9c464b1b8cd9e052beb7bfa5d8add
Author:     Oskari Pirhonen <xxc3ncoredxx@gmail.com>
AuthorDate: 2023-03-03 06:46:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-04 07:18:08 +0000

    app-editors/gvim: 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/898450
    Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/gvim/gvim-9.0.1000.ebuild | 8 ++++++++
 app-editors/gvim/gvim-9.0.1157.ebuild | 8 ++++++++
 app-editors/gvim/gvim-9.0.1363.ebuild | 8 ++++++++
 app-editors/gvim/gvim-9999.ebuild     | 8 ++++++++
 4 files changed, 32 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2023-05-11 01:24:45 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f02695138a577e162e731f34cdc3eb9e9391e21

commit 4f02695138a577e162e731f34cdc3eb9e9391e21
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2023-05-10 01:44:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-11 01:24:42 +0000

    install-qa-check.d/90config-impl-decl: Skip acl & statacl on Linux
    
    Seen in app-editors/vim.
    
    Bug: https://bugs.gentoo.org/898450
    Signed-off-by: Matt Turner <mattst88@gentoo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 bin/install-qa-check.d/90config-impl-decl | 2 ++
 1 file changed, 2 insertions(+)