2020-04-09T02:19:20 #kisslinux 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 do yu guys have a /usr/sbin simlink to /usr/bin? 2020-04-09T09:24:44 #kisslinux onodera: yes 2020-04-09T10:48:39 #kisslinux how do I build something with debugging symbols 2020-04-09T10:49:06 #kisslinux already tried nostrip and: 2020-04-09T10:49:23 #kisslinux export CFLAGS="-g -ggdb" export CXXFLAGS="-g -ggdb" 2020-04-09T10:49:39 #kisslinux doesn't seem to work becasue gdb still reports there being no debugging sybols 2020-04-09T11:04:28 #kisslinux onodera: -g should work. 2020-04-09T11:04:42 #kisslinux Not sure why it isn't... 2020-04-09T11:04:55 #kisslinux I'm using cmake, maybe that's why? 2020-04-09T11:05:36 #kisslinux https://camille.sh/mhyr 2020-04-09T11:05:45 #kisslinux the build file 2020-04-09T11:07:29 #kisslinux onodera: 'kiss' auto-applies patches, just put them inside the 'patches' dir. 2020-04-09T11:07:35 #kisslinux really 2020-04-09T11:07:39 #kisslinux wow 2020-04-09T11:07:45 #kisslinux how does it know the p level though 2020-04-09T11:08:03 #kisslinux Err. I might be wrong. Let me check. 2020-04-09T11:08:08 #kisslinux I don't think it does icyphox 2020-04-09T11:08:14 #kisslinux checked the kiss shell file 2020-04-09T11:08:32 #kisslinux Ah I'm not wrong. 2020-04-09T11:08:39 #kisslinux onodera: https://k1ss.org/package-system 2020-04-09T11:08:49 #kisslinux Ctrl+F for "patches". 2020-04-09T11:09:12 #kisslinux You have to refer to them in the 'sources' file though. 2020-04-09T11:09:30 #kisslinux Ahhh, and you have to manually apply them. 2020-04-09T11:09:36 #kisslinux My bad. :p 2020-04-09T11:38:05 #kisslinux onodera: I think KISS always runs strip as part of building 2020-04-09T11:38:26 #kisslinux not when you supply :> nostrip 2020-04-09T11:40:04 #kisslinux Nice, didn't know about that one 2020-04-09T12:51:28 #kisslinux I just had the weirdest bug 2020-04-09T12:51:43 #kisslinux I uninstalled two packages, this also removed the sbin and lib symlinks 2020-04-09T12:51:48 #kisslinux breaking my entire system, 2020-04-09T12:52:12 #kisslinux what were the two packages?? 2020-04-09T12:52:34 #kisslinux iptables and iproute2 2020-04-09T12:53:06 #kisslinux bug in kiss? 2020-04-09T12:53:15 #kisslinux can't imagine i'm the first one running into this 2020-04-09T12:53:57 #kisslinux you might be the only one who uninstalled them 2020-04-09T12:54:15 #kisslinux they might have an empty sbin or something in the manifest 2020-04-09T12:54:18 #kisslinux 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 it sucks I can't see the manifest without installing the backage 2020-04-09T12:54:46 #kisslinux hmmm 2020-04-09T12:54:52 #kisslinux that's probably why kiss removes it 2020-04-09T12:54:54 #kisslinux very dangerous 2020-04-09T18:17:41 #kisslinux dylan: regarding neofetch, wouldn't it be easier for development to split up the script into multiple files? 2020-04-09T18:18:22 #kisslinux then, you could use a preprocessor (e.g. m4 or cpp) to generate the final script. 2020-04-09T19:31:45 #kisslinux The baselayout package it doesn't have /etc Anyone else seen this? 2020-04-09T19:33:57 #kisslinux mine does 2020-04-09T19:33:58 #kisslinux http://ix.io/2hn7 2020-04-09T20:15:17 #kisslinux Hi, what do guys think of GitHub.com/emersion/mrsh 2020-04-09T20:20:50 #kisslinux humaid: promising, but still very WIP 2020-04-09T20:21:08 #kisslinux I had tried running pfetch with mrsh and it just spouted a bunch of errors 2020-04-09T20:37:52 #kisslinux 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 kiedtl: yes it's young. 2020-04-09T21:13:26 #kisslinux onodera: You can see the package's manifest from the tarball 2020-04-09T21:13:59 #kisslinux You can run tar xOf /path/to/tarball ./var/db/kiss/installed/pkg/manifest 2020-04-09T21:14:14 #kisslinux Which will output the package's manifest 2020-04-09T21:15:13 #kisslinux Also, I have tried installing and removing iptables, it didn't reproduce the issue with me. 2020-04-09T21:19:19 #kisslinux 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 It is in fact a bug 2020-04-09T21:58:28 #kisslinux 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 merakor: are you cemkeylan? 2020-04-09T22:42:05 #kisslinux oh i get it, java is not musl compatible 2020-04-09T22:42:07 #kisslinux awesome 2020-04-09T22:42:10 #kisslinux lol 2020-04-09T22:44:45 #kisslinux ominous_anonymou: look at alpine openjdk, maybe you can build it for kisslinux 2020-04-09T22:47:40 #kisslinux they use a glibc wrapper hmm 2020-04-09T22:48:11 #kisslinux https://github.com/sgerrand/alpine-pkg-glibc 2020-04-09T22:48:14 #kisslinux not really, it is built on musl 2020-04-09T22:48:49 #kisslinux onodera: Yeah 2020-04-09T22:49:31 #kisslinux ominous_anonymou: http://alpinelinux.org/ 2020-04-09T23:01:04 #kisslinux is there any ported browser besides firefox worth trying? 2020-04-09T23:07:44 #kisslinux merakor: about the liberessl issue, you mentioned maintainers whose package need to be rebuild 2020-04-09T23:07:51 #kisslinux does that entail bumping the release? 2020-04-09T23:08:34 #kisslinux isn't some post-install that rebuilds these packages not easier? 2020-04-09T23:08:39 #kisslinux maybe a bit hacky tho 2020-04-09T23:12:42 #kisslinux 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 aw dang it's a work in progress XD thanks claudia02 and mps 2020-04-09T23:22:00 #kisslinux https://blog.gilliard.lol/2018/11/05/alpine-jdk11-images.html 2020-04-09T23:45:07 #kisslinux 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