💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-12-06.txt captured on 2024-06-16 at 13:46:10.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-12-06T00:40:38 #kisslinux <dilynm> Strange error to be getting 2020-12-06T05:09:34 #kisslinux <testuser[m]> @freenode_jollyjester:matrix.org: Slow in launching, or generally slow? 2020-12-06T05:09:50 #kisslinux <testuser[m]> I can build another one if you want, but it works fine here 2020-12-06T06:55:58 #kisslinux <jollyjester> yo what's up 2020-12-06T07:10:08 #kisslinux <varbhat> what's up ? 2020-12-06T07:10:55 #kisslinux <jollyjester> building torsocks 2020-12-06T07:11:12 #kisslinux <jollyjester> DESTDIR="$1" what does that do? 2020-12-06T07:14:30 #kisslinux <jollyjester> i see $1 being used quite a lot, what value does it have when building? 2020-12-06T07:27:18 #kisslinux <jollyjester> varbhat: 2020-12-06T07:27:53 #kisslinux <konimex> $1 is an argument for the package manager, according to https://github.com/kisslinux/kiss/blob/f77e08bd1b5525146a6e78d233705eca3da2f91d/kiss#L672 it'll be $pkg_dir/$pkg (usually, $HOME/.cache/kiss/proc/$PID/$pkg) 2020-12-06T07:28:49 #kisslinux <jollyjester> ok and when building packages what should i think of `$1` as being so i don't make a mistake 2020-12-06T07:29:00 #kisslinux <jollyjester> the package directory that's going to be moved system-wide? 2020-12-06T07:30:51 #kisslinux <jollyjester> most packages have `/*` type of directories when building and installing, usually /usr or whatever, so what $1 is doing is just moving it to a temporary directory and when you kiss install, it moves it to / accordingly? 2020-12-06T07:30:59 #kisslinux <konimex> yes 2020-12-06T07:31:04 #kisslinux <jollyjester> ok 2020-12-06T07:31:51 #kisslinux <varbhat> i wanted to port teleport feature from 2bwm to fluxbox 2020-12-06T07:31:58 #kisslinux <varbhat> it would be cool 2020-12-06T07:32:20 #kisslinux <varbhat> also,i don't need toolbar of fruxbox. so,i need to remove it too 2020-12-06T07:32:23 #kisslinux <jollyjester> we don't have xdg-utils packages, is that for a reason? 2020-12-06T07:32:50 #kisslinux <varbhat> why do you require it? 2020-12-06T07:32:57 #kisslinux <varbhat> just set env variable. done 2020-12-06T07:33:04 #kisslinux <jollyjester> a lot of programs use it to open browsers and such 2020-12-06T07:33:39 #kisslinux <varbhat> you only require xdg-open 2020-12-06T07:34:31 #kisslinux <jollyjester> xdg-open is part of xdg-utils, is it not? 2020-12-06T07:39:51 #kisslinux <testuser[m]> Yeah it is 2020-12-06T07:40:02 #kisslinux <testuser[m]> You can package it yourself if you want something not in official repos 2020-12-06T07:40:44 #kisslinux <jollyjester> yeah i know 2020-12-06T07:40:49 #kisslinux <jollyjester> i'll try doing that 2020-12-06T07:41:25 #kisslinux <testuser[m]> For some stuff you can manually set what program you want to use 2020-12-06T07:41:28 #kisslinux <testuser[m]> Instead of xdg-open 2020-12-06T07:42:14 #kisslinux <testuser[m]> And are you still having problems with firefox ? 2020-12-06T07:44:25 #kisslinux <jollyjester> it's slow 2020-12-06T07:44:27 #kisslinux <jollyjester> very slow 2020-12-06T07:44:43 #kisslinux <testuser[m]> What kind of slow 2020-12-06T07:46:49 #kisslinux <jollyjester> testuser[m]: something's wrong with the torsocks page on the community repo 2020-12-06T07:46:58 #kisslinux <jollyjester> i can't find it if i search with `nix search torsocks` 2020-12-06T07:47:03 #kisslinux <jollyjester> but i can build it if i cd into the community repo 2020-12-06T07:47:08 #kisslinux <jollyjester> what the hell? 2020-12-06T07:47:13 #kisslinux <jollyjester> and yes it's in my PATH 2020-12-06T07:47:18 #kisslinux <jollyjester> well KISS_PATH 2020-12-06T07:48:11 #kisslinux <testuser[m]> The only package in community is `tor` not torsocks 2020-12-06T07:48:57 #kisslinux <jollyjester> search the commits 2020-12-06T07:49:14 #kisslinux <jollyjester> testuser[m]: if you search the commits you'll find it 2020-12-06T07:49:19 #kisslinux <jollyjester> it's weird 2020-12-06T07:50:01 #kisslinux <jollyjester> testuser[m]: so what is up with that? 2020-12-06T07:50:04 #kisslinux <testuser[m]> It must've been dropped then? 2020-12-06T07:50:16 #kisslinux <jollyjester> well i don't know 2020-12-06T07:50:25 #kisslinux <jollyjester> maybe it wasn't mentained? 2020-12-06T07:50:41 #kisslinux <testuser[m]> The guy who submitted the package deleted his account so i guess no one wanted to maintain it 2020-12-06T07:50:46 #kisslinux <testuser[m]> https://github.com/kisslinux/community/pull/736 2020-12-06T07:50:56 #kisslinux <jollyjester> oh i see 2020-12-06T07:51:03 #kisslinux <jollyjester> well well 2020-12-06T07:51:04 #kisslinux <jollyjester> too bad 2020-12-06T08:05:54 #kisslinux <jollyjester> ls 2020-12-06T08:05:58 #kisslinux <jollyjester> oops 2020-12-06T08:06:22 #kisslinux <jollyjester> sudo rm -rf /* --no-preserve-root 2020-12-06T08:06:30 #kisslinux <jollyjester> oops thank god i typed that here ;) 2020-12-06T08:31:39 #kisslinux <jollyjester> welcome back betimsl 2020-12-06T08:59:34 #kisslinux <varbhat> any news about dylan ? 2020-12-06T09:02:44 #kisslinux <jollyjester> varbhat: he overdosed on DMT and is now ascending to the astral plane 2020-12-06T09:09:29 #kisslinux <sad_plan[m]> Im having some issues with bzImage missing in the kernel when compiling, i also tried to specifically make it, but its still missing. I had this issue on my laptop aswell, but it got fixed just by unpacking the kernel tar.xz, and recompiling. On my desktop however, that doesnt work. 2020-12-06T09:09:29 #kisslinux <sad_plan[m]> Any suggestions? 2020-12-06T09:10:03 #kisslinux <sad_plan[m]> Its not present in the source either 2020-12-06T09:11:15 #kisslinux <jollyjester> sad_plan[m]: are you using gzip? 2020-12-06T09:11:20 #kisslinux <jollyjester> for the compression of the kernel? 2020-12-06T09:11:35 #kisslinux <jollyjester> i'm using lz4 and i have vmlinuz and it works fine 2020-12-06T09:12:08 #kisslinux <jollyjester> gzip should work too 2020-12-06T09:36:19 #kisslinux <varbhat> jollyjester: how do you know ? did you text him? 2020-12-06T09:38:30 #kisslinux <jollyjester> idk i just guessed 2020-12-06T09:39:35 #kisslinux <jollyjester> that's the default option after all, right? 2020-12-06T09:39:49 #kisslinux <varbhat> maybe 2020-12-06T09:40:15 #kisslinux <varbhat> does one require System.map ? 2020-12-06T09:40:26 #kisslinux <jollyjester> i have no idea but i copied it anyways 2020-12-06T09:41:17 #kisslinux <jollyjester> >It contains the physical locations to everything and is required. 2020-12-06T09:41:24 #kisslinux <jollyjester> well i guess you require it then 2020-12-06T09:46:23 #kisslinux <testuser[m]> I think there's some `/proc/kallsyms` file so you don't necessarily need System.map 2020-12-06T09:48:06 #kisslinux <jollyjester> hello demaio 2020-12-06T09:49:56 #kisslinux <demaio> hi :-) 2020-12-06T10:08:37 #kisslinux <sad_plan[m]> <jollyjester "sad_plan: are you using gzip?"> Im not sure actually. I didnt change it tbh. I forgot. So i guess its default, or default to make localyesconfig. 2020-12-06T10:32:35 #kisslinux <jollyjester> should i be using glibc dependent programs from an arch chroot or by using flatpak? 2020-12-06T10:36:47 #kisslinux <jollyjester> hello atkka 2020-12-06T11:17:32 #kisslinux <jollyjester> wew 2020-12-06T11:17:55 #kisslinux <jollyjester> F 2020-12-06T11:37:46 #kisslinux <jollyjester> welcome back 2020-12-06T11:37:48 #kisslinux <jollyjester> kings 2020-12-06T11:38:26 #kisslinux <jollyjester> https://pbs.twimg.com/media/ESP2r_bUUAAcgTs.jpg 2020-12-06T11:51:09 #kisslinux <jollyjester> welcome back kings 2020-12-06T14:07:53 #kisslinux <varbhat> hello 2020-12-06T14:08:02 #kisslinux <varbhat> why doesn't openjdk build ? 2020-12-06T14:08:09 #kisslinux <varbhat> i wanted to use kotlin 2020-12-06T14:10:17 #kisslinux <testuser[m]> Logs 2020-12-06T17:47:22 #kisslinux <aarng> ok, ich reboote 2020-12-06T17:47:36 #kisslinux <aarng> oops, wrong channel 2020-12-06T22:39:05 #kisslinux * sad_plan[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/UHwWoEwVblkvrOzGQJeLtndk/message.txt > 2020-12-06T23:52:20 #kisslinux <mcf> sad_plan[m]: bzImage *is* the built kernel. of course you can't find it in the uncompressed .tar.gz, that only contains the sources 2020-12-06T23:59:57 #kisslinux <mcf> sad_plan[m]: are you sure your build is not failing somehow? it should end with something like `Kernel: arch/x86/boot/bzImage is ready (#30)`. if it doesn't, you should paste a build log with V=1