acheam_ 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/1JloNFppFE8
illiliti has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<phoebos> i have a feeling that kiss's git caching doesn't pull updates if a specific branch is specified
<phoebos> ie. sources = git://foo.bar@mybranch
<phoebos> kiss b; blah blah, new commit upstream; kiss b; doesn't pull the new commit
<phoebos> but i don't have time to check it now, just mentioning it here
<phoebos> s/new commit upstream/new commit upstream on mybranch/
<noocsharp> it does a fetch and checkout of a ref
<testuser[m]> Ji
<testuser[m]> Hi
ioraff has quit [Quit: ioraff]
denshi has joined #kisslinux
denshi has quit [Quit: denshi]
denshi has joined #kisslinux
denshi has quit [Quit: denshi]
illiliti has quit [Quit: leaving]
denshi has joined #kisslinux
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
denshi has quit [Quit: denshi]
<phoebos> noocsharp: it fetches but doesn't merge/fast-forward the commit into the local branch
<phoebos> ^ if a particular branch is specified in sources
<phoebos> if no branch is specified, kiss does `git checkout "${com:-FETCH_HEAD}"`, so we get FETCH_HEAD with the new commits
<phoebos> oh wait
<phoebos> i don't have kiss master, this was fixed in a4f7765
amogussy has joined #kisslinux
soliwilos has quit [Ping timeout: 240 seconds]
amogussy has quit [Quit: The Lounge - https://thelounge.chat]
soliwilos has joined #kisslinux
amogussy has joined #kisslinux
mahmutov has quit [Ping timeout: 252 seconds]
mahmutov has joined #kisslinux
stjohn has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 248 seconds]
acheam has quit [Ping timeout: 240 seconds]
V has quit [Ping timeout: 252 seconds]
V has joined #kisslinux
V has quit [Quit: We're here. We're queer. Connection reset by peer]
V has joined #kisslinux
amogussy has quit [Read error: Connection reset by peer]
deathmist has quit [Remote host closed the connection]
deathmist has joined #kisslinux
deathmist has quit [Remote host closed the connection]
deathmist has joined #kisslinux
sad_plan has joined #kisslinux
<sad_plan> hi
<noocsharp> howdy
<noocsharp> tleydxdy[m]: thanks for putting wayclip in the AUR
<noocsharp> i know i said wlroots is a dependency in that github issue, but i realized that it isn't actually
<sad_plan> have you tested it in velox? out of curiousity :p
<noocsharp> anything that supports the wlr-data-control protocol will do, and wayclip will fail gracefully if it isn't there
<sad_plan> I know wl-clipboard didnt
<noocsharp> sad_plan: velox doesn't support wlr-data-control
<sad_plan> oh ok
<noocsharp> i've thought about implementing it
<noocsharp> then it would support both wl-clipboard and wayclip
<sad_plan> that would be nice.
<sad_plan> even better
<sad_plan> before I forget. noocsharp didnt you get to build packages from oasis with kiss earlier?
<sad_plan> I recently installed in a separate partition on my laptop, and I really liked it. but I also really like kiss. so.. I tried to use kiss with it, but I allways got an ELF4 error..
<noocsharp> i have an oasis rootfs installed in my home directory on kiss, but i don't really use it
<noocsharp> what's the error?
<sad_plan> ah, so you just put that in your path then?
<sad_plan> uh. Ill have to recheck. im on my desktop atm. gemme a few minutes
<noocsharp> yeah, i think i just put it in my path
<sad_plan> but didnt you have kiss build the packages for you? atleast that was my impression from the logs :p
<noocsharp> no, maybe i wanted to try something like that but i never got around to it
<sad_plan> I see
<noocsharp> linux packaging hasn't really been at the top of my mind this year :P
<sad_plan> too much school stuff? :p
<noocsharp> school and other things
<sad_plan> ok. did you ever get to launch an x session from a chroot? I recall you were trying to do so for zoom calls or w/e it was :p
<noocsharp> nah, i just ended up using a separate install on a usb drive
<sad_plan> that works too :p
<sad_plan> I didnt get the ELF4 error this time on oasis
<sad_plan> git this one instead x86_64-linux-musl-cc: fatal error: cannot execute ‘cc1’: execvp: No such file or
<sad_plan> which Im missing. but I know where to find it
<noocsharp> what comes after cannot execute? my irc client shows something weird
<noocsharp> libcc1?
<sad_plan> yeah, I just added it from musl-cross. I made a custom package from it in a hurry. as I didnt really have anything on my desktop. just recently fixed it and installed kiss on it :p
<noocsharp> here's a prebuilt static musl toolchain
<sad_plan> Im aware. I was a bit unsure as to why the buildsystem just didnt read my already existing toolchain though
<noocsharp> is missing
<sad_plan> I found that file, but now its complaining about missing stdlib.h. I should already have that though
<noocsharp> maybe it's looking in /usr/include instead of /include
<sad_plan> perhaps
<noocsharp> and i think oasis doesn't install headers at all by default, right?
<noocsharp> actually that shouldn't be a problem
<sad_plan> thats correct.
<sad_plan> removes /include and /lib by default
<sad_plan> I actually get the same issue even outside of kiss. strange
<sad_plan> depending on which package im building, its a few different headers missing, but its still the same issue really
<sad_plan> strange
<sad_plan> you wouldnt happen to know some rc? :p is there no way to get rc to use read command like one would expect? meaning read user input like in regular shell.
mahmutov has quit [Ping timeout: 240 seconds]
<noocsharp> i don't remember tbh
<sad_plan> ok. Ill probably figure something out. found a repo from some guy using plan 9, which had a bunch of rc scripts. can probably use alot of them as refence, aswell a read the docs for the nth time :')
<noocsharp> the oasis services are written in rc as well
<sad_plan> yep. the init scripts too. I really like its simplicity, but the docs on rc is somewhat lacking, so actually looking something up is rather fruitless tbh
<sad_plan> was trying to convert a simple script of mine to rc, but it proved to be much more difficult task than I anticipated orignally
* sad_plan shrugs
<noocsharp> the perils of using software that nobody else uses
<sad_plan> ikr
<sad_plan> I hate it alot, but also gives one a feeling of achievemnt after trying to figure out something for an entire week or something :')
TeddyDD_ has joined #kisslinux
TeddyDD_ has quit [Remote host closed the connection]
TeddyDD_ has joined #kisslinux
acheam has joined #kisslinux
TeddyDD_ has quit [Remote host closed the connection]
TeddyDD_ has joined #kisslinux
TeddyDD_ has quit [Remote host closed the connection]
TeddyDD_ has joined #kisslinux
TeddyDD has quit [Ping timeout: 276 seconds]
TeddyDD_ has quit [Remote host closed the connection]
TeddyDD has joined #kisslinux
TeddyDD has quit [Remote host closed the connection]
TeddyDD has joined #kisslinux
sad_plan has quit [Quit: nyaa~]