ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day https://vid.puffyan.us/watch?v=jtSZ7oWuu8c
<phoebos> noocsharp: sfeed 1.3 is out
rLapz has joined #kisslinux
rLapz has quit [Quit: Client closed]
ejjdhfjsu has joined #kisslinux
mahmutov has quit [Ping timeout: 245 seconds]
<testuser[m]> Hi
<illiliti> hi
illiliti has quit [Read error: Connection reset by peer]
illiliti has joined #kisslinux
mahmutov has joined #kisslinux
<illiliti> it seems that generated script is quite unsafe
<illiliti> i see a lot of evals and unquoted variables
<testuser[m]> Rust needs to be rebuilt on lolvm major update right?
<illiliti> i believe so
<testuser[m]> ok
mahmutov has quit [Ping timeout: 256 seconds]
dnv has joined #kisslinux
dnv has quit [Quit: dnv]
<testuser[m]> dilyn have u been using kiss from master? does it have any bugs?
<testuser[m]> btw looks like not all fixes in community kiss were upstreamed to kiss
Guest12 has joined #kisslinux
<Guest12> Hi all
<Guest12> Does chromium work fine on gkiss/kiss?
<testuser[m]> If ur using nvidia on gkiss then chromium has graphical artifacts so u need to --disable-gpu
<Guest12> testuser[m]: So the hardware acceleration won't work, right?
<testuser[m]> no
<Guest12> Ok, thanks
<testuser[m]> why do u keep asking the same stuff again and again lol
<testuser[m]> assuming you're the same guest
<Guest12> Just checking in from time to time to see how things are going :)
<testuser[m]> firefox webrender works perfectly fine without any lags like it used to have earlier, smoother than chromium
<Guest12> Great
Guest12 has quit [Quit: Client closed]
ziofork5 has quit [Quit: The Lounge - https://thelounge.chat]
ziofork52 has joined #kisslinux
ella-0 has quit [Read error: Connection reset by peer]
ejjdhfjsu has quit [Ping timeout: 240 seconds]
illiliti has quit [Quit: leaving]
<phoebos> does anyone have experience with asan? I can't get either clang or gcc to build with it
<phoebos> wondering if it's a musl problem
<phoebos> i've seen there are some libasan packages for other distros, but they appear to be selected files from a gcc build
<phoebos> after building compiler-rt, clang with -DLLVM_USE_SANITIZER=Address can't find -lasan
<phoebos> s/after/even after/
<testuser[m]> wdym build with it
<testuser[m]> sanitize the compiler or build the compiler's sanitizers
<phoebos> build it with support for -fsanitize=address
<phoebos> the latter
<testuser[m]> for gcc just remove the line --disable-libsanitizer
<phoebos> please tell me there's not that line in the gcc build
<phoebos> oh god
<testuser[m]> for coompiler-rt ur not supposed to prefix options with LOLVM_...
<phoebos> i've been set -x'ing gcc's configure script trying to find why no matter what i did it wouldn't build libsanitizer
<testuser[m]> it took me hours to figure out when i wanted to use them
<testuser[m]> i checked arch's build and saw no extra flags
<testuser[m]> lol
<phoebos> the only documentation i could find was google's wiki page which doesn't explain anything
<testuser[m]> bruh shit they made compiler-rt depend on the lolvm monorepo
<testuser[m]> it needs some cmake modules from there
<testuser[m]> but i build both seperately
mahmutov has joined #kisslinux
<phoebos> and you build clang with llvm?
<phoebos> oh nice oom just killed my terminal
<testuser[m]> phoebos: yeah
<phoebos> nice
<phoebos> testuser[m]: building gcc libsanitizer errors on #include <fstab.h>
<phoebos> is that a glibc thing
<testuser[m]> indeed
<testuser[m]> tf does it need that for
<testuser[m]> bruh
<testuser[m]> lol it even uses obstack and stuff
<testuser[m]> just use the lolvm sanitizers it only required 1 sed to build
<phoebos> lol
<phoebos> ok
jedavies has quit [Read error: Connection reset by peer]
<phoebos> i should have updated to llvm 14 before building, but nevermind
rLapz has joined #kisslinux
an3223 has joined #kisslinux
rLapz33 has joined #kisslinux
rLapz has quit [Quit: Client closed]
rLapz33 has quit [Client Quit]
rLapz has joined #kisslinux
rLapz has quit [Quit: Leaving]
rLapz has joined #kisslinux
rLapz has joined #kisslinux
rLapz has quit [Changing host]
rLapz666 has joined #kisslinux
rLapz666 has quit [Client Quit]
rLapz has quit [Quit: Leaving]
rLapz has joined #kisslinux
rLapz has quit [Changing host]
rLapz has joined #kisslinux
<phoebos> testuser[m]: your build worked, and asan works, except there are some symbols not found: pthread_mutexattr_getprioceiling, pthread_mutexattr_getrobust_np, __cxa_throw, __cxa_rethrow_primary_exception, swift_demangle
<testuser[m]> Bruh what
<testuser[m]> What command outputs that
rLapz has quit [Quit: Leaving]
<phoebos> ldd on a binary compiled with -fsanitize=address
<phoebos> also running the binary with LSAN_OPTIONS="verbosity=1:log_threads=1" env
<testuser[m]> How did asan even get built if it links to non existent symbols
<phoebos> failed to intercept 'pthread_mutexattr_getprioceiling' etc
<testuser[m]> the binary runs?
<phoebos> no idea
<phoebos> yep
<testuser[m]> Can u show the exact msg
<testuser[m]> Weird
<testuser[m]> ig just try some stuff that asan checks for and see if it's detcted
<phoebos> seems to work anyway
<phoebos> can detect stuff, it's probably fine
<phoebos> just strange
<testuser[m]> pthread_mutexattr_getrobust_np doesn't exist in musl so it can't "intercept" it ig and the cxa stuff is for c++ idk why that's showing up
<phoebos> ok
<phoebos> grep pthread_mutexattr_getprioceiling /usr/lib/clang/13.0.0/lib/linux/libclang_rt.asan-x86_64.so: binary file matches
<phoebos> lol
<phoebos> pthread_mutexattr_getprioceiling should be in musl
<testuser[m]> That one is
<phoebos> not in mine, it's in pthread.h but the source isn't there :/
<phoebos> eh
rLapz has joined #kisslinux
rLapz has quit [Client Quit]
rLapz has joined #kisslinux
ella-0 has joined #kisslinux
rLapz has quit [Quit: Leaving]
rLapz has joined #kisslinux
rLapz has quit [Quit: Leaving]
rLapz has joined #kisslinux
rLapz has quit [Remote host closed the connection]
rLapz has joined #kisslinux
rLapz has quit [Client Quit]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
floorcrawler has joined #kisslinux
phinxy has quit [Ping timeout: 256 seconds]
mahmutov has quit [Ping timeout: 260 seconds]
op_4 has quit [Quit: ZNC - https://znc.in]
op_4 has joined #kisslinux
mahmutov has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux