Summary: | devel/rubygem-warden upgrade from 1.2.7 to 1.2.8 has broken www/gitlab-ce | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Marko Cupać <marko.cupac> | ||||||
Component: | Individual Port(s) | Assignee: | Matthias Fechner <mfechner> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | hakan, webmaster | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(mfechner) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
The problem is caused by this commit: https://svnweb.freebsd.org/ports?view=revision&revision=485174 I created an issue now here: https://github.com/wardencommunity/warden/issues/169 Maybe they have an idea how to fix this. In the meantime you can downgrade rubygem-warden to version 1.2.7 to fix this. Created attachment 199477 [details]
rubygem-grpc-1.11.1.log
(In reply to Marko Cupać from comment #3) now net/rubygem-grpc, which is dependency for gitlab-ce fails to build. Sorry if this is not the best place to report it, I thought it would be more visible here than if I opened new bug report. (In reply to Marko Cupać from comment #4) I know, I currently in the process to upgrade gitlab-ce to 11.5.0 which requires the new grpc version. Some patience please ;) I can confirm that downgrading rubygem-warden to 1.2.7 with ports-mgmt/portdowngrade/ and then locking the installed package helps with upgrading gitlab-ce to 11.5.0. I did the upgrade with portmaster and aside from using the -o option to replace a versioned rubygem port to the unversioned port it went without any issues. Fixed with commit r485755. |
Created attachment 199383 [details] gitlab-ce-11.4.4.log Hi, gitlab-ce-11.4.4 poudriere build fails at stage phase (attached log excerpt). I'm unsetting PGSQL, and setting MYSQL in make.conf: www_gitlab-ce_SET= MYSQL www_gitlab-ce_UNSET= PGSQL