ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/H7PvgY65OxA
rohan has joined #kisslinux
<illiliti> temporarily remove /bin/strip
<illiliti> and build cups
<illiliti> the error should tell where you need to remove strip command
<illiliti> or error might tell that it's kiss bug, but that's unlikely
rohan has quit [Ping timeout: 250 seconds]
rohan has joined #kisslinux
<floorcrawler> I'm getting warning:Unable to find strip
<floorcrawler> aha, inside /build/cups/install-sh
<floorcrawler> custom install script?
<floorcrawler> yay. symbols!
<illiliti> gosh
<illiliti> why do they need this script
<illiliti> mkdir, cp, chmod is so hard to do? bruh
rohan has quit [Ping timeout: 240 seconds]
<illiliti> ah i forgot it's apple thing
<illiliti> why do you need cups btw? i recall some printers can be used without it
<floorcrawler> I'd like to use gutenprint, there are lots of options like ink density and resolution.
GalaxyNova has quit [Remote host closed the connection]
<illiliti> i see..
GalaxyNova has joined #kisslinux
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
floorcrawler has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
litharge has quit [*.net *.split]
litharge has joined #kisslinux
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 250 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 272 seconds]
rohan has joined #kisslinux
<testuser[m]> Hi
<wael_> Hi
<wael_> testuser: is there no way to make yash use .profile and `ENV`?
<testuser[m]> man yash
<testuser[m]> it has some arg for it
<wael_> yes i know but i cant really use that in /etc/passwd
<wael_> it wont work
<wael_> i could probably set /bin/yash-usetheseargs and have it launch with specific args
<testuser[m]> phoebos:
rohan has quit [Ping timeout: 272 seconds]
<wael_> `syntax error: a function body must be a compound command`
<wael_> shame
rohan has joined #kisslinux
<testuser[m]> illiliti: phoebos can you check the comment on #100 and review #92
<wael_> yash doesn't even add /usr/local/bin to PATH
<testuser[m]> skill issue
<testuser[m]> shell doesnt set anything other than SHLVL and PWD
<testuser[m]> . /etc/profile
GalaxyNova has quit [Remote host closed the connection]
<wael_> arghhhhhhhhhhhh
<testuser[m]> i suspect that when Wayland will gained popularity: people will be replaced MPV (the only application that refused to implement window management) by another good video player application..
<testuser[m]> Rust microservices in server-side WebAssembly
<wael_> where the fuck are you getting these quotes from testuser
dbrooke has quit [Quit: WeeChat 2.3]
dbrooke has joined #kisslinux
<testuser[m]> ioraff: do u build chromium with clang
ahmadraniri1994[ has quit [Quit: You have been kicked for being idle]
chomwitt has joined #kisslinux
<wael_> is there not an unofficial guide for KISS for kiss-community tarball and repo changes applies
<wael_> s/applies/applied
<testuser[m]> Whay
<testuser[m]> Oh
rohan has quit [Ping timeout: 250 seconds]
Torr has joined #kisslinux
rohan has joined #kisslinux
rohan has quit [Ping timeout: 260 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 255 seconds]
<testuser[m]> I'm reading some of these comments suggesting Jpeg-XL was this awesome format everyone was missing out on. Who was? Where? No one gave a rat's ass about it then. No one gave a rat's ass about it now. Like WebM, WebP and all the other also-ran dead-out-of-the-gate next-gen file formats, it never got any traction to succeed plain old jpeg.
<saturn[m]> hello everyone
<macslash1[m]> saturn: you.
Torr has quit [Ping timeout: 260 seconds]
rohan has joined #kisslinux
ElKowar has joined #kisslinux
rohan has quit [Ping timeout: 272 seconds]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has joined #kisslinux
Torr has joined #kisslinux
<illiliti> i find this more cleaner
<illiliti> and potentially faster because for+printf can be really slow
rohan has joined #kisslinux
rohan has quit [Ping timeout: 250 seconds]
<phoebos> wael_: do you symlink /bin/sh to yash or use /bin/yash
<phoebos> ie. is it in POSIXly-correct mode
<phoebos> if not, use ~/.yash_profile ~/.yashrc to set whatever
<phoebos> otherwise maybe set a normal sh in /etc/passwd and in .profile do `ENV=~/.env exec yash` or something
<phoebos> POSIX lets the implementation define the earliest startup files but maybe yash takes that to mean they don't need one
<phoebos> surely not?
Torr has quit [Ping timeout: 276 seconds]
Torr has joined #kisslinux
chomwitt has quit [Ping timeout: 272 seconds]
<saturn[m]> anyone here ever faced their kernel simply not finishing to compile
<phoebos> saturn[m]: are you still getting output?
<saturn[m]> output on what? the kernel compiling? it just ends randomly, and doesn’t create the bzImage
<phoebos> oh then presumably there's been an error
<saturn[m]> an error does happen at the very start, i don’t think it has anything to do with it stopping though
<saturn[m]> it’s about openssl/bio.h not exciting
<phoebos> logs?
<saturn[m]> alright ill find it real quick
<saturn[m]> odd, now it’s stopping right after the openssl error..
<phoebos> yes, the first time other jobs will have had to stop first
<saturn[m]> and now it completes randomly
<saturn[m]> didn’t even do anything
<phoebos> s/first/after/
<phoebos> it finishes successfully?
<saturn[m]> yep
<saturn[m]> what is even going on
<phoebos> a race condition with parallel make
<phoebos> what kernel version?
<saturn[m]> 6.0.6
<saturn[m]> time to see if it boots i guess
<phoebos> an include file not being generated in time once won't affect that
<phoebos> damn, 6.0.6 needs bash
<phoebos> (still)
<phoebos> ah 6.1 has the patch