Created attachment 147571 [details] allow extraction as non-root user linux/emulators-c6 cannot be built by a non-root user. The filesystem*.rpm file creates many directories with mode 0555 so that subsequently no files can be extracted into them. Root users are not subject to permissions-based access limitations so do not notice this. Find a patch attached that allows extraction as non-root user; for other related framework bugs, see Bug#193847.
Maintainers CC'd
I'll take it.
A commit references this bug: Author: xmj Date: Mon Oct 27 13:11:22 UTC 2014 New revision: 371573 URL: https://svnweb.freebsd.org/changeset/ports/371573 Log: emulators/linux_base-c6: fix build/packaging as unprivileged user. - Allow build/packaging as unprivileged user. PR: 193848 Differential Revision: https://reviews.freebsd.org/D989 Submitted by: mandree Approved by: swills (mentor) Changes: head/emulators/linux_base-c6/Makefile
(Modified the dependency tree: 193847 is not a blocker for this PR.) Committed, thanks!