💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-03-29.txt captured on 2022-07-17 at 03:23:46.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-03-29T00:11:19 #kisslinux <claudia02> ok I look into that.
2020-03-29T00:11:20 #kisslinux <claudia02> thanks
2020-03-29T00:11:54 #kisslinux <claudia02> How was your port to ppc and aarch64 going? did you encounter major issues?
2020-03-29T00:17:25 #kisslinux <jedavies> OK - have been running the ppc version as my main machine since November.  aarch64 has been usable for about a month.  Mostly fine, just trying to keep things updated in line with x86-64.
2020-03-29T00:17:37 #kisslinux <jedavies> GCC 10 upgrade may take some work though :)
2020-03-29T00:18:23 #kisslinux <claudia02> I have found --without-isl for gcc. building now
2020-03-29T03:58:44 #kisslinux <icyphox> o/
2020-03-29T07:28:33 #kisslinux <k1ss> dylanaraps: su still need +s(chmod +s /bin/su)
2020-03-29T07:47:47 #kisslinux <lieu> o/
2020-03-29T07:48:04 #kisslinux <lieu> How's everyone doing?
2020-03-29T09:50:51 #kisslinux <deibu251> Here it is: https://github.com/dylanaraps/sowm/pull/66
2020-03-29T14:31:58 #kisslinux <lieu> ola
2020-03-29T14:34:15 #kisslinux <lieu> If I have a pkg on my own repo and a pkg with the same name is on the official repos, how should I arrange KISS_PATH so it picks up the one on my repo?
2020-03-29T14:48:08 #kisslinux <jedavies> Have your repo first in KISS_PATH
2020-03-29T14:53:30 #kisslinux <lieu> jedavies Thanks!
2020-03-29T18:43:18 #kisslinux <lieu> dylanaraps: My webcam and mic on firefox now works!
2020-03-29T18:45:51 #kisslinux <lieu> I just had to disrespect user privacy a li'l bit by removing `--disable-webrtc`.
2020-03-29T18:45:51 #kisslinux <lieu> lol
2020-03-29T18:46:13 #kisslinux <dilyn> but now the internet can spy on you
2020-03-29T18:50:40 #kisslinux <lieu> dilyn: Webcam? Duct tape. Mic? Unplug.
2020-03-29T18:50:43 #kisslinux <lieu> lol
2020-03-29T18:51:47 #kisslinux <lieu> I have two firefox builds anyway, I could always switch back to the official one if I feel like it. ;)
2020-03-29T19:58:28 #kisslinux <ax> good evening
2020-03-29T20:00:37 #kisslinux <fehawen> hello
2020-03-29T20:01:26 #kisslinux <ax> :)
2020-03-29T20:04:30 #kisslinux <ax> sorry friends i have question..... konimex are alive ?
2020-03-29T20:05:21 #kisslinux <fehawen> What do you mean? I haven't been very active in the channel for the past week.
2020-03-29T20:06:02 #kisslinux <ax> I understand your point of view, but you no longer use a first-person package and delete it from community repo? What if it's necessary for others? why not leave it fillable in repo? sorry i don't understand ...
2020-03-29T20:06:26 #kisslinux <ax> yes this is a week of peace. Sunday is sacred.
2020-03-29T20:07:03 #kisslinux <ax> in fact I ask the question only to understand ... if there is a policy about it that eludes me
2020-03-29T20:08:55 #kisslinux <deibu251> Is Dylan here? I am waiting for my PR to get merged.
2020-03-29T20:09:36 #kisslinux <ax> deibu251: hello! today is Sunday :) it's day of rest
2020-03-29T20:09:52 #kisslinux <deibu251> Ah, I see
2020-03-29T21:57:37 #kisslinux <jedavies> claudia02: got gcc working in x86 chroot with this: https://termbin.com/us182
2020-03-29T23:20:19 #kisslinux <rirc5655F> jedavies: I made significant progress
2020-03-29T23:20:40 #kisslinux <claudia02> I started from scratch with a new alpine host instalation
2020-03-29T23:21:08 #kisslinux <claudia02> and got a working chroot with kiss core repo. rebuilding the first time now
2020-03-29T23:21:50 #kisslinux <claudia02> I made the mistake to install stuff like a browser in alpine which may messed up some auto configure
2020-03-29T23:22:48 #kisslinux <claudia02> the only package I was not able to build is busybox. I took the binary from alpine for now
2020-03-29T23:23:42 #kisslinux <claudia02> Thanks for looking into this anyway
2020-03-29T23:28:37 #kisslinux <claudia02> this my config for a working x86 gcc https://termbin.com/w098 . I will see which stuff I can remove again.
2020-03-29T23:34:11 #kisslinux <claudia02> I still have to remove the static flags for curl and gzip. For Rsync, static seems ok.