[Bug 191866] New: [PATCH] textproc/docbook: fix install using portmaster

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 14 17:01:38 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191866

            Bug ID: 191866
           Summary: [PATCH] textproc/docbook: fix install using portmaster
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: martin at lispworks.com

Created attachment 144661
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144661&action=edit
Patch to change RUN_DEPENDS to BUILD_DEPENDS

Installing textproc/docbook using portmaster fails like this:

===> Fetching all distfiles required by docbook-xml-5.0_2 for building
===>  Extracting for docbook-xml-5.0_2
=> SHA256 Checksum OK for docbkx412.zip.
=> SHA256 Checksum OK for docbook-xml-4.2.zip.
=> SHA256 Checksum OK for docbook-xml-4.3.zip.
=> SHA256 Checksum OK for docbook-xml-4.4.zip.
=> SHA256 Checksum OK for docbook-xml-4.5.zip.
=> SHA256 Checksum OK for docbook-5.0.zip.
===>  Patching for docbook-xml-5.0_2
===>  Configuring for docbook-xml-5.0_2
===>  Staging for docbook-xml-5.0_2
echo "CATALOG \"/usr/local/share/xml/xmlcharent/catalog\""  >
/usr/ports/textproc/docbook-xml/work/stage/usr/local/share/xml/docbook/catalog
/usr/local/bin/xmlcatmgr -c
/usr/ports/textproc/docbook-xml/work/stage/usr/local/share/xml/docbook/catalog.xml
create
make: exec(/usr/local/bin/xmlcatmgr) failed (No such file or directory)
*** Error code 1

The problem is that xmlcatmgr is a RUN_DEPENDS but it is needed at installation
time.  I don't see any runtime dependency, so the attach patch builddep.patch
changes it to a BUILD_DEPENDS.

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


More information about the freebsd-ports-bugs mailing list