[Bug 231802] lang/ocaml-camlidl: Port build fails because of chown in post-install-DOCS-on target

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 29 15:54:53 UTC 2018


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

            Bug ID: 231802
           Summary: lang/ocaml-camlidl: Port build fails because of chown
                    in post-install-DOCS-on target
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: kennedy.greg at gmail.com

Got an email from pkg-fallout today that this failed to build in stage.

There is a line in Makefile for the post-install-DOCS-on: target that has a
chown -R to change ownership of all docs.  And another for "find" that attempts
to chmod on the docs dir.

These both need to be removed, because they cause problems trying to build in
stagedir as non-root user.  The gz file from upstream has correct owner and
permissions already.

FIX:

Lines 53 and 54 of Makefile need to be removed.

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


More information about the freebsd-ports-bugs mailing list