[Bug 224541] [patch] devel/ocaml-findlib: fix TOOLBOX=off build failure on missing file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 23 11:03:45 UTC 2017


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

            Bug ID: 224541
           Summary: [patch] devel/ocaml-findlib: fix TOOLBOX=off build
                    failure on missing file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs at FreeBSD.org
          Reporter: info at rickvanderzwet.nl
          Assignee: hrs at FreeBSD.org
             Flags: maintainer-feedback?(hrs at FreeBSD.org)
          Keywords: patch

Created attachment 189051
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189051&action=edit
patch Makefile to make permissions settings on make_wizard depend on the
TOOLBOX flag

====>> Building devel/ocaml-findlib
...
chmod:
/wrkdirs/usr/ports/devel/ocaml-findlib/work/stage/usr/local/lib/ocaml/site-lib/findlib/make_wizard:
No such file or directory
*** Error code 1
...
!!! build failure encountered !!!

make_wizard file is not created when TOOLBOX=off. Attached patch will only set
permissions on the affected file if file is created.

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


More information about the freebsd-ports-bugs mailing list