<sad_plan>
why does not escaping the space with sed work? should a simple sed 's/ /\\ /g' work? when I print it out, it looks fine, but for whatever reason, when mpv is trying to play it, itll complain about the same as before. seperating the words..
<sad_plan>
s/should/shoudnt/
<phoebos>
there are other things that should be escaped, did you try the sed I linked to
<phoebos>
what's the filename giving an error
<sad_plan>
all of them currently, but Ive not had any issues with it before really. never had to escape anything
<sad_plan>
that depends on what messages you sent between you mentioning graphics and network is up and running, and you setting up sdf :p
<sad_plan>
fucking hell. why does kiss bork up my alternatives? if I switch all alternatives to toybox, suddenly alot of them suddenly isnt owned
<sad_plan>
ive had issues with that earlier too, but it seems to be most previlent when doing everyone at once
midfavil1 has quit [Quit: leaving]
sad_plan has quit [Quit: nyaa~]
ehawkvu has joined #kisslinux
<virutalmachineus>
<sad_plan> "great. so now youre up and..." <- when is the tcc kernel patch coming?
<virutalmachineus>
can i use tcc to run every program as a script without compiling?
<testuser[m]12>
Bruh
<testuser[m]12>
Hi
<virutalmachineus>
oh even needs compile programs when i can run c scripts
<testuser[m]12>
"Script" is literally $CC file.c -o /tmp/junk.xyz; /tmp/junk.xyz
<virutalmachineus>
i'm joking......
<wael[m]>
tcc -run
<virutalmachineus>
it's time to give up graphics and embrace the tty
<wael[m]>
tell us how it goes
<virutalmachineus>
graphics is bit overkill
<virutalmachineus>
next up i'll be living in a uefi shell.
ioraff has quit [Quit: ioraff]
eax__ has joined #kisslinux
eax__ has left #kisslinux [#kisslinux]
eax__ has joined #kisslinux
eax__ has quit [Ping timeout: 268 seconds]
<testuser[m]12>
illiliti: lol the bug is still there cuz we explicitly set rpath in firefox build so running ldd will fetch from /usr/lib/firefox even with system nss
<testuser[m]12>
this time it's not a kiss bug tho
<testuser[m]12>
I'll just remove that flag
soliwilos has quit [Remote host closed the connection]
an3223 has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
an3223 has joined #kisslinux
<testuser[m]12>
o shit apparently its required on musl
sam_sepi0l has joined #kisslinux
<testuser[m]12>
I think we can safely set rpath to $ORIGIN
soliwilos has quit [Remote host closed the connection]
<testuser[m]12>
btw any idea how genpoo deals with it if a package gets an extra dependency due to automatic dependency check in configure script? I don't think they have resolver like kiss