Summary: | x11-wm/fvwm3-1.0.7-r1 has implicit function declarations in configure logs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Matt Jolly <kangie> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/33367 | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 857769 [details]
build.log
build log and emerge --info
I didn't see any warnings when bumping to 1.0.7; I'll validate that in the near future and we can drop any legacy versions once the PR has been merged. The log has: ``` * QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/x11-wm/fvwm3-1.0.6a/work/fvwm3-1.0.6a/config.log:2420 - close * /var/tmp/portage/x11-wm/fvwm3-1.0.6a/work/fvwm3-1.0.6a/config.log:2424 - unlink * Check that no features were accidentally disabled. ``` https://github.com/fvwmorg/fvwm3/blob/main/acinclude.m4#L990 seems to use both close() and unlink() without the proper includes, so that still needs fixing. ci has reproduced this issue with version 1.0.7 - Updating summary. ci has reproduced this issue with version 1.0.7-r1 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f573a1bef76b79894855a60fba7053ba40ae5f commit 37f573a1bef76b79894855a60fba7053ba40ae5f Author: Matt Jolly <Matt.Jolly@footclan.ninja> AuthorDate: 2023-10-17 06:11:08 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2023-10-17 06:37:46 +0000 x11-wm/fvwm3: drop 1.0.7-r1 Closes: https://bugs.gentoo.org/901275 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Joonas Niilola <juippis@gentoo.org> x11-wm/fvwm3/Manifest | 1 - x11-wm/fvwm3/fvwm3-1.0.7-r1.ebuild | 168 ------------------------------------- 2 files changed, 169 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb1cccd1b7165e4708372833e0779a3d2ad795f commit 6eb1cccd1b7165e4708372833e0779a3d2ad795f Author: Matt Jolly <Matt.Jolly@footclan.ninja> AuthorDate: 2023-10-17 05:50:56 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2023-10-17 06:37:46 +0000 x11-wm/fvwm3: add 1.0.8 - add python 3.12 Closes: https://bugs.gentoo.org/915473 Bug: https://bugs.gentoo.org/901275 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Joonas Niilola <juippis@gentoo.org> x11-wm/fvwm3/Manifest | 1 + ...m3-1.0.8-implicit-function-decl-configure.patch | 18 +++ x11-wm/fvwm3/fvwm3-1.0.8.ebuild | 172 +++++++++++++++++++++ x11-wm/fvwm3/fvwm3-9999.ebuild | 2 +- 4 files changed, 192 insertions(+), 1 deletion(-) |