💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-03-26.txt captured on 2021-12-17 at 13:26:06.

View Raw

More Information

-=-=-=-=-=-=-

2020-03-26T00:00:08 #kisslinux <mps> but, iirc binutils puts its files in /usr/i586-alpine-linux-musl/
2020-03-26T00:01:07 #kisslinux <claudia02> yes there is stuff
2020-03-26T00:02:38 #kisslinux <claudia02> I have found the configure flag i686-linux-musl. but that was no official source. Is there some man which is clear about that?
2020-03-26T00:03:11 #kisslinux <claudia02> I dont know if i686 is the right one but it didnt complain till now
2020-03-26T00:03:50 #kisslinux <mps> try gcc -v and look for target
2020-03-26T00:04:57 #kisslinux <claudia02> ah, my target on the alpine host is i585-alpine-linux-musl
2020-03-26T00:05:14 #kisslinux <claudia02> ok nice something I can try
2020-03-26T00:05:50 #kisslinux <claudia02> *i586
2020-03-26T00:06:29 #kisslinux <mps> you can look at aports/scripts/bootstrap.sh, maybe it could help you
2020-03-26T00:06:59 #kisslinux <mps> how alpine bootstrap new arch, I mean
2020-03-26T00:09:11 #kisslinux <claudia02> I will, thanks a lot!
2020-03-26T00:10:15 #kisslinux <mps> np, good night :)
2020-03-26T00:10:21 #kisslinux <claudia02> night
2020-03-26T00:25:59 #kisslinux <claudia02> Ok so the next gcc run will take over night
2020-03-26T00:27:01 #kisslinux <claudia02> jedavies: may I bother you again when questions arise?
2020-03-26T03:04:36 #kisslinux <icyphox> How do I use capabilities in KISS? I can't seem to find the setcap command.
2020-03-26T03:04:39 #kisslinux <icyphox> Is it in some package?
2020-03-26T03:08:35 #kisslinux <icyphox> Oh, libcap. Which won't build...
2020-03-26T03:18:59 #kisslinux <icyphox> https://termbin.com/dmev
2020-03-26T03:19:03 #kisslinux <icyphox> Hmm.
2020-03-26T03:24:38 #kisslinux <icyphox> Hey, can someone try building https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.33.tar.xz
2020-03-26T03:42:12 #kisslinux <mforney> icyphox: adamantium[m] sent a patch for that: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=551bbc17d64237da0555a817fd4552bd706dd987
2020-03-26T03:50:29 #kisslinux <icyphox> mforney: Ah nice! Thanks.
2020-03-26T03:54:32 #kisslinux <mforney> adamantium[m]: btw, if you generate the patch with `git format-patch` it will put your name and commit message in the patch so the mantainer can apply it with `git am`
2020-03-26T03:55:46 #kisslinux <mforney> generally that's the preferred format to use when submitting patches
2020-03-26T08:40:01 #kisslinux <dylanaraps> icyphox: libcap compiles and works fine here
2020-03-26T08:40:20 #kisslinux <icyphox> dylanaraps: It worked for me after I patched it.
2020-03-26T08:40:29 #kisslinux <dylanaraps> The package in community has the patch
2020-03-26T08:40:44 #kisslinux <icyphox> Wait, it's in community?
2020-03-26T08:40:48 #kisslinux <dylanaraps> Yeah
2020-03-26T08:41:05 #kisslinux <icyphox> 'kiss s libcap' doesn't return anything.
2020-03-26T08:41:22 #kisslinux <dylanaraps> https://github.com/kisslinux/community/tree/master/community/libcap
2020-03-26T08:41:27 #kisslinux <dylanaraps> Works over here
2020-03-26T08:41:42 #kisslinux <dylanaraps> 'echo $KISS_PATH'?
2020-03-26T08:42:56 #kisslinux <icyphox> dylanaraps: /var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg:/home/icy/community/community:/var/db/kiss/repo/testing
2020-03-26T08:43:30 #kisslinux <dylanaraps> Looks fine
2020-03-26T08:43:33 #kisslinux <icyphox> Just updated today.
2020-03-26T08:43:54 #kisslinux <icyphox> '!> Package 'libcap' not in any repository'
2020-03-26T08:44:00 #kisslinux <dylanaraps> Try a manual 'git fetch && git merge' in community
2020-03-26T08:44:06 #kisslinux <dylanaraps> Maybe git will tell us something
2020-03-26T08:44:19 #kisslinux <dylanaraps> -> kiss s libcap
2020-03-26T08:44:21 #kisslinux <dylanaraps>  /home/goldie/projects/community/community/libcap
2020-03-26T08:44:39 #kisslinux <icyphox> 'Already up to date.'
2020-03-26T08:45:02 #kisslinux <icyphox> That's so weird.
2020-03-26T08:45:07 #kisslinux <icyphox> I don't have libcap in community.
2020-03-26T08:45:09 #kisslinux <dylanaraps> What's the remote?
2020-03-26T08:45:18 #kisslinux <dylanaraps> 'git remote -v' should show it
2020-03-26T08:45:19 #kisslinux <icyphox> Oh shit.
2020-03-26T08:45:29 #kisslinux <icyphox> My remote's poining to my fork.
2020-03-26T08:45:33 #kisslinux <dylanaraps> :P
2020-03-26T08:45:33 #kisslinux <icyphox> AAA
2020-03-26T08:45:50 #kisslinux <icyphox> When did that change.
2020-03-26T08:46:34 #kisslinux <icyphox> I was wondering why stuff wasn't getting updated, I just didn't bother to check.
2020-03-26T08:46:42 #kisslinux <icyphox> :D
2020-03-26T08:56:06 #kisslinux <dylanaraps> :P
2020-03-26T12:04:07 #kisslinux <lieu> dylanaraps: Shouldn't you de-orphan `xz`?
2020-03-26T12:04:48 #kisslinux <lieu> I mean, it's not required by any package, yes. But tarballs definitely do.
2020-03-26T12:06:46 #kisslinux <lieu> Maybe a dep of kiss or somethin
2020-03-26T12:09:34 #kisslinux <dylanaraps> I didn't orphan it?
2020-03-26T12:09:55 #kisslinux <dylanaraps> Oh
2020-03-26T12:10:00 #kisslinux <dylanaraps> I see what you mean
2020-03-26T12:10:03 #kisslinux <lieu> No, I mean, `kiss-orphans` lists it.
2020-03-26T12:10:24 #kisslinux <dylanaraps> Yeah
2020-03-26T12:59:53 #kisslinux <ax> dylanaraps: good day, manifest update
2020-03-26T13:01:23 #kisslinux <dylanaraps> ax: I posted a comment
2020-03-26T13:02:51 #kisslinux <ax> uhm --bindir=/usr/bin ?  it is automatically bindir /usr/bin
2020-03-26T13:03:07 #kisslinux <ax> do you want me to specify it in the build?
2020-03-26T13:06:49 #kisslinux <ax> removing the previously assigned specifications the config is automatically assigned to /usr/.. view new manifest
2020-03-26T13:08:18 #kisslinux <semicolon> hola
2020-03-26T13:08:27 #kisslinux <perish> Is dylan around?
2020-03-26T13:09:04 #kisslinux <perish> Or well, anyone experienced with shell
2020-03-26T13:09:09 #kisslinux <perish> Got a question or two
2020-03-26T13:15:34 #kisslinux <perish> Oh, hi
2020-03-26T13:16:12 #kisslinux <dilyn> Hello!
2020-03-26T13:21:52 #kisslinux <konimex> just throw your question here, it's logged
2020-03-26T13:21:59 #kisslinux <konimex> don't ask to ask basically
2020-03-26T13:24:34 #kisslinux <ax> dylanaraps: another question, bind-utils he asked libuv but libuv build request autogen.sh, https://github.com/aicsx/kiss-repo/commit/323a4f3866f86c2e597236178c80fa98f87bcb3d  , in this case how should I adjust?
2020-03-26T13:34:06 #kisslinux <dylanaraps> I'm here
2020-03-26T13:34:44 #kisslinux <dylanaraps> ax: Use 'autoreconf -fi' prior to the usual stuff or find a release tarball
2020-03-26T13:42:22 #kisslinux <perish> hi viz
2020-03-26T13:42:43 #kisslinux <perish> Oh, now for the question we had earlier
2020-03-26T13:42:58 #kisslinux <perish> the character ? matches any single character, doesn't it?
2020-03-26T13:43:08 #kisslinux <_viz_> i think so, at least
2020-03-26T13:43:10 #kisslinux <perish> and ## deletes anything that matches
2020-03-26T13:43:32 #kisslinux <_viz_> yea?
2020-03-26T13:44:43 #kisslinux <perish> viz we've had this convo smh
2020-03-26T13:45:49 #kisslinux <perish> anyway, surely ${var##?} could be broken down as such: match any single character in variable var globally, and delete the matches
2020-03-26T13:46:17 #kisslinux <perish> but from my testing with dash, ## acts in the same way as #
2020-03-26T13:46:52 #kisslinux <dylanaraps> Your understanding of '##' is wrong
2020-03-26T13:47:18 #kisslinux <perish> Alright, please elaborate
2020-03-26T13:47:32 #kisslinux <_viz_> isn't it remove every matching instance of pattern from the starting of the string?
2020-03-26T13:47:40 #kisslinux <perish> ^
2020-03-26T13:48:37 #kisslinux <dylanaraps> Not every matching instance
2020-03-26T13:49:31 #kisslinux <dylanaraps> '#' is shortest matching prefix pattern and '##' is the longest matching prefix pattern
2020-03-26T15:18:08 #kisslinux <lieu> dylanaraps: been testing out things, switching and mixing between configs
2020-03-26T15:18:24 #kisslinux <lieu> and these only worked properly for me
2020-03-26T15:18:52 #kisslinux <lieu> 10-keyboard.conf -> https://termbin.com/kchc
2020-03-26T15:19:06 #kisslinux <lieu> 20-pointer.com -> https://termbin.com/uo5w
2020-03-26T15:19:22 #kisslinux <lieu> s|com|conf|g
2020-03-26T15:21:23 #kisslinux <lieu> these fixed my issue about the 'not working up arrow key'
2020-03-26T15:21:45 #kisslinux <lieu> it's weird, though
2020-03-26T17:54:30 #kisslinux <deibu251> is it possible to run sowm under Ubuntu?
2020-03-26T18:00:04 #kisslinux <dylanaraps> Yes
2020-03-26T18:09:59 #kisslinux <deibu251> Do you have any advice how? I tried `make` and then `./sowm` and nothing happen. I most likely have to work with gdm, right?
2020-03-26T18:12:14 #kisslinux <deibu251> I'll try this most likely tommorow (https://www.maketecheasier.com/customize-the-gdm-sessions-list/).
2020-03-26T18:12:44 #kisslinux <j3s[m]1> deibu251: no, you should just be able to put `exec sowm` in your .xinitrc and it'll work
2020-03-26T18:12:52 #kisslinux <j3s[m]1> no need for any display manager
2020-03-26T18:14:37 #kisslinux <deibu251> j3s[m]1: thanks, but I will use display manager anyway since I share my computer with my younger brother I he would be frustrated if he would not see gnome environemt
2020-03-26T18:15:55 #kisslinux <deibu251> Also, I plan to change my environment sometimes since I plan on trying to make some derivates of sowm.
2020-03-26T18:16:08 #kisslinux <deibu251> Thanks for advice a lot anyway.
2020-03-26T18:16:32 #kisslinux <deibu251> Does it work under gdm, right?
2020-03-26T18:17:23 #kisslinux <deibu251> Or do I have to apply this patch? https://github.com/dylanaraps/sowm/pull/64
2020-03-26T18:17:37 #kisslinux <deibu251> I have no idea what this patch is for.
2020-03-26T18:18:34 #kisslinux <deibu251> I gotta end. I'll read log for answer later. See ya and stay safe. Again, thanks a lot.
2020-03-26T18:46:46 #kisslinux <j3s[m]1> i think it'll work fine under gdm, but you should try it first and come back to us if you have problems.
2020-03-26T20:10:46 #kisslinux <ax> evening
2020-03-26T20:34:13 #kisslinux <ax> dylanaraps: new commit, new manifest.
2020-03-26T21:12:35 #kisslinux <ax> dylanaraps: autoreconf not work ... aclocal: error: configure.ac:18: file 'm4/libuv-extra-automake-flags.m4' does not exist ... autogen.sh necessary for libuv , no other official source ..
2020-03-26T21:14:33 #kisslinux <ax> it's work without prob. https://termbin.com/dw74
2020-03-26T22:30:29 #kisslinux <E5ten> could use cmake?
2020-03-26T23:41:22 #kisslinux <lieu> dylanaraps: `linux-headers` might be a make dep of `eudev`
2020-03-26T23:41:29 #kisslinux <lieu> https://termbin.com/n37k