Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 11:16:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194529] New: [patch] devel/opam-ocaml run depends on rsync
Message-ID:  <bug-194529-13@https.bugs.freebsd.org/bugzilla/>

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



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