Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Oct 2015 02:06:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203598] sysutils/pcbsd-utils-qt5: fix install from non-root, fix shebangs
Message-ID:  <bug-203598-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 203598
           Summary: sysutils/pcbsd-utils-qt5: fix install from non-root,
                    fix shebangs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kmoore@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
             Flags: maintainer-feedback?(kmoore@FreeBSD.org)
          Assignee: kmoore@FreeBSD.org

Created attachment 161780
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161780&action=edit
Patch

- Fix install from non-root. Ports are only allowed to set file owner/group via
pkg-plist

Note that there's another chown attempt, however it seems to be non-fatal,
though noisy:

...
Installing extra files to
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local
chown: /wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/.:
Operation not permitted
chown: /wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin:
Operation not permitted
chown:
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin/openwith:
Operation not permitted
chown:
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin/flashpluginctl:
Operation not permitted
chown:
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin/xlock:
Operation not permitted
chown:
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin/pcbsd-update-i18n:
Operation not permitted
chown:
/wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/stage/usr/local/./bin/xorg-startupcheck:
Operation not permitted
...

Full log: https://people.freebsd.org/~amdmi3/pcbsd-utils-qt5.log

- Fix shebangs

-- 
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-203598-13>