Summary: | misc/cpuid: fix 'make stage' for regular user | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | cs | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Can you please provide redports.org or poudriere logs confirming your patches are working fine. A commit references this bug: Author: antoine Date: Sat Aug 30 10:32:28 UTC 2014 New revision: 366605 URL: http://svnweb.freebsd.org/changeset/ports/366605 Log: Allow staging as a regular user and simplify PR: ports/193102 Changes: head/misc/cpuid/Makefile should be fixed That works nicely. Thanks, Antoine. |
Created attachment 146469 [details] allow 'make stage' as regular user cpuid-3.3_7 - doing 'make stage' as a regular user fails when trying to install bin/cpuid: install -s -o root -g wheel -m 555 cpuid /usr/ports/misc/cpuid/work/stage/usr/local/bin/cpuid install: /usr/ports/misc/cpuid/work/stage/usr/local/bin/cpuid: chown/chgrp: Operation not permitted A fix is attached.