From owner-freebsd-ruby@freebsd.org Sat Sep 8 15:31:51 2018 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAC83FF6786 for ; Sat, 8 Sep 2018 15:31:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 77AFB97382 for ; Sat, 8 Sep 2018 15:31:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3C633FF6785; Sat, 8 Sep 2018 15:31:50 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B39AFF6783 for ; Sat, 8 Sep 2018 15:31:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFDE99737A for ; Sat, 8 Sep 2018 15:31:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2AC792050C for ; Sat, 8 Sep 2018 15:31:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w88FVnPr091437 for ; Sat, 8 Sep 2018 15:31:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w88FVnUZ091436 for ruby@FreeBSD.org; Sat, 8 Sep 2018 15:31:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 231224] www/gitlab-ce fails to upgrade due to missing build dependency net/rubygem-hangouts-chat & devel/rubygem-rbtrace Date: Sat, 08 Sep 2018 15:31:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hakan@siktas.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mfechner@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 15:31:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231224 --- Comment #3 from hakan@siktas.com --- (In reply to Matthias Fechner from comment #2) Thanks for your fast reply! I just applied your patch to my /usr/ports/www/gitlab-ce/Makefile and ran `= pkg delete rubygem-hangouts-chat-0.0.5 rubygem-rbtrace-0.4.11` which also uninstalled the current gitlab-ce package. Afterwards I ran `portmaster -d www/gitlab-ce` and it it attempted to insta= ll GitLab with its two missing dependencies. As before it tried to build www/gitlab-ce at first and failed with: ``` Could not find gem 'hangouts-chat (~> 0.0.5)' in any of the gem sources lis= ted in your Gemfile. ``` Again, installing these two ports before results in a successful build of www/gitlab-ce with portmaster. I wonder if https://svnweb.freebsd.org/ports/head/www/gitlab-ce/Makefile?r1=3D476329&r2= =3D477216 actually turns all runtime-dependent rubygems for GitLab into build dependencies?? BTW, gitlab.fechner.net is down and I forgot to clone it for offline documentation. :) --=20 You are receiving this mail because: You are on the CC list for the bug.=