14:47:22 I had a bloody installation that I wanted to upgrade, but after doing pkg install pkg, I'm getting ld.so.1: python3.12: fatal: libc.so.1: version 'ILLUMOS_0.43' not found (required by file /usr/lib/amd64/libpython3.12.so.1.0) 14:48:42 how do I fix this 14:49:14 I hoping I don't have to reinstall bloody 15:00:16 Hmmm... assuming libpython3.12... got updated as part of "pkg install pkg" you *might* need to at least put in a version of libc that has ILLUMOS_0.43 or better (includes execvex and fexecve). 15:00:54 I'd suggest cloning your BE and try a by-hand upgrade to libc... and hopefully you've a backup BE after your "pkg install pkg" to revert to. 15:01:22 * danmcd is flashing back to mid-2010s when he had to do this for continuing bloody builds... 15:02:20 danmcd thanks, I'll go back to a working BE and do that, thanks! 15:08:24 And make damned sure the upgraded one after that is fully in-sync package wise. 15:18:17 neirac You might have to go back to the old BE, and do `pkg update -f` to that you get everything updated as one set 15:18:41 If you just did `pkg [install|update] pkg`, it might have caused what you see 15:18:54 Generally on bloody, we only test with `pkg update -f`