Felix Yan
Felix Yan
Putting the following lines instead fixes the errors and makes it work as intended: ``` #%PAM-1.0 auth include system-login account include system-login password include system-login session include system-login ```
Any plan to implement the change upstream? Currently this is still a downstream workaround.
Not really, I don't think I have enough knowledge for that unfortunately...
Indeed I can no longer reproduce it. Thanks for noticing!
We do have some semi-automation, but the problem is that a dependency of freeradius, namely yubico-c-client, is marked as broken. This stops any automation and a rebuild would be done...
While packaging for Arch, we encountered this as well. Unfortunately the above workaround didn't work for us because our compiler-rt (which was built separately as a package) installs the file...
I see, thanks for the hint. Hacking this into the Rust building process is much more frustrating though...
Implemented the same workaround for Arch: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hsopenssl/-/commit/9080b3293f9e3721cdbe800b94250baa33d3444a#9b9baac1eb9b72790eef5540a1685306fc43fd6c_22_22 (I tried to apply #94 too but got different errors.) I guess the ultimate solution here would be #95
c2hs' test suite fails here with a lot of errors too, I think this is the first cause: ``` DEBUG:root:c2hs: Exception: error running: cc -o structs_c.o -c structs.c DEBUG:root:c2hs: exit...
GCC 15 was used, so I am replying here because I think it's the same issue.