💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-10-23.txt captured on 2023-01-29 at 04:06:18.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2019-10-23T00:05:29 #kisslinux <chrempson> have built and am running kiss on ppc64le/TalosII platform. Anyone got amdgpu working in that setup? 2019-10-23T00:05:33 #kisslinux <chrempson> I know it's not officially supported, just curious 2019-10-23T06:31:55 #kisslinux <dylanaraps> 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 <konimex> looks like llvm-libc is a go after all 2019-10-23T06:57:27 #kisslinux <konimex> https://llvm.org/docs/Proposals/LLVMLibC.html 2019-10-23T06:58:09 #kisslinux <dylanaraps> G O O G L E 2019-10-23T07:00:23 #kisslinux <dylanaraps> Nodejs 13 was released with Python 3 support yesterday but only for Python 3.5/3.6... 2019-10-23T07:00:35 #kisslinux <dylanaraps> It's hardcoded. 2019-10-23T07:00:49 #kisslinux <dylanaraps> A one line 'sed' gets the build going though. 2019-10-23T07:10:31 #kisslinux <dylanaraps> Also, they have once again shipped a broken X.0.0 release. 2019-10-23T07:10:45 #kisslinux <dylanaraps> npm doesn't work in 13.0.0. 2019-10-23T07:10:50 #kisslinux <dylanaraps> See: https://github.com/npm/cli/pull/269/files 2019-10-23T09:50:37 #kisslinux <Crestwave> I replaced the other printf call with... yet another case statement 2019-10-23T09:50:38 #kisslinux <Crestwave> https://github.com/Crestwave/bf/commit/b1b212d937effe9ffed72480c0193869500878ba 2019-10-23T09:52:17 #kisslinux <Crestwave> 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 <Crestwave> I'm still not sure about the format, though, and I've changed it many times already. 2019-10-23T11:49:06 #kisslinux <dylanaraps> Crestwave: nice 2019-10-23T11:51:31 #kisslinux <dylanaraps> https://www.phoronix.com/scan.php?page=news_item&px=Chrome-78-Released 2019-10-23T11:51:36 #kisslinux <dylanaraps> Native file API is here... 2019-10-23T13:54:19 #kisslinux <retard> oh god 2019-10-23T14:28:25 #kisslinux <dylanaraps> My dbus patch got very large in Firefox 71 beta. 2019-10-23T20:02:03 #kisslinux <z3bra> oi 2019-10-23T20:02:13 #kisslinux <z3bra> sup? 2019-10-23T20:45:13 #kisslinux <dylanaraps> z3bra: what's up? 2019-10-23T20:53:43 #kisslinux <dylanaraps> dithpri: See the neovim PR. 2019-10-23T21:37:16 #kisslinux <chrempson> 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 <chrempson> 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 <chrempson> autoconf based ones seemed to be the worst ;) 2019-10-23T21:40:02 #kisslinux <chrempson> KISS is great btw, props 2019-10-23T21:41:07 #kisslinux <dylanaraps> Thanks. :) 2019-10-23T21:41:38 #kisslinux <dylanaraps> 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 <konimex> the x86-specific flags must be from gcc and co. I guess 2019-10-23T21:44:21 #kisslinux <dylanaraps> I just fixed binutils. 2019-10-23T21:44:43 #kisslinux <dylanaraps> Swapping '--host=x86-bla-bla' to use 'cc -dumpmachine'. 2019-10-23T21:45:10 #kisslinux <konimex> although that's intentional since otherwise the triplet would be linux-gnu 2019-10-23T21:45:37 #kisslinux <dylanaraps> Not on a KISS machine. 2019-10-23T21:46:25 #kisslinux <dylanaraps> If building externally then yes. 2019-10-23T21:47:07 #kisslinux <dylanaraps> '--enable-targets' needs changing too though I'm unsure if this is possible. 2019-10-23T21:48:10 #kisslinux <dylanaraps> We only hardcode x86_64 in gcc, binutils and rust. 2019-10-23T21:48:35 #kisslinux <dylanaraps> Though my search _may_ be missing packages. 2019-10-23T21:50:00 #kisslinux <dylanaraps> Though my search _may_ be missing packages. 2019-10-23T21:50:03 #kisslinux <dylanaraps> oops 2019-10-23T21:50:11 #kisslinux <dylanaraps> If only the triplet excluded libc huh. 2019-10-23T21:52:27 #kisslinux <dylanaraps> I'm off to bed, ciao. 2019-10-23T23:45:31 #kisslinux <absolem> 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 <absolem> Or add drivers?