phoebos changed the topic of #kisslinux to: Unofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=SW9RrOLoYE0
sjalv has quit [Ping timeout: 248 seconds]
sjalv has joined #kisslinux
Den4ikRus has joined #kisslinux
fultilt has quit [Quit: WeeChat 3.7.1]
vouivre has joined #kisslinux
<vouivre> I had a problem with the kiss installation. After compiling my kernel I had a black screen
<vouivre> even after enabling all possibles framebuffer, I had always a black screen
<vouivre> a fix was this one
<vouivre> if somebody has the same problem, after a lot of compilation I found that enabling "CONFIG_X86_X2APIC" solved the problem
<vouivre> now I can boot my kernel. I still have an issue but it will be for later
<vouivre> maybe it can help some other users
<vouivre> could somebody try to install a software ? I would like to update the cups package.
<vouivre> I have a problem with cups-filters
<vouivre> from experience I almost sure I will have to wait weeks before getting an answer.
<vouivre> If somebody wants to try, I will push my actual packages on codeberg
<vouivre> for cups-filters I need libcupsfilters
<vouivre> you can get my actual package here
<vouivre> some dependencies may be missing
Den4ikRus_ has joined #kisslinux
midfavil1 has joined #kisslinux
vouivre has quit [*.net *.split]
Den4ikRus has quit [*.net *.split]
jmjl has quit [*.net *.split]
op_4 has quit [*.net *.split]
midfavila has quit [*.net *.split]
Den4ikRus_ is now known as Den4ikRus
ghodawalaaman has quit [Read error: Connection reset by peer]
ghodawalaaman has joined #kisslinux
jmjl has joined #kisslinux
op_4 has joined #kisslinux
fultilt has joined #kisslinux
vouivre has joined #kisslinux
<vouivre> sad_plan: you are the maintainer of the package "chicken" right ?
<sad_plan> vouivre: no? didnt even know tha was a package to begin with.
<sad_plan> phoebos: is the maintainer for that. I dont use scheme at all. mostly just rc. but trying to do some C every now and then. maybe some posix sh
<vouivre> ok, sorry. I was convinced phoebos had not the same nick on irc. Bad memory
<vouivre> phoebos: in the package chicken, why do use in the build file "export MAKEFLAGS="$MAKEFLAGS -j1""
<vouivre> or a more general question: can some values for MAKEFLAGS, like MAKEFLAGS='-j14' leads to some problems ?
<vouivre> maybe it's the problem I have with the package cups-filters
<vouivre> sad_plan: rc. Do you mean the shell rc ?
<sad_plan> vouivre: i do, yes
<sad_plan> regarding makeflags, if you dont have enough ram, then yes. builds can fail because you run out of memory. if you get that error a lot, you might wanna turn the makeflags down by some. but usually it can be set to the number of threads your cpu has
<sad_plan> or rather +1. so 4C/8T cpu, would be -j9
<vouivre> I have 32Gb of memory on my computer, I don't think it's the problem.
<vouivre> for cups-filters: configure is ok. Make is ok. Make install fails almost everytime.
<vouivre> my MAKEFLAGS='-j18'. Fails almost everytime.
<vouivre> if I set it down to '-j2', I've got 4 successes on 4 attempts.
dude2040 has joined #kisslinux
<dude2040> join #sabotage
<sad_plan> makeflags shouldnt affect make install though
<sad_plan> or rather, it doesnt
<vouivre> for the moment I can't explain why it happens and if I'm searching in the good direction.
<sad_plan> wierd
<vouivre> ok.... but it's what I've got
<vouivre> I'll do some more tests and ask somebody to test.
<vouivre> on rc now. I have it on my mind for a long time, but I don't use it.
<vouivre> Just curious, why rc over other shells ?
dude2040 has quit [Remote host closed the connection]
AtleoS has quit [Ping timeout: 252 seconds]
AtleoS has joined #kisslinux
vouivre has quit [Quit: nyaa~]
<phoebos> vouivre: -j1 is to disable parallel make, because chicken's makefile isn't great and the build can fail if done in parallel
<phoebos> for other makeflags you should leave it to the user to choose based on their number of cores, but -j1 is an exception