Summary: | lang/nim: Fix build within poudriere | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Neal Nelson <ports> | ||||
Component: | Individual Port(s) | Assignee: | Loïc Bartoletti <lbartoletti> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lbartoletti | ||||
Priority: | --- | Keywords: | buildisok | ||||
Version: | Latest | Flags: | ports:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/138294710 A commit references this bug: Author: lbartoletti Date: Mon Apr 27 16:50:50 UTC 2020 New revision: 533154 URL: https://svnweb.freebsd.org/changeset/ports/533154 Log: lang/nim: Fix the build of lang/nim within poudriere: - Make sure we use specified build caches for all build commands (this was causing the poudriere testport to fail for the tools build). - Ensure that devel/nimble is not built as part of this port by using the koch toolsToNimble command instead of koch tools. If left to it's own devices the koch tools command will download nimble from git and build it itself. PR: 245789 Submitted by: Neal Nelson Reviewed by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24585 Changes: head/lang/nim/Makefile Commited, thanks! |
Created attachment 213636 [details] Patch to upgrade port. Fix the build of lang/nim: - Make sure we use specified build caches for all build commands (this was causing the poudriere testport to fail for the tools build). - Ensure that devel/nimble is not built as part of this port by using the koch toolsToNimble command instead of koch tools. If left to it's own devices the koch tools command will download nimble from git and build it itself.