[Bug 263307] devel/glib20 Options Default not default options poudriere builds fail arch i386 maybe others
Date: Mon, 18 Apr 2022 00:09:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263307 --- Comment #3 from Adriaan de Groot <adridg@freebsd.org> --- I tell a lie: DOCS is **on** by default, if it exists at all: see https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-options , in particular 5.13.1.3 . I may have explicitly switched DOCS **off** at some point, locally. If you want ports without DOCS, you need to switch that off specifically for that port. GLib docs are, unfortunately, heavyweight to build, because they need the GDbus examples, and that needs tests, .. and so you have a fair bit of build-dependency. Not runtime! See https://gitlab.gnome.org/GNOME/glib/-/issues/2430 for some discussion upstream about that. Anyway, it seems the issue isn't really "the port options don't match my expectations", but "the DOCS build fails." The title of this PR doesn't suggest that to me, but now that I looked at the log .. this matches the build failures other people have reported. Please try git main again: I landed a glib-2.70.4_5,2 today with a hope-it-fixes-it patch (I can't reproduce the problem locally, which is a bit of a problem). -- You are receiving this mail because: You are the assignee for the bug.