2020-06-09T03:10:12 #kisslinux Re neovim failing: https://github.com/LuaJIT/LuaJIT/issues/453#issuecomment-438033796 seemed promising but doesn't work for me 2020-06-09T03:17:36 #kisslinux Re: re: if you just use -lc++ it magically links correctly 2020-06-09T03:19:55 #kisslinux Aaaaaannnddddd it works 2020-06-09T03:20:15 #kisslinux Now to fix the Luajit CMake file and we'll never ever ever have this problem again 2020-06-09T07:07:52 #kisslinux djt3[m]: I use vim with a few plugins. 2020-06-09T09:29:01 #kisslinux Hey, I'm having a bit of trouble and I'm wondering if anyone would be willing to help :) 2020-06-09T09:29:29 #kisslinux First is a minor issue, I don't have man installed? I installed the man pages of the community repo, yet the man binary itself isn't present 2020-06-09T09:34:26 #kisslinux Second of is a bit worse, I can't get xorg to work properly. At first I could only launch as root unless I changed the permissions of `/dev/dri/card0`, it would boot into my wm (I tried both sowm and by dwm build) it would freeze, I'd be unable to go into a tty, open a terminal, move the mouse or anything else. It also doesn't seem to have ran any 2020-06-09T09:34:26 #kisslinux autostart stuff in dwm. After rebuilding libinput and xf86-input-libinput X no longer starts (even as root) and errors out saying `_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/misc/`, this directory does indeed not exist, but what confuses me is that it worked previously. I do have fonts installed in /usr/share/fonts and 2020-06-09T09:34:27 #kisslinux /usr/share/fonts/TTF, but xorg doesn't seem to care for those. Anyone got any ideas? 2020-06-09T09:37:11 #kisslinux It seems you can set fontpath somehow? However you'd need `mkfontdir`, a program I've never heard of before 2020-06-09T09:40:51 #kisslinux for xorg maybe: https://k1ss.org/faq#9.1 2020-06-09T09:42:58 #kisslinux that doesn't seem to be the case, I'm using intel drivers, so I don't load any kernel modules for video 2020-06-09T09:49:59 #kisslinux I find it really weird, since `fc-list` successfully lists my fonts 2020-06-09T09:50:04 #kisslinux but xorg doesn't seem to like it 2020-06-09T10:19:27 #kisslinux I found someone who experienced the same error as me, 4 years ago 2020-06-09T10:19:28 #kisslinux https://unix.stackexchange.com/questions/272742/the-x-windows-font-path-error-occurs-what-should-i-do-to-compile#272744 2020-06-09T10:19:48 #kisslinux it seems like it might be looking at `${prefix}/share/fonts/X11/misc/` because of the build script failing? 2020-06-09T10:19:55 #kisslinux I'm going to rebuild xorg and check back 2020-06-09T10:25:05 #kisslinux didn't work 2020-06-09T10:39:11 #kisslinux would someone mind checking over this dhcpcd article https://clbin.com/goI1o for accuracy (specifically the static ip setting section) 2020-06-09T11:07:43 #kisslinux depsterr: regarding the man pages, you can also use mandoc from the main repo. 2020-06-09T13:21:04 #kisslinux periish: can you add "${CXX:-c++}" to the make line in NSS build? 2020-06-09T13:23:59 #kisslinux jk; didn't work... 2020-06-09T16:20:58 #kisslinux Hola 2020-06-09T16:21:30 #kisslinux Anyone have any clue if it's possible to introduce history editing into `ash` like in bash? 2020-06-09T16:23:53 #kisslinux Almost got zsh-style autocorrect done 2020-06-09T16:24:05 #kisslinux Just need a way to edit the first line of the prompt 2020-06-09T16:24:15 #kisslinux not prompt 2020-06-09T16:30:27 #kisslinux depsterr: can you send the full xorg log? Usually its in XDG_DATA_HOME 2020-06-09T16:32:19 #kisslinux if there are still problems with the fonts you can add to the font path using xset which is in the main repos 2020-06-09T19:06:22 #kisslinux Looks like nodejs needs libatomic. The package is not... Pretty 2020-06-09T19:06:39 #kisslinux konimex: 2020-06-09T19:35:04 #kisslinux dilynm: doesn't compiler-rt provide atomic symbols if you disable some cmake option that excludes them? 2020-06-09T19:35:12 #kisslinux or does it like specifically do -latomic or something 2020-06-09T19:35:23 #kisslinux It specifically links to -latomic 2020-06-09T19:35:56 #kisslinux Because node devs wanted to fix builds on MacOS and some other nonsense 2020-06-09T19:36:04 #kisslinux Basically they assume gcc on linux + clang lmao 2020-06-09T19:36:28 #kisslinux The solution is to simply stop using node, in my case 2020-06-09T19:36:41 #kisslinux so I guess you just gotta do like sed 's/-latomic//' on whatever file says that? 2020-06-09T19:37:15 #kisslinux Basically 2020-06-09T19:37:35 #kisslinux At least, it *should* work 2020-06-09T19:39:22 #kisslinux Assuming -DCMAKE_EXCLUDE_ATOMIC_BUILTIN=OFF is a relevant flag, then yeah sed should be all one would need 2020-06-09T19:40:14 #kisslinux but alas I am not interested in building node again to test xD 2020-06-09T20:53:37 #kisslinux yeah that's the flag 2020-06-09T22:21:40 #kisslinux dylanaraps: The reference to qt5-webengine can be deleted. It is no problem to build qtwebengine without X stuff https://github.com/kisslinux/wiki/blob/master/wayland/install-wayland.txt#L53