Summary: | app-forensics/chkrootkit-0.55 : chklastlog.c: error: O_RDONLY undeclared (first use in this function) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | maintainer-needed |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | Missing fcntl.h? | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 713786 | ||
Attachments: |
emerge-info.txt
app-forensics:chkrootkit-0.53:20200330-232737.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 path_max fix add missing include for fcntl.h |
Description
Toralf Förster
![]() Created attachment 627674 [details]
emerge-info.txt
Created attachment 627676 [details]
app-forensics:chkrootkit-0.53:20200330-232737.log
Created attachment 627678 [details]
emerge-history.txt
Created attachment 627680 [details]
environment
Created attachment 627682 [details]
etc.portage.tbz2
Created attachment 627684 [details]
temp.tbz2
Likely an occurrence of missing #include <fcntl.h>. tinderbox_musl has reproduced this issue with version 0.55 - Updating summary. Created attachment 761135 [details, diff]
path_max fix
this is a two part fix, first part is PATH_MAX undefined, second part will be the missing fnctl.h
Created attachment 761136 [details, diff]
add missing include for fcntl.h
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07737b95af2452c0055e1ed0660590c1487befdb commit 07737b95af2452c0055e1ed0660590c1487befdb Author: Jory Pratt <anarchy@gentoo.org> AuthorDate: 2022-01-03 04:00:37 +0000 Commit: Jory Pratt <anarchy@gentoo.org> CommitDate: 2022-01-03 04:00:51 +0000 app-forensics/chkrootkit: Fix missing includes for musl Closes: https://bugs.gentoo.org/show_bug.cgi?id=715552 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org> app-forensics/chkrootkit/chkrootkit-0.55.ebuild | 4 ++- .../chkrootkit/files/chkrootkit-0.55-fcntl_h.patch | 30 ++++++++++++++++++++++ .../files/chkrootkit-0.55-limits_h.patch | 10 ++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) |