Open silvanshade opened 6 months ago
Any idea what could be causing this?
Nope, and sorry, besides not having a v4, this issue would take too much time to replicate. By your diagnostic, I would guess the issue is in some of the readline's dependencies. @ptr1337 as a v4 worshiper might have a better guess.
What happens?
When trying to build the
linuxPackages_cachyos
kernel forznver4
, thereadline
package fails to build.What is expected to happen?
Build should succeed.
If possible, please attach logs
More information
If you look up the error in the log, the issue is in the
tcap.h
file, specifically this part:If you comment out this part:
The compilation continues but ultimately linking fails with an error saying
-lncurses
not found.So somehow the configuration for
readline
is incorrect.I'm not sure why this happens though because if I try to build readline separately with
nix-shell -p readline
it works (even with those modifiedCFLAGS
forznver4
, although as you can see from the logs they shouldn't affect the build here anyway).Any idea what could be causing this?