💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-11-21.txt captured on 2023-01-29 at 04:05:44.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

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