2019-10-23T00:05:29 #kisslinux have built and am running kiss on ppc64le/TalosII platform. Anyone got amdgpu working in that setup? 2019-10-23T00:05:33 #kisslinux I know it's not officially supported, just curious 2019-10-23T06:31:55 #kisslinux chrempson: Neat! I think you're the first to run KISS on ppc64le/TalosII so you'll probably have to consult the internet somewhere. :) 2019-10-23T06:57:25 #kisslinux looks like llvm-libc is a go after all 2019-10-23T06:57:27 #kisslinux https://llvm.org/docs/Proposals/LLVMLibC.html 2019-10-23T06:58:09 #kisslinux G O O G L E 2019-10-23T07:00:23 #kisslinux Nodejs 13 was released with Python 3 support yesterday but only for Python 3.5/3.6... 2019-10-23T07:00:35 #kisslinux It's hardcoded. 2019-10-23T07:00:49 #kisslinux A one line 'sed' gets the build going though. 2019-10-23T07:10:31 #kisslinux Also, they have once again shipped a broken X.0.0 release. 2019-10-23T07:10:45 #kisslinux npm doesn't work in 13.0.0. 2019-10-23T07:10:50 #kisslinux See: https://github.com/npm/cli/pull/269/files 2019-10-23T09:50:37 #kisslinux I replaced the other printf call with... yet another case statement 2019-10-23T09:50:38 #kisslinux https://github.com/Crestwave/bf/commit/b1b212d937effe9ffed72480c0193869500878ba 2019-10-23T09:52:17 #kisslinux The problems I had with old Android versions were with printf's %d and %o, so it works there now as a bonus 2019-10-23T09:52:58 #kisslinux I'm still not sure about the format, though, and I've changed it many times already. 2019-10-23T11:49:06 #kisslinux Crestwave: nice 2019-10-23T11:51:31 #kisslinux https://www.phoronix.com/scan.php?page=news_item&px=Chrome-78-Released 2019-10-23T11:51:36 #kisslinux Native file API is here... 2019-10-23T13:54:19 #kisslinux oh god 2019-10-23T14:28:25 #kisslinux My dbus patch got very large in Firefox 71 beta. 2019-10-23T20:02:03 #kisslinux oi 2019-10-23T20:02:13 #kisslinux sup? 2019-10-23T20:45:13 #kisslinux z3bra: what's up? 2019-10-23T20:53:43 #kisslinux dithpri: See the neovim PR. 2019-10-23T21:37:16 #kisslinux dylanaraps: thanks! Was fairly straightforward to get it working. Most of the packages just built withouth any modification needed to the build script. 2019-10-23T21:38:33 #kisslinux In core, there were maybe 5 or 6 scripts which needed to be changed. Either changing x86-specific flags, or where I had to make a few other tweaks. 2019-10-23T21:38:53 #kisslinux autoconf based ones seemed to be the worst ;) 2019-10-23T21:40:02 #kisslinux KISS is great btw, props 2019-10-23T21:41:07 #kisslinux Thanks. :) 2019-10-23T21:41:38 #kisslinux Send me the list of the scripts you had to change and I'll attempt to un-hadcode the x86 specific flags. 2019-10-23T21:44:04 #kisslinux the x86-specific flags must be from gcc and co. I guess 2019-10-23T21:44:21 #kisslinux I just fixed binutils. 2019-10-23T21:44:43 #kisslinux Swapping '--host=x86-bla-bla' to use 'cc -dumpmachine'. 2019-10-23T21:45:10 #kisslinux although that's intentional since otherwise the triplet would be linux-gnu 2019-10-23T21:45:37 #kisslinux Not on a KISS machine. 2019-10-23T21:46:25 #kisslinux If building externally then yes. 2019-10-23T21:47:07 #kisslinux '--enable-targets' needs changing too though I'm unsure if this is possible. 2019-10-23T21:48:10 #kisslinux We only hardcode x86_64 in gcc, binutils and rust. 2019-10-23T21:48:35 #kisslinux Though my search _may_ be missing packages. 2019-10-23T21:50:00 #kisslinux Though my search _may_ be missing packages. 2019-10-23T21:50:03 #kisslinux oops 2019-10-23T21:50:11 #kisslinux If only the triplet excluded libc huh. 2019-10-23T21:52:27 #kisslinux I'm off to bed, ciao. 2019-10-23T23:45:31 #kisslinux Hello there, i setup KISS but i seem to have missed something. Networking. I have no ethernet or wireless interfaces available for use. So would that be something for modprobe or would i need to reconfigure the kernel? 2019-10-23T23:47:09 #kisslinux Or add drivers?