Bug 192005 - [path] benchmarks/raidtest: fix build as an unprivileged user
Summary: [path] benchmarks/raidtest: fix build as an unprivileged user
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Pawel Jakub Dawidek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 11:52 UTC by Anton Yuzhaninov
Modified: 2014-09-30 12:35 UTC (History)
1 user (show)

See Also:


Attachments
path to fix build (682 bytes, patch)
2014-07-21 11:52 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2014-07-21 11:52:04 UTC
Created attachment 144839 [details]
path to fix build

It is not possible to build benchmarks/raidtest without root privileges:

/usr/ports/benchmarks/raidtest> make
===>  Staging for raidtest-1.3
===>   Generating temporary packing list
install -s -o root -g wheel -m 555   raidtest /spool2/tmp/citrin/p/usr/ports/benchmarks/raidtest/work/stage/usr/local/bin/raidtest
install: /spool2/tmp/citrin/p/usr/ports/benchmarks/raidtest/work/stage/usr/local/bin/raidtest: chown/chgrp: Operation not permitted
*** [_proginstall] Error code 71
 

Path attached.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-22 14:25:10 UTC
over to maintainer
Comment 2 Anton Yuzhaninov 2014-09-30 12:35:06 UTC
This was fixed in https://svnweb.freebsd.org/changeset/ports/367583