Summary: | gui-wm/hyprland-0.40.0 - ../.../SdDaemon.cpp: error: strnlen was not declared in this scope | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | amit.ugol, johnmh, julien, proxy-maint |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/hyprwm/Hyprland/issues/6094 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz gui-wm:hyprland-0.40.0:20240515-114743.log.xz qlist-info.txt.xz temp.tar.xz fixes missing header files |
Description
Toralf Förster
2024-05-15 17:03:02 UTC
Created attachment 892994 [details]
emerge-info.txt
Created attachment 892995 [details]
emerge-history.txt.xz
Created attachment 892996 [details]
environment
Created attachment 892997 [details]
etc.clang.tar.xz
Created attachment 892998 [details]
etc.portage.tar.xz
Created attachment 892999 [details]
gui-wm:hyprland-0.40.0:20240515-114743.log.xz
Created attachment 893000 [details]
qlist-info.txt.xz
Created attachment 893001 [details]
temp.tar.xz
Created attachment 893034 [details, diff]
fixes missing header files
There are two issues with this file, one is missing errno.h (already fixed upstream) that prevents compilation with clang and missing string.h that prevents compilation with gcc the way you tried it... this patch worked for me, feel free to try it.
|