Created attachment 184189 [details] Error log from portmaster While updating to the newest www/gitlab port (with portmaster) I ran into the attached issue. I worked around it by simply building and installing devel/grpc first.
A commit references this bug: Author: tz Date: Mon Jul 10 12:08:24 UTC 2017 New revision: 445432 URL: https://svnweb.freebsd.org/changeset/ports/445432 Log: net/rubygem-grpc: Add missing BUILD_DEPENDS Add needed build dependencies. This wasn't spotted before since poudriere pulls in all RUN_DEPENDS before building, but portmaster didn't. PR: 220567 Submitted by: hakan@siktas.com MFH: 2017Q3 Changes: head/net/rubygem-grpc/Makefile
Thanks for the report! Committed in HEAD, will merge into quarterly after approval.
A commit references this bug: Author: tz Date: Tue Jul 11 08:43:26 UTC 2017 New revision: 445478 URL: https://svnweb.freebsd.org/changeset/ports/445478 Log: MFH: r445432 net/rubygem-grpc: Add missing BUILD_DEPENDS Add needed build dependencies. This wasn't spotted before since poudriere pulls in all RUN_DEPENDS before building, but portmaster didn't. PR: 220567 Submitted by: hakan@siktas.com Approved by: ports-secteam (junovitch) Changes: _U branches/2017Q3/ branches/2017Q3/net/rubygem-grpc/Makefile
Its fixed now, thanks for the report!