2019-11-21T01:07:48 #kisslinux wew, finally, I got full C++ LLVM compiler stack to build 2019-11-21T02:12:50 #kisslinux mesa and glib update failed because ninja is still used in buildfile 2019-11-21T07:40:36 #kisslinux building clang (w/ gcc anyway) ALWAYS segfaults somehow though, I'm on Pass 3 (after building clang with libc++ but also need libgcc_s) now 2019-11-21T08:05:00 #kisslinux finally, 3 passes to build clang 2019-11-21T08:09:19 #kisslinux claudia: Meson depends on samurai which brings in ninja. See: https://getkiss.org/news/20191031a 2019-11-21T08:13:00 #kisslinux so... after llvm toolchain completely built without any trace of gnu, now what? 2019-11-21T08:13:19 #kisslinux 2 pass build or built with gcc? 2019-11-21T08:13:24 #kisslinux 3 pass build 2019-11-21T08:13:30 #kisslinux pass 1: full gcc 2019-11-21T08:13:32 #kisslinux oof 2019-11-21T08:13:33 #kisslinux pass 2: needs libgcc 2019-11-21T08:13:41 #kisslinux pass 3: fully free of gcc 2019-11-21T08:14:28 #kisslinux I'm surprised it can't be a single build. GCC built with clang wouldn't depend on llvm would it? 2019-11-21T08:14:57 #kisslinux gcc will never ever depend on llvm (libunwind or compiler-rt) 2019-11-21T08:15:16 #kisslinux I don't think it's even possible to force gcc to use compiler-rt and not libgcc 2019-11-21T08:16:16 #kisslinux I need 9 additional c++flags to install clang on pass 2, and even then it still needs libgcc 2019-11-21T08:16:30 #kisslinux (or I just don't know the proper flags for compiler-rt) 2019-11-21T08:18:56 #kisslinux if I can build compiler-rt without clang (without it segfaulting), I probably would only need 2 passes 2019-11-21T08:26:06 #kisslinux also, I don't think building gcc with clang is even possible 2019-11-21T08:27:49 #kisslinux I never tested it myself though (and my last reference was an OpenMandriva talk about using clang as main compiler toolchain) so it might be actually possible 2019-11-21T08:37:14 #kisslinux looks like I owe a reply to that one github issue 2019-11-21T09:44:18 #kisslinux dylanaraps: I allready had done this and samu available but however the symlink was not available. 2019-11-21T09:44:53 #kisslinux i just rebuild samu and its now as it should be 2019-11-21T09:45:13 #kisslinux OK, good to hear. :) 2019-11-21T09:59:08 #kisslinux maybe its also good to have some chaotic people using and prooving KISS :D 2019-11-21T10:08:09 #kisslinux i have a question about forking a package for documentation. 2019-11-21T10:09:17 #kisslinux as said at faq: # cp -r "$(kiss s pkg_name)" /path/to/myrepo . This can just copy a package which is not installed. why is it this way? 2019-11-21T10:10:28 #kisslinux is it meant to fork only package which is not installed and installed pkg should not be forked? 2019-11-21T10:20:31 #kisslinux and should I watch out for a particular line lenght because of formating? 2019-11-21T11:22:02 #kisslinux this is what I came up till now https://pad.riseup.net/p/kiss_documentation 2019-11-21T18:04:56 #kisslinux X troubles: I'm getting "Failed to load module fbdev". Where is it?! 2019-11-21T18:05:14 #kisslinux can't find it in the repos 2019-11-21T18:08:34 #kisslinux I'm guessing I don't want "Enable legacy fbdev support for your modesetting driver" in the kernel config? 2019-11-21T19:47:21 #kisslinux stee: Xorg will look for multiple drivers on launch. The warnings about missing drivers are fine. 2019-11-21T19:48:33 #kisslinux claudia3: I can't load your link, getting an error. Can you upload it elsewhere if possible? 2019-11-21T20:03:04 #kisslinux dylanaraps https://p.teknik.io/yYWgZ 2019-11-21T22:34:41 #kisslinux hello, does kiss build rebuild the kernel and everything? 2019-11-21T22:35:17 #kisslinux It does not, it only builds the currently installed packages. 2019-11-21T22:35:30 #kisslinux ok, thanks 2019-11-21T22:38:32 #kisslinux taking awhile on an old core 2 2019-11-21T22:39:07 #kisslinux I didn't change any compiler options so probably defaults to one core