Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898452 - app-editors/vim-9.0.1363 has implicit function declarations in configure logs
Summary: app-editors/vim-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-03-04 07:18 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,101.68 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:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/vim-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:31 UTC
Created attachment 855258 [details]
build.log

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

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

commit 1d4c8dd11eaf466cfd5d5bdb633573b12b48153d
Author:     Oskari Pirhonen <xxc3ncoredxx@gmail.com>
AuthorDate: 2023-03-03 06:49:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-04 07:18:09 +0000

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

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