From owner-freebsd-ports-bugs@freebsd.org Sun Sep 18 12:51:11 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6879BBDE6E2 for ; Sun, 18 Sep 2016 12:51:11 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4D7D1813 for ; Sun, 18 Sep 2016 12:51:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8ICpBoV088766 for ; Sun, 18 Sep 2016 12:51:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212793] Building this port w/o the 'install' target resulted in the binary being installed into the production system instead of the work/staging folder within the ports tree. Date: Sun, 18 Sep 2016 12:51:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mrT1188123@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@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 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 12:51:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212793 Bug ID: 212793 Summary: Building this port w/o the 'install' target resulted in the binary being installed into the production system instead of the work/staging folder within the ports tree. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mrT1188123@gmail.com When I built this port for testing purposes, via: cd /usr/ports/net/remmina-plugins sudo su make clean make -dxA . The build completed w/o error. However, although it did create a nice empty stage tree: /usr/ports/net/remmina-plugins/work/stage but, it fully installed the binary into the system. Which was not my intent= ion. The normal standard procedure would be to=20 make make install or make install but just plain 'make' should be taking the built port and 'installing' into the /usr/ports/net/remmina-plugins/work/stage not into=20 ls -la /usr/local/lib/remmina/plugins/remmina-plugin-nx.so -rwxr-xr-x 1 root wheel 46192 Sep 18 07:39 /usr/local/lib/remmina/plugins/remmina-plugin-nx.so . pkg info -f remmina-plugin-nx Version : 1.0.0_4 Installed on : Sun Sep 18 07:39:47 2016 EDT ----snip-------------------------- . uname -a FreeBSD MT2016 10.3-RELEASE-p5 FreeBSD 10.3-RELEASE-p5 #0:=20 Thu Jun 30 03:52:15 UTC 2016=20=20=20=20=20 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64 To recreate this issue: 1). sudo pkg install remmina-plugins FYI: Options : KEYRING : on NLS : on NX : off TELEP : on VNC : on XDMCP : on Annotations : repo_type : binary repository : pcbsd-major 2). cd /usr/ports/net/remmina-plugins 3). sudo su 4). make clean 5). make config check NX option. 6). make -dxA Thanks, Mark T. --=20 You are receiving this mail because: You are the assignee for the bug.=