💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-04-09.txt captured on 2022-07-17 at 03:23:28.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-04-09T02:19:20 #kisslinux <dilyn> dylanaraps: I ran into the kiss u issue with gpg signatures on my own repo; changing merge to rebase seemed to fix it? 2020-04-09T08:09:53 #kisslinux <onodera> do yu guys have a /usr/sbin simlink to /usr/bin? 2020-04-09T09:24:44 #kisslinux <jedavies> onodera: yes 2020-04-09T10:48:39 #kisslinux <onodera> how do I build something with debugging symbols 2020-04-09T10:49:06 #kisslinux <onodera> already tried nostrip and: 2020-04-09T10:49:23 #kisslinux <onodera> export CFLAGS="-g -ggdb" export CXXFLAGS="-g -ggdb" 2020-04-09T10:49:39 #kisslinux <onodera> doesn't seem to work becasue gdb still reports there being no debugging sybols 2020-04-09T11:04:28 #kisslinux <icyphox> onodera: -g should work. 2020-04-09T11:04:42 #kisslinux <icyphox> Not sure why it isn't... 2020-04-09T11:04:55 #kisslinux <onodera> I'm using cmake, maybe that's why? 2020-04-09T11:05:36 #kisslinux <onodera> https://camille.sh/mhyr 2020-04-09T11:05:45 #kisslinux <onodera> the build file 2020-04-09T11:07:29 #kisslinux <icyphox> onodera: 'kiss' auto-applies patches, just put them inside the 'patches' dir. 2020-04-09T11:07:35 #kisslinux <onodera> really 2020-04-09T11:07:39 #kisslinux <onodera> wow 2020-04-09T11:07:45 #kisslinux <onodera> how does it know the p level though 2020-04-09T11:08:03 #kisslinux <icyphox> Err. I might be wrong. Let me check. 2020-04-09T11:08:08 #kisslinux <onodera> I don't think it does icyphox 2020-04-09T11:08:14 #kisslinux <onodera> checked the kiss shell file 2020-04-09T11:08:32 #kisslinux <icyphox> Ah I'm not wrong. 2020-04-09T11:08:39 #kisslinux <icyphox> onodera: https://k1ss.org/package-system 2020-04-09T11:08:49 #kisslinux <icyphox> Ctrl+F for "patches". 2020-04-09T11:09:12 #kisslinux <icyphox> You have to refer to them in the 'sources' file though. 2020-04-09T11:09:30 #kisslinux <icyphox> Ahhh, and you have to manually apply them. 2020-04-09T11:09:36 #kisslinux <icyphox> My bad. :p 2020-04-09T11:38:05 #kisslinux <jedavies> onodera: I think KISS always runs strip as part of building 2020-04-09T11:38:26 #kisslinux <onodera> not when you supply :> nostrip 2020-04-09T11:40:04 #kisslinux <jedavies> Nice, didn't know about that one 2020-04-09T12:51:28 #kisslinux <onodera> I just had the weirdest bug 2020-04-09T12:51:43 #kisslinux <onodera> I uninstalled two packages, this also removed the sbin and lib symlinks 2020-04-09T12:51:48 #kisslinux <onodera> breaking my entire system, 2020-04-09T12:52:12 #kisslinux <dilyn> what were the two packages?? 2020-04-09T12:52:34 #kisslinux <onodera> iptables and iproute2 2020-04-09T12:53:06 #kisslinux <onodera> bug in kiss? 2020-04-09T12:53:15 #kisslinux <onodera> can't imagine i'm the first one running into this 2020-04-09T12:53:57 #kisslinux <dilyn> you might be the only one who uninstalled them 2020-04-09T12:54:15 #kisslinux <onodera> they might have an empty sbin or something in the manifest 2020-04-09T12:54:18 #kisslinux <dilyn> the build script for iptables marks the sbindir as /usr/sbin. does that mean /usr/sbin shows up under its manifest 2020-04-09T12:54:28 #kisslinux <onodera> it sucks I can't see the manifest without installing the backage 2020-04-09T12:54:46 #kisslinux <onodera> hmmm 2020-04-09T12:54:52 #kisslinux <onodera> that's probably why kiss removes it 2020-04-09T12:54:54 #kisslinux <onodera> very dangerous 2020-04-09T18:17:41 #kisslinux <kiedtl> dylan: regarding neofetch, wouldn't it be easier for development to split up the script into multiple files? 2020-04-09T18:18:22 #kisslinux <kiedtl> then, you could use a preprocessor (e.g. m4 or cpp) to generate the final script. 2020-04-09T19:31:45 #kisslinux <jedavies> The baselayout package it doesn't have /etc Anyone else seen this? 2020-04-09T19:33:57 #kisslinux <dilyn> mine does 2020-04-09T19:33:58 #kisslinux <dilyn> http://ix.io/2hn7 2020-04-09T20:15:17 #kisslinux <humaid> Hi, what do guys think of GitHub.com/emersion/mrsh 2020-04-09T20:20:50 #kisslinux <kiedtl> humaid: promising, but still very WIP 2020-04-09T20:21:08 #kisslinux <kiedtl> I had tried running pfetch with mrsh and it just spouted a bunch of errors 2020-04-09T20:37:52 #kisslinux <jedavies> dilyn: the issue seems to be if you specify a relative path for KISS_ROOT. If you do then /etc is not created properly. 2020-04-09T20:39:58 #kisslinux <humaid> kiedtl: yes it's young. 2020-04-09T21:13:26 #kisslinux <merakor> onodera: You can see the package's manifest from the tarball 2020-04-09T21:13:59 #kisslinux <merakor> You can run tar xOf /path/to/tarball ./var/db/kiss/installed/pkg/manifest 2020-04-09T21:14:14 #kisslinux <merakor> Which will output the package's manifest 2020-04-09T21:15:13 #kisslinux <merakor> Also, I have tried installing and removing iptables, it didn't reproduce the issue with me. 2020-04-09T21:19:19 #kisslinux <merakor> Oh okay, sorry I was using my own fork. Dylan changed the removal function, which seems to be the cause of the issue 2020-04-09T21:19:39 #kisslinux <merakor> It is in fact a bug 2020-04-09T21:58:28 #kisslinux <ominous_anonymou> bleh. i wanted to install pygame... which has portmidi and porttime as dependencies... which require Java SDK to build. 2020-04-09T22:09:39 #kisslinux <onodera> merakor: are you cemkeylan? 2020-04-09T22:42:05 #kisslinux <ominous_anonymou> oh i get it, java is not musl compatible 2020-04-09T22:42:07 #kisslinux <ominous_anonymou> awesome 2020-04-09T22:42:10 #kisslinux <ominous_anonymou> lol 2020-04-09T22:44:45 #kisslinux <mps> ominous_anonymou: look at alpine openjdk, maybe you can build it for kisslinux 2020-04-09T22:47:40 #kisslinux <ominous_anonymou> they use a glibc wrapper hmm 2020-04-09T22:48:11 #kisslinux <ominous_anonymou> https://github.com/sgerrand/alpine-pkg-glibc 2020-04-09T22:48:14 #kisslinux <mps> not really, it is built on musl 2020-04-09T22:48:49 #kisslinux <merakor> onodera: Yeah 2020-04-09T22:49:31 #kisslinux <mps> ominous_anonymou: http://alpinelinux.org/ 2020-04-09T23:01:04 #kisslinux <onodera> is there any ported browser besides firefox worth trying? 2020-04-09T23:07:44 #kisslinux <onodera> merakor: about the liberessl issue, you mentioned maintainers whose package need to be rebuild 2020-04-09T23:07:51 #kisslinux <onodera> does that entail bumping the release? 2020-04-09T23:08:34 #kisslinux <onodera> isn't some post-install that rebuilds these packages not easier? 2020-04-09T23:08:39 #kisslinux <onodera> maybe a bit hacky tho 2020-04-09T23:12:42 #kisslinux <rirc4DB84> ominous_anonymou: there is also https://www.reddit.com/r/kisslinux/comments/fxc0zr/has_anyone_been_able_to_get_openjdk_to_work/ atm 2020-04-09T23:21:07 #kisslinux <ominous_anonymou> aw dang it's a work in progress XD thanks claudia02 and mps 2020-04-09T23:22:00 #kisslinux <ominous_anonymou> https://blog.gilliard.lol/2018/11/05/alpine-jdk11-images.html 2020-04-09T23:45:07 #kisslinux <ominous_anonymou> The link in that reddit submission (https://www.azul.com/downloads/zulu-community/) seems to have worked. still a problem finding porttime though, even though it's in the right spot