Summary: | sys-apps/ifplugd-0.28-r11 has implicit function declarations in configure logs (MUSL-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/36420 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027, 941869 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 863861 [details]
build.log
build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:298 - exit config.log:701 - fork config.log:704 - exit The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d9934f34952493a6c372d389e92875d23d2a3e commit f4d9934f34952493a6c372d389e92875d23d2a3e Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2024-04-25 14:21:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-22 13:51:27 +0000 sys-apps/ifplugd: fix incompatible pointer types After discussion switched include from linux/if.h to net/if.h libc version contains everything needed both in musl and glibc. eautoreconf automagics away implicit function declaration errors in configure update EAPI 7 -> 8 in process Closes: https://bugs.gentoo.org/921384 Closes: https://bugs.gentoo.org/908538 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36420 Signed-off-by: Sam James <sam@gentoo.org> .../files/ifplugd-0.28-fix-if.h-include.patch | 60 ++++++++++++++++++++++ sys-apps/ifplugd/ifplugd-0.28-r12.ebuild | 54 +++++++++++++++++++ 2 files changed, 114 insertions(+) |