Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 12:51:11 +0000
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.
Message-ID:  <bug-212793-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



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