Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Mar 2025 23:13:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285143] net/netatalk4 fails on configure, can't find xsltproc
Message-ID:  <bug-285143-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285143

            Bug ID: 285143
           Summary: net/netatalk4 fails on configure, can't find xsltproc
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus@FreeBSD.org
          Reporter: raivo@lehma.com
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@FreeBSD.org

net/netatalk4 fails on configure citing failure to find xsltproc:

Program xsltproc found: NO

meson.build:1672:24: ERROR: command 'xsltproc' not found or not executable

I believe it's due to the fact that the port pulls xsltproc in via:

USE_GNOME=3D      libxslt:build

I don't have Gnome anywhere, and this build dependency does not get trigger=
ed.
I propose replacing it with:

BUILD_DEPENDS=3D  docbook-xsl>=3D0:textproc/docbook-xsl \
                xsltproc:textproc/libxslt

This way, the port builds fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285143-7788>