Closed vmihalko closed 1 year ago
In GitLab by @awilfox on May 15, 2022, 07:06
mentioned in commit thesamesam/polkit@5b13b10001123b28875dade3c6f5ac5e8df8524e
In GitLab by @awilfox on Jul 14, 2022, 14:50
mentioned in commit thesamesam/polkit@b57deee8178190a7ecc75290fa13cf7daabc2c66
In GitLab by @oleksa75 on Dec 25, 2021, 09:57
Hello there! It is unable to compile sys-auth/polkit-0.120-r1::gentoo With next PC configuration: musl-1.2.2-r7, 5.15.11-gentoo x86_64 clang version 12.0.1 Target: x86_64-gentoo-linux-musl Thread model: posix LLVM: 12.0.1 with libcxx
Getting next error:
../polkit-0.120/src/polkitbackend/polkitbackendjsauthority.cpp:1530:7: error: use of undeclared identifier 'innetgr'
In case of / comment / this fragment of code, there unable to get it ready with another error:
`ld.lld: error: undefined symbol: js_polkit_user_is_in_netgroup(JSContext, unsigned int, JS::Value)
ld.lld: error: undefined symbol: setnetgrent
ld.lld: error: undefined symbol: getnetgrent
ld.lld: error: undefined symbol: endnetgrent
Please, fix it, or provide some patch for clang, with GCC btw there any problems. I need GCC-GLIBC-less system for educational needs. Without Polkit I am unable go ahead with setup for any desktop environment like Gnome, Cinnamon etc (strong dependencies between packages occur). Thanks!