[Bug 194529] New: [patch] devel/opam-ocaml run depends on rsync

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 22 11:16:28 UTC 2014


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

            Bug ID: 194529
           Summary: [patch] devel/opam-ocaml run depends on rsync
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: michipili at gmail.com

Created attachment 148560
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148560&action=edit
Patch to run depend on rsync

Opam uses rsync to make a private copy of a local package repository. If rsync
is not installed, adding a local package repository to an Opam installation
will fail:

----8<----
[160] (llea) opam/master > opam remote add local `pwd`
local      Synchronizing with /usr/home/michael/System/opam
Updating /data/opam/repo/compiler-index ...
Updating /data/opam/compilers/ ...
Updating /data/opam/repo/package-index ...
Updating /data/opam/packages/ ...
[WARNING] dev-repo is an unknown field in
/data/opam/repo/default/packages/eliom/eliom.4.1.0/opam: is your OPAM
up-to-date ?
[WARNING] dev-repo is an unknown field in
/data/opam/repo/default/packages/ocsigenserver/ocsigenserver.2.5/opam: is your
OPAM up-to-date ?
Updating the cache of metadata (/data/opam/state.cache) ...
'opam remote add local /usr/home/michael/System/opam' failed.
Fatal error:
"rsync": command not found.
Exit 1
---->8----

We therefore need to RUN_DEPEND on rsync.

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


More information about the freebsd-ports-bugs mailing list