17:47:54 if anyone is using 15.0 and has issues building ports when base GSSAPI is enabled, please let me know 17:57:33 ivy: yes I have.. 17:58:18 Tenkawa: if you're running at least the src and ports mentioned in https://lists.freebsd.org/archives/freebsd-ports/2025-August/008256.html and it's still broken please provide details! 17:58:32 it's fixed for the general case, but quite a few ports have old port-specific patches that now don't work 17:59:09 Ok let me look.. I have the heimdal error failure as of this morning just installing ports 17:59:20 "base" ports 17:59:51 Let me see if it is happening currently 17:59:58 ivy: what's the alternative to the `struct authdes_cred` type definition? 18:00:07 kenrap: none, this API has been removed 18:00:42 crap, x11-servers/xorg-server is broken 18:00:57 a) oh dear, b) wait, what? 18:01:17 authdes_cred is used for RPC DES authentication, what is xorg-server using that for? 18:01:29 will paste a gist of build error 18:02:26 ivy: https://gist.github.com/kenrap/ff9778cb80ced78a92b6691bc3665f2d 18:02:39 ivy: in a way it semi makes me feel better that its not just arm... 18:05:01 kenrap: i'll see if i can reproduce that here, might take a while 18:05:12 appreciate it, thanks 18:05:29 * ivy finds it vaguely amusing that xorg-server depends on wayland 18:06:06 Well, okay then. FreeBSD 13.5-RELEASE, "pkg check -r " seems to no longer work. Sure enough the -r option does not show up in the pkg-check man page. How does an administrator now fix checksum warnings for mime files that have been purposely modified? 18:06:59 Xorg folks are really trying push for wayland that much, huh? 18:07:36 i assume it's because of Xwayland 18:07:56 That makes sense 18:19:59 ivy: Is this the error you are referencing? https://gist.github.com/arakeen/68bc2447a25ef3457b5dd1d7fbb7d459 18:20:17 Tenkawa: that just means you need to rebuild ftp/curl 18:20:32 That is from a new build... 18:20:54 well, wherever you got your curl package from, needs to rebuild ftp/curl :-) 18:21:01 if you use pkg.f.o, it should be fixed in a few days 18:22:23 main-amd64 is still doing a build from August 5th last I checked 18:22:24 Ok. Thats the current vmware zfs arm64 snapshot image 18:22:35 let me check date 18:22:36 so it'll be more like a week and a half or two, presumably 18:23:16 These were from Aug 7 18:23:52 basically if you use 15.0 you shouldn't use pkg.f.o (that includes the pre-installed packages on any install media) but it's more broken than usual right now 18:24:04 but it's fixed, it'll just take a while to rebuild everything 18:24:07 So yeah if amd64 didn't even start until 2 days earlier.. not surprised 18:25:07 ivy: perfectly ok with me.. this is the first arm machine with decent viability 18:25:12 btw, if curl is broken and you need to download something to fix it, remember fetch(1) exists 18:25:33 Oh I have links, lynx, wget :) 18:25:56 (and rsync if needed) 18:39:20 Also put my query on the forum: https://forums.FreeBSD.org/threads/how-do-i-recompute-a-package-checksum-in-freebsd-13-5.97720/post-712635 20:44:04 * CrtxReavr will take fetch over lynx, curl, or wget anytime he can get away with it. 20:52:52 CrtxReavr: I prefer to have options... only "using" fetch does leave you with a single point of failure.. and as someone who spent years in disaster recover scenarios.... that would not be accepted. 21:17:40 I would never take away options, but if you just need to grab a quick file via CLI, fetch is damned handy & simple. 21:18:24 Oh agreed 22:14:35 ivy: reporting back rebuilding curl is all it took here to fix my heimdal breakage