07:44:28 if i want the best rust support, which distro would you recommend? 07:46:46 im not sure, but it may be omnios 07:48:18 but, then again, it all boils down to how much community does care and helps to keep it supported;) 09:10:02 there are no distro differences when it comes to the rust binaries that I'm aware of 09:11:24 you can always just grab the latest kit from https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/index.html and use it on any if the native version is outdated or whatever 09:30:07 nice 10:23:58 fun, just wasted 750GB of SSD write cycles on a dinked ZFS send 11:26:04 @toasterson - I'm a bit confused about illumos 15301 (fenix) 11:26:05 FEATURE 15301: Want 64bit libfmd_snmp as net-snmp 4 is now 64bit only (New) 11:26:06 ↳ https://www.illumos.org/issues/15301 11:26:36 net-snmp 4 is really old, unless I'm missing something 11:26:47 OmniOS ships 5.9.3 which includes 32- and 64-bit versions of those libraries 11:27:11 (and omnios also does not have 32-bit perl) 11:28:17 we managed to get net-snmp to not compile perl in 32bit. it took a bit of convincing net-snmp but it worked. I haven't checked the version numbers but I can tell fritz about 5.9.3 11:29:29 It looks like the omnios build uses --disable-applications and other things for the 32-bit build 11:29:37 so just getting the libraries 12:24:50 jbk I have not made any progress on the viosci lun issue in oracle cloud, I was tracing the report lun command, trying to force lun0 even if there was an error, but no luck. 18:39:50 neirac: unfortunately, i don't have a lot of time right now to look at it 20:03:44 sensille: I would recommend using the official binaries via rustup as per https://rustup.rs/ -- just note that you need to pipe through bash, not sh, to install 21:56:44 sensille: also rustup should work on almost any illumos "distro". It's typically how I install rust (I personally use omnios these days) 21:57:53 i have trouble compiling rust-rocksdb. at least i managed to build a 5 year old version, it's a start 21:58:13 did a particular crate fail to build? 21:59:44 papertigers: traitor :P 22:00:11 I heard it snowed a little bit 22:02:01 papertigers: the rocksdb-binding is missing support for illumos, there are expicit tests for various platforms. but that might only be the start 22:02:36 Smithx10: just a smidge :) 22:04:47 sensille: I do see mention of io-uring. If that's not behind some cfg, it's certainly not going to work on illumos 22:06:26 ahh seems to be a feature you can enable, so ignore me 22:11:52 something like io-uring would be nice to have.. though I'm not sure if there's been enough experience in linux-land to uncover all any pitfalls that might cause unwanted behavior and such 22:24:19 sensille: rocksdb is a c++ thing that IIRC does not support illumos. Try sled instead it's way smaller and has all the bangs and whistles 22:40:17 I think rocksdb should work 23:48:58 did people try to compile llvm 15? 23:50:04 ah omnios does :) 23:52:03 but on another note do we want something similar to gnu-version-script-compat from the solaris compiler in our ld?