From owner-freebsd-ports-bugs@freebsd.org Sun Dec 16 18:13:40 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC4DE1335FD5 for ; Sun, 16 Dec 2018 18:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5EE90FA6 for ; Sun, 16 Dec 2018 18:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2DB791335FCE; Sun, 16 Dec 2018 18:13:39 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C0AA1335FCD for ; Sun, 16 Dec 2018 18:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFB5690FA3 for ; Sun, 16 Dec 2018 18:13:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 098771D391 for ; Sun, 16 Dec 2018 18:13:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGIDbql073560 for ; Sun, 16 Dec 2018 18:13:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBGIDbrw073557 for ports-bugs@FreeBSD.org; Sun, 16 Dec 2018 18:13:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234069] 12.0 pkg -r error message Date: Sun, 16 Dec 2018 18:13:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: phk@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 18:13:40 -0000 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.=