poudriere says: [00:00:17] Error: Dependency loop detected: These packages depend on each other: gtk2-2.24.33 pango-1.50.7 glib-2.70.4_6,2 dbus-1.14.0,1 xmlto-0.0.28 w3m-0.5.3.20220429 The list of ports and options are static since building them a few weeks ago.
Just started a poudriere bulk -a to test that ... and got more listed: These packages depend on each other: gtk2-2.24.33 pango-1.50.7 glib-2.70.4_6,2 dbus-1.14.0,1 xmlto-0.0.28 w3m-0.5.3.20220429 These packages depend on each other: glib-2.70.4_6,2 dbus-1.14.0,1 xmlto-0.0.28 w3m-0.5.3.20220429 gtk2-2.24.33 gtk-update-icon-cache-3.24.31 fun.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=274d844214e882f49ce8aaf68bfbeaf2f6731b35 commit 274d844214e882f49ce8aaf68bfbeaf2f6731b35 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-05-13 08:24:31 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-05-13 08:29:45 +0000 devel/dbus: use minixmlto over xmlto Depending on the options set by the user w3m may depend on gtk, if the X11 option is set) which will result in a circular dependency gtk2 -> glib2 -> dbus -> xmlto -> w3m -> gtk2 minixmlto never bring w3m in the dependency list PR: 263950 Reported by: dgilbert@eicat.ca devel/dbus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
can you confirm the circular dependency is gone if you update your ports tree?
updating ports now allows me to proceed with poudriere.
Marking closed-fixed based on the comment from may 2022.