Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:13:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234069] 12.0 pkg -r error message
Message-ID:  <bug-234069-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234069

            Bug ID: 234069
           Summary: 12.0 pkg -r error message
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: phk@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

When I install rsync with 'pkg -r somedir' I get this error:

 [1/2] Fetching rsync-3.1.3.txz: .......... done
 [2/2] Fetching libiconv-1.14_11.txz: .......... done
 Checking integrity... done (0 conflicting)
 [1/2] Installing libiconv-1.14_11...
 [1/2] Extracting libiconv-1.14_11: .......... done
 [2/2] Installing rsync-3.1.3...
 [2/2] Extracting rsync-3.1.3: .......... done
 cp: /usr/local/etc/rsync/rsyncd.conf.sample: No such file or directory
 pkg: POST-INSTALL script failed

The rsync.conf.sample file has been put into place however:

        # ls -l /mnt.newroot/usr/local/etc/rsync/rsyncd.conf.sample=20=20
        -rw-r--r--  1 root  wheel  772 Dec  8 05:28
/mnt.newroot/usr/local/etc/rsync/rsyncd.conf.sample

Rsync is not installed on the running image I do this from, so my
theory is that the "-r somedir" is not getting applied to a cp from
'rsyncd.conf.sample' to 'rsyncd.conf'

Hope somebody with more ports-clue can untangle this...

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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