02:06:50 richlowe: just seeing the message about the tailscaled core file now. I doubt I would be able to glean any more from it than you... :( 02:09:58 The only odd idea I have would be to compare behavior of the binaries that my GitHub actions publish vs the ones you are using. Might be easier to do that comparison with the version that was reliably breaking... 15:46:59 Hello all. We have a build failure in illumos-gate since the 27. There is no error in the mail message only a warning "WARNING pkglint.action005.1       obsolete dependency check skipped: unable to find dependency pkg:/library/libxml2/32⊙2 for pkg:/SUNWcs⊙0,5.11-2024.0.0.22368" IIRC Pkglint warnings where also errors? I 15:47:00 see that on the 27th We introduced a libxml change. with https://github.com/OpenIndiana/oi-userland/commit/886cc1e8308f8ad24762d227dd17b45382a06bb3 which splits the 32bit files into a separate package. Are dependencies in illumos gate somehow fixed resolved? 15:47:43 If those two things are ok for the build can somebody send me a good grep line for nightly.log? We did not find any other error 17:00:22 toasterson: maybe exception_lists/packaging.deps needs an update if you've changed the packaging of libxml.. 18:28:22 sommerfeld is right 18:28:36 but also, using separate packages for that, v. facets, seems like it'll probably be a mistake 18:48:50 Yeah, that's definitely wrong 18:50:14 Also "library/libxml2/32" is an atrocious name for a package haha 18:50:55 richlowe I need to look into that one with the facets, I also found other packages that somehow did build even though libraries and binaries depending on those libraries are split, which pkgdepend somehow does not like at all. 18:51:27 I don't think all of the leaf names for packages need to be unique per se, but it feels like "32" is a mistake for a leaf name 18:51:59 But thanks for the hints with exception_lists/packaging that allows me to conclusively debug it :) 18:52:13 And, in general, 32- and 64-bit libraries should always be delivered in the same package 18:52:19 I am not a fan of the name either TBH just noticed it today 18:52:29 If you need to minimise the system for some reason, facets are the way to go 18:53:26 There was also some version dependency tree minimization technique there, but 32bit and 64bit separation seems a bit odd. 18:53:42 For Filesystem size facets are the way to go I agree 18:55:02 https://github.com/OpenIndiana/oi-userland/pull/18958 has "No description provided." which always makes my blood pressure go up :P 18:58:13 We have outside of github communication so that can happen, but it's a bit of an odd one.