Summary: | graphics/code-eli: fails to stage in poudriere on current | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kurt Jaeger <pi> | ||||||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | fernape, pi | ||||||||||
Priority: | --- | Keywords: | patch, patch-ready | ||||||||||
Version: | Latest | Flags: | vlad-fbsd:
maintainer-feedback+
|
||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Description
Kurt Jaeger
2016-06-05 09:48:35 UTC
(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 |