Bug 268103 - www/gitlab-ce: Fails to build due to dependency issues
Summary: www/gitlab-ce: Fails to build due to dependency issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Fechner
URL: https://www.freshports.org/www/gitlab...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-01 17:47 UTC by lysfjord.daniel
Modified: 2022-12-08 07:18 UTC (History)
2 users (show)

See Also:


Attachments
build log (214.84 KB, text/plain)
2022-12-01 17:47 UTC, lysfjord.daniel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lysfjord.daniel 2022-12-01 17:47:39 UTC
Created attachment 238475 [details]
build log

build fails during stage, due to the following issues:

Bundler could not find compatible versions for gem "aws-sdk-core":
  In Gemfile:
    aws-sdk-core (~> 3.159.0)

    aws-sdk-cloudformation (~> 1) was resolved to 1.73.0, which depends on
      aws-sdk-core (~> 3, >= 3.165.0)

    aws-sdk-s3 (~> 1.114.0) was resolved to 1.114.0, which depends on
      aws-sdk-core (~> 3, >= 3.127.0)
Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    acme-client (~> 2.0) was resolved to 2.0.11, which depends on
      faraday (>= 1.0, < 3.0.0)

    asana (~> 0.10.13) was resolved to 0.10.13, which depends on
      faraday (~> 1.0)

faraday_middleware-aws-sigv4 (~> 0.3.0) was resolved to 0.3.0, which depends
on
      faraday (>= 0.15)

    sentry-raven (~> 3.1) was resolved to 3.1.2, which depends on
      faraday (>= 1.0)
Bundler could not find compatible versions for gem "fog-core":
  In Gemfile:
    fog-core (= 2.1.0)

    fog-aliyun (~> 0.3) was resolved to 0.3.19, which depends on
      fog-core

    fog-aws (~> 3.14) was resolved to 3.15.0, which depends on
      fog-core (~> 2.1)

    fog-google (~> 1.15) was resolved to 1.19.0, which depends on
      fog-core (< 2.3)

    fog-local (~> 0.6) was resolved to 0.8.0, which depends on
      fog-core (>= 1.27, < 3.0)

    fog-rackspace (~> 0.1.1) was resolved to 0.1.6, which depends on
      fog-core (>= 1.35)

    gitlab-fog-azure-rm (~> 1.3.0) was resolved to 1.3.0, which depends on
      fog-core (>= 2.1.0)
Bundler could not find compatible versions for gem "grape":
  In Gemfile:
    grape (~> 1.5.2)

    grape-swagger (~> 1.5.0) was resolved to 1.5.0, which depends on
      grape (~> 1.3)

    grape_logging (~> 1.8) was resolved to 1.8.4, which depends on
      grape
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-01 18:43:31 UTC
^Triage: Maintainer is committer, assign accordingly
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-08 07:16:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94d26d39ae18582ddc6182788d52bd34f8b80c74

commit 94d26d39ae18582ddc6182788d52bd34f8b80c74
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-12-08 07:11:16 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-12-08 07:15:17 +0000

    www/gitlab-ce: security update to 15.5.6

    Changelog:
    https://about.gitlab.com/releases/2022/11/30/security-release-gitlab-15-6-1-released/

    PR:             268103
    Security:       3cde510a-7135-11ed-a28b-bff032704f00

 devel/gitaly/Makefile             |  4 ++--
 devel/gitaly/distinfo             | 10 +++++-----
 www/gitlab-ce/Makefile            | 10 +++++-----
 www/gitlab-ce/distinfo            |  6 +++---
 www/gitlab-ce/files/patch-Gemfile | 32 ++++++++++++++------------------
 www/gitlab-workhorse/Makefile     |  4 ++--
 www/gitlab-workhorse/distinfo     | 10 +++++-----
 7 files changed, 36 insertions(+), 40 deletions(-)
Comment 3 Matthias Fechner freebsd_committer freebsd_triage 2022-12-08 07:18:23 UTC
I fixed this together with a security related update.