See http://people.freebsd.org/~pi/logs/code-eli-cur-20160605.txt Cause: /usr/bin/find /wrkdirs/usr/ports/graphics/code-eli/work/stage/usr/local/share/examples/code-eli -name *Test | /usr/bin/xargs /usr/bin/strip strip: creation of /wrkdirs/usr/ports/graphics/code-eli/work/stage/usr/local/share/examples/code-eli/test/util/ToleranceTest failed: Permission denied *** Error code 1
(In reply to Kurt Jaeger from comment #0) I'll have a look at it tomorrow. Strange that it starts failing now. Can you tell me when the last successful built was for -CURRENT? Cheers
(In reply to fernando.apesteguia from comment #1) Build testing in 11-CURRENT. This will take a while...
(In reply to fernando.apesteguia from comment #2) I spotted the problem (some binaries not being writable so strip can not remove the symbols from them). I created a patch. Build testing it in 11-CURRENT-i386, {10.1,10.3}-amd64(In reply to fernando.apesteguia from comment #2)
(In reply to fernando.apesteguia from comment #1) I have no idea when it build fine before, sorry.
Created attachment 171195 [details] patch to the ports tree
Created attachment 171196 [details] log for 11-CURRENT i386 under VB
Created attachment 171197 [details] poudriere log on 10.1-RELEASE-amd64
Created attachment 171198 [details] poudriere log on 10.3-RELEASE-amd64
Attached patch to give write permissions on files prior to executing STRIP_CMD. This should fix the problem in 11-CURRENT Attached log for 11-CURRENT-i386 and poudriere logs for {10.1,10.3}amd64.
testbuilding right now. I find the find/xargs construct a bit strange, but I no idea how to improve it.
Committed, thanks!
A commit references this bug: Author: pi Date: Thu Jun 16 00:47:32 UTC 2016 New revision: 416942 URL: https://svnweb.freebsd.org/changeset/ports/416942 Log: graphics/code-eli: give write permissions on files prior to STRIP_CMD PR: 210046 Submitted by: fernando.apesteguia@gmail.com (maintainer) Changes: head/graphics/code-eli/Makefile