[2022-04-30T02:00:05Z] hey guys [2022-04-30T02:00:15Z] someone can build efivars? [2022-04-30T02:00:22Z] last update wont build in mine [2022-04-30T03:33:00Z] Hi [2022-04-30T08:36:51Z] noocsharp: should waycopy/paste be symlinked to wl-copy and paste [2022-04-30T10:25:35Z] trying to install glasnost linux here and because It's K1SS I might get some help, I am trying to clone the repository but it errors out and says "fatal: unable to access 'https://github.com/glasnostlinux/glasnost/': SSL certificate problem: unable to get local issuer certificate". What should I do? [2022-04-30T10:26:05Z] I tried changing the HTTP/SSL backend to openssl but that didn't worked that well. [2022-04-30T11:04:56Z] jedavies: need some help with your distro, trying to fix certificate issue with git [2022-04-30T11:10:03Z] https://libera.irclog.whitequark.org/kisslinux/2022-04-17#32104102 [2022-04-30T11:10:53Z] oh, TYVM! [2022-04-30T11:12:27Z] Will release new tarballs to fix this [2022-04-30T11:23:55Z] I guess some packages are also out-to-dated, "cp: can't stat '/var/db/kiss/glasnost/extra/gnupg1/README': No such file or directory" It is trying to stat a removed README file [2022-04-30T14:47:45Z] rohan: you could just do `sh -c "mpv $(waypaste)"` in bemenu [2022-04-30T14:47:49Z] it just execvps [2022-04-30T15:06:47Z] hi [2022-04-30T16:58:44Z] testuser[m]: no, it doesn't support all the wl-clipboard flags [2022-04-30T16:59:42Z] rohan: you could also manually paste with C-y [2022-04-30T17:01:10Z] rohan: can you send a log of the efivar build failing? [2022-04-30T17:08:48Z] rohan: just use efistub man, and no need for anything at all. no grub, no efibootmgr, nothing. just the kernel [2022-04-30T18:37:01Z] hi dudes, i install linux5.10 and get this message - failed to lookup partition /dev/disk/by-uuid/*diskUUID* but with linux5.4 all works fine [2022-04-30T18:38:48Z] i use tinyramfs and with linux5.4 tinyramfs works fine but when i try load linux5.10 i cant boot [2022-04-30T18:49:02Z] have you generated initramfs image for 5.10? [2022-04-30T18:54:35Z] yes [2022-04-30T18:55:19Z] maybe kernel config wrong [2022-04-30T19:05:01Z] diff configs [2022-04-30T19:05:22Z] also check `make oldconfig`, it is intended to easily migrate configs between kernels [2022-04-30T19:06:05Z] ^ this. really usefull when upgrading the kernel [2022-04-30T19:06:23Z] thanks! i try recompile kernel [2022-04-30T20:32:02Z] jedavies: I'm trying to make my kernel with the LLVM/Clang toolchain but I get this error when trying to compile it using "make YACC=yacc CC=cc HOSTCC=cc -j4" [2022-04-30T20:32:06Z] You are building kernel with non-retpoline compiler. [2022-04-30T20:32:06Z] Please update your compiler. [2022-04-30T20:32:07Z] make: *** [arch/x86/Makefile:313: checkbin] Error 1 [2022-04-30T20:32:07Z] make: *** Waiting for unfinished jobs.... [2022-04-30T22:15:37Z] crymcth: sounds like you need to update your compiler :p [2022-04-30T22:15:59Z] or CONF_G_RETPOLINE=n [2022-04-30T22:16:04Z] s/_/i/ [2022-04-30T22:16:09Z] s/i/I/