💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2023-12-23.txt captured on 2024-05-12 at 15:59:07.

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

[2023-12-23T14:31:27Z] <fluntpwn> hi! trying to compile postfactum's linux kernel v6.6-pf5(https://codeberg.org/pf-kernel/linux/releases/tag/v6.6-pf5), with https://0.0g.gg/?45cb1de9a36ddf5e#78sZtue3pYKNXHhrdFzHYqtFp3vtC7H1M9o5Tr2dxBoW as my LS_MOD for make localmodconfig, getting this error - https://0.0g.gg/?7e965c742d8af57a#91sw4sLWYcXhzGXCSvSZ8tKbPwrNCA8uEUmq9aCJnTg
[2023-12-23T14:55:18Z] <fluntpwn> happens on the official 6.6.8 too
[2023-12-23T15:45:21Z] <sewn> how are you building it? and is this related to kiss i cant tell
[2023-12-23T16:21:53Z] <fluntpwn> sewn: just make -j12. im building it on kiss linux so
[2023-12-23T16:22:24Z] <sewn> i built linux on 6.6.8 and i dont have your problem
[2023-12-23T16:22:51Z] <sewn> what on earth is postfactum kernel though?
[2023-12-23T16:23:26Z] <sewn> looks intersting, i do want a performance oriented kernel
[2023-12-23T16:35:53Z] <fluntpwn> sewn: it's because of some modules probably, idk, if i build with just defconfig it builds fine, but it doesn't work.i just looked on that archwiki page that was linked by kiss in it's install guide: first i wanted to use linux-tkg but i couldn't get it to build(it's install.sh script requires some busybox incompatible utils), and then i've seen the pf-kernel and it looked like what i wanted.
[2023-12-23T16:51:50Z] <sewn> fluntpwn: you dont usually need modules in kiss
[2023-12-23T16:51:55Z] <sewn> you build everything builtin
[2023-12-23T16:55:08Z] <fluntpwn> probably won't change anything, it still won't compile, but now it won't compile builtin :)
[2023-12-23T21:46:50Z] <fluntpwn> sorry i had to go, gonna try compiling again now with a different config
[2023-12-23T23:01:41Z] <fluntpwn> ok, tried to compile both pf-kernel and official release again, getting this https://0.0g.gg/?5fe7bf8a2c504bbe#AyLCqDYpkXKQiBu8jikR5AwcVpN5KBdYMqy8834WpRSB now
[2023-12-23T23:02:09Z] <fluntpwn> already applied the sed '/<stdlib.h>/a #include <linux/stddef.h>' \ patch