ChanServ changed the topic of #kisslinux to: KISS Linux | https://kisslinux.org | logs: https://k1sslinux.org/irc#2.0 | please read: https://kisslinux.org/blog/20210711a
<kyxor> systemd
<micro_O> owncast looks dope
<micro_O> as a twitch replacement
<acheam> kyxor: where are you seeing that?
<kyxor> han they just had some systemd examples there, but I hope it doesn't
<kyxor> I think you can just use ffmpeg to stream
<acheam> hm looks like you can
micro_O has quit [Ping timeout: 258 seconds]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 250 seconds]
mobinmob has quit [Quit: Connection closed for inactivity]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 252 seconds]
GalaxyNova has joined #kisslinux
kyxor has quit [Ping timeout: 258 seconds]
zenomat has quit [Ping timeout: 240 seconds]
zenomat has joined #kisslinux
zenomat has quit [Changing host]
zenomat has joined #kisslinux
micro_O has joined #kisslinux
mahmutov has quit [Ping timeout: 258 seconds]
micro_O has quit [Ping timeout: 240 seconds]
GalaxyNova has quit [Quit: Whoooooshh]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 256 seconds]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 252 seconds]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 258 seconds]
<testuser[m]> Hi
<acheam> Hi
micro_O has joined #kisslinux
necromansy has quit [Quit: nyaa~]
necromansy has joined #kisslinux
<rio6> using distcc over ssh is even slower than compiling locally...
<testuser[m]> Wouldn't it depend on your network speed
<testuser[m]> Or local network ssh ?
<rio6> it's on the other side of the contenent
<testuser[m]> Bruh
<testuser[m]> What are you building ?
<rio6> just trying things :P
<testuser[m]> For smaller stuff i guess it would be slower than compiling locally
<rio6> building the kernel with -j192 (number of cores combined * 2), the text doesn't feel like it's scrolling faster
<rio6> anyways, just trying stiff :P
micro_O has quit [Ping timeout: 256 seconds]
mahmutov has joined #kisslinux
<kqz> i imagine you'll probably start to get throttled by stdout
<rio6> the make output is nowhere near throttling speed (if that's the stdout you're talking about), that's why I say it feels slower :P
sad_plan has joined #kisslinux
sad_plan has quit [Read error: Connection reset by peer]
sad_plan has joined #kisslinux
<sad_plan> when building something static, and it complains about undefined symbol, in a static lib
<sad_plan> do I have to merge symbols?
<testuser[m]> depends on where those symbols belong to
<testuser[m]> what does it complain about
<sad_plan> im trying to build st statically, and itll firstly complain about missing libX11 and libXft, both exist, but did not have static libs. so I included those
<sad_plan> ill give you the log
<testuser[m]> wdym "included those"
<sad_plan> built them
<testuser[m]> do you have static libs for the dependencies of the dependencies of the dependencies
<testuser[m]> libxcb static exists ?
<testuser[m]> and libXrender static
<sad_plan> no, I dont belive I do. tbh, I havent checked them all, but that something I can do :p
icy has quit [Quit: ZNC 1.9.x-nightly-20210409-e0ffdddd - https://znc.in]
icy has joined #kisslinux
<sad_plan> hm, I do belive I got all of them now. but seems to still produce the same error
<testuser[m]> add lxcb manually to ldflags
<testuser[m]> -lxcb
<testuser[m]> /usr/lib/libxcb.a exists ?
<sad_plan> yep
<sad_plan> hold on, now it complains about libXft.a missing, ill add that aswell
<sad_plan> hm, that did not fix it.
<testuser[m]> lo
<testuser[m]> g
<sad_plan> seems I need to specify alot of them.
<sad_plan> adding freetype aswell, and freetype-harfbuzz has alot of libs in its dep list
<testuser[m]> yeah
<testuser[m]> `pkg-config --libs fontconfig`
<testuser[m]> thats why
<testuser[m]> add --static
<testuser[m]> to pkgconf calls in makefile
<testuser[m]> --libs --static
<sad_plan> aah. ill sed that into the makefile then
<sad_plan> still complains. i added -lfontconfig aswell into the buildscript
<testuser[m]> umm its supposed to be --libs --static now --static ..
<testuser[m]> not
<sad_plan> oh
<testuser[m]> it will add everything -lfontconfig -lfreetype -lbz2 -lz -lpng16 -lm -lm -lz -lexpat
<sad_plan> nice
<testuser[m]> worked ?
<sad_plan> it failed, but I dont belive all the libs for freetype is also static. so just gotta go through them and check, and rebuild those that dont
stilbruch has quit [Quit: goodbye]
nerditup has quit [Ping timeout: 252 seconds]
stilbruch has joined #kisslinux
nerditup- has joined #kisslinux
paradigm has quit [Ping timeout: 256 seconds]
paradigm has joined #kisslinux
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 258 seconds]
<sad_plan> strange. I cant seem to get freetype to have to appropriate symbols..
<testuser[m]> libpng static exists ?
<sad_plan> yes, /usr/lib/libpng.a is there
<sad_plan> I belive Ive rebuilt everything after building the static libs aswell. I could always doublecheck aswell, to be sure
<testuser[m]> then whats it missing
<sad_plan> i have no clue. heres the log anyway http://0x0.st/-4kZ.bin
<testuser[m]> Lol
<testuser[m]> its missing its own symbols
<sad_plan> lol what?
<testuser[m]> see the freetype-harfbuzz package build script
<testuser[m]> its bad
<testuser[m]> try enabling static libs in both build_freetpye and build_harfbuzz
<testuser[m]> force remove freetype-harfbuzz before building
<sad_plan> libfreetyoe.a and libharfbuzz.a exist, but sure, ill remove it, and rebuild it agian
<testuser[m]> https://github.com/dilyn-corner/KISS-static/blob/main/extra/freetype/build i guess dilyn had some issues, harfbuzz is just gone lol
<sad_plan> lol. rebuilding it from fresh sources didnt really change anything. but perhaps Ill try to get rid of harfbuzz aswell
<testuser[m]> Getting rid of harfbuzz wont work if something needs it
<sad_plan> true
mahmutov has quit [Quit: WeeChat 3.1]
<sad_plan> would it make any differnce if one used a different buildsystem though? seeing as freetype supports both cmake, and meson. + the configure script obviously
<sad_plan> I noticed dilyn switched between them.
mahmutov has joined #kisslinux
<sad_plan> aw, wtf, now freetype-harfbuzz suddenly has a circular dependency on itself. ffs...
<testuser[m]> thats why i said force remove
<sad_plan> well, I could easily remove it earlier, but now I suddenly cant.. in any case, just remove the files, then I suppose?
<testuser[m]> KISS_FORCE=1 kiss r
<testuser[m]> ?
<sad_plan> its on, but didnt work
<testuser[m]> oh so kiss just bails out saying there s a circular dep
<testuser[m]> just rm /var/db/kiss/installed/freetype-harfbuzz/depends
<sad_plan> yes
soliwilos has quit [Remote host closed the connection]
<sad_plan> now its gone again
soliwilos has joined #kisslinux
<sad_plan> alright, finally moving forward. dilyn had it right in his buildscript. no longer nags about libfreetype.a
<sad_plan> instead its erroring out on libxcb again :')
sad_plan has quit [Remote host closed the connection]
alex_ has quit [Quit: Connection closed for inactivity]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 258 seconds]
<acheam> should KISS_FORCE ignore circular deps?
sad_plan has joined #kisslinux
<sad_plan> ^no, I dont think it should. the whole point is to force remove packages
<sad_plan> it could perhaps warn about it though. like fyi, its a circular dep
<testuser[m]> it should skip all but necessary checks to prevent the system from exploding, since it's name is KISS_FORCE :p
<sad_plan> or that :p
anniehallmoon has joined #kisslinux
sad_plan has quit [Remote host closed the connection]
cjw95 has joined #kisslinux
<cjw95> Hi guys, I'm having some trouble after moving to wayland
<cjw95> When trying to launch sway i get [wlr] [libseat] [libseat/backend/seatd.c:78] Could not connect to socket /run/seatd.sock: No such file or directory
<cjw95> Has anyone else had this?
<testuser[m]> ln -s /etc/sv/seatd /var/service/
<testuser[m]> enable the service
<cjw95> durrr
<cjw95> While I'm here, I was also having trouble with the wyverkiss install. `tar xvf "$OLDPWD/$file"` would fail at ./etc/ssl/misc/tsget.pl
<cjw95> error message: tar: Exiting with failure status due to previous errors
<cjw95> tar xvf "$OLDPWD/$file" 9.23s user 2.00s system 118% cpu 9.514 total
Guest9623 has joined #kisslinux
Guest9623 has quit [Client Quit]
micro_O has joined #kisslinux
Uks2 has quit [Ping timeout: 258 seconds]
Uks2 has joined #kisslinux
Guest92 has joined #kisslinux
<Guest92> Hello someone can help?My pc(BIOS) dont boot grub, its make a reboot loop
<testuser[m]> Does it try to load the kernel or what
<testuser[m]> When does it start rebooting
<Guest92> Only the BIOS appears and reboots
Guest92 has quit [Ping timeout: 246 seconds]
mobinmob has joined #kisslinux
micro_O has quit [Ping timeout: 240 seconds]
yamchah2 has quit [Remote host closed the connection]
mahmutov has quit [Ping timeout: 250 seconds]
mahmutov has joined #kisslinux
yamchah2 has joined #kisslinux
GalaxyNova has joined #kisslinux
humky has joined #kisslinux
micro_O has joined #kisslinux
eax_ has joined #kisslinux
micro_O has quit [Ping timeout: 256 seconds]
micro_O has joined #kisslinux
duplex has joined #kisslinux
eax_ has quit [Quit: leaving]
<duplex> hi I'm fairly new to the kiss pm. I'm trying to make a package that's just a bash script that needs to be able to be moved to /bin. when setting up the build file do I need to extract the archive? should I just cp it to /bin or is there a better way? also how to I handle uninstalls?
micro_O has quit [Ping timeout: 240 seconds]
micro_O has joined #kisslinux
<soliwilos> duplex: kiss will handle the unpacking, and you can use cp in the build file, kiss itself handles uninstalls as well.
mobinmob has quit [Quit: Connection closed for inactivity]
<duplex> soliwilos: will it remove the file from /bin automatically?
<duplex> also is there a way to gen checksums without kiss (i.e. who checksum algo does kiss use)
<duplex> *what
<soliwilos> duplex: Yes, if you run "kiss r myscript-package" the script from /bin will be removed.
<soliwilos> It uses sha256 checksums.
<GalaxyNova> dublex: "kiss c" generates checksums
<soliwilos> As far as I know, kiss just uses whatever sha256 utility it finds to be available.
micro_O has quit [Ping timeout: 245 seconds]
<soliwilos> I think some here have changed it to use blake3.
mahmutov has quit [Ping timeout: 250 seconds]