When building recent gnome-contacts on 13-CURRENT using poudriere, the build fails thus: ===> Building for gnome-contacts-3.38 [1/50] /usr/local/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppr ess 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o man/gnome-contacts.1 http://docbook.sourceforg e.net/release/xsl/current/manpages/docbook.xsl ../man/gnome-contacts.xml FAILED: man/gnome-contacts.1 /usr/local/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 - -stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o man/gnome-contacts.1 http://docbook.sourceforge.net/r elease/xsl/current/manpages/docbook.xsl ../man/gnome-contacts.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
textproc/docbook-xsl-ns is missing in MANPAGES_BUILD_DEPENDS block.
(In reply to Olivier Duchateau from comment #1) Sorry, I don't understand what this means..?
(In reply to Eirik Oeverby from comment #2) Right. I suppose that might work. However, build succeeds with manpages _ON_. If I tell it to build without manpages, it fails. So that option is somehow broken..?
A commit references this bug: Author: tcberner Date: Sat Oct 31 07:17:46 UTC 2020 New revision: 553736 URL: https://svnweb.freebsd.org/changeset/ports/553736 Log: deskutils/gnome-contacts: add missing dependency PR: 250216 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Reported by: Eirik Oeverby <ltning-freebsd@anduin.net> Changes: head/deskutils/gnome-contacts/Makefile
Moin moin The fix suggested by Oliver has been committed. Erik, could you check if it is now working for you? mfg Tobias
Created attachment 219233 [details] Fix Meson options Trivial patch, which fixes Meson options (manpages and Cheese).