Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 17:01:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191866] New: [PATCH] textproc/docbook: fix install using portmaster
Message-ID:  <bug-191866-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: martin@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.



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