From owner-freebsd-ruby@freebsd.org Fri Jul 3 08:10:42 2015 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 124F5994AB7 for ; Fri, 3 Jul 2015 08:10:42 +0000 (UTC) (envelope-from info@toco-domains.de) 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 F2C181510 for ; Fri, 3 Jul 2015 08:10:41 +0000 (UTC) (envelope-from info@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id F2508994AB6; Fri, 3 Jul 2015 08:10:41 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1CD2994AB5 for ; Fri, 3 Jul 2015 08:10:41 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7C0F150A for ; Fri, 3 Jul 2015 08:10:41 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 4BA8C1B22832 for ; Fri, 3 Jul 2015 10:10:38 +0200 (CEST) Message-ID: <5596437E.2080200@toco-domains.de> Date: Fri, 03 Jul 2015 10:10:38 +0200 From: Torsten Zuehlsdorff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: ruby@freebsd.org Subject: [Gitlab] Current status (and problem ;)) of the new port Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:10:42 -0000 Hello all, the work at the gitlab-port is slow but steadily. :) The current version of my work can be found here with anonymous access: svn://svn.toco-domains.de/freebsd-ports/www/gitlab Currently all dependencies are defined and also in the needed version in the ports-tree. :) Attention: when trying to install the port, there will be at least 274 rubygems needed/installed ;) Basis commands like make install, make reinstall, make deinstall, make stage-qa already works. Also all defined options (except Kerberos-support) are working. The needed change of the Gemfile when selecting an option is already done. At the moment i stuck at the point, when trying to create the database tables for gitlab. After an: # cd /usr/local/www/gitlab && rake gitlab:setup I get this error message: === Start === Bundler could not find compatible versions for gem "rack": In Gemfile: rack (>= 1.1) ruby gitlab-grack (>= 2.0.0.rc2) ruby depends on rack (~> 1.5.1) ruby rack (>= 0) ruby rack (~> 1.4) ruby rack (~> 1.0) ruby rack (>= 1.0) ruby rack (>= 1.3.0) ruby rack (>= 0) ruby rack (>= 0.4) ruby rack (>= 0) ruby rack (>= 1.0.0) ruby rack (~> 1.5) ruby html-pipeline-gitlab (>= 0.1) ruby depends on actionpack (~> 4) ruby depends on rack (~> 1.6) ruby rack (>= 1.0) ruby rack (~> 1.0) ruby === End === While fixing an similar error message for rubygem-twitter-stream i have problems to even understand from which gem this error comes from. Or why it comes. The following rack-versions are already installed: # pkg info | grep rubygem-rack rubygem-rack-1.4.7,3 Rack, a Ruby Webserver Interface rubygem-rack15-1.5.5,4 Rack, a Ruby Webserver Interface rubygem-rack16-1.6.4 Rack, a Ruby Webserver Interface Has somebody an idea from which port the message comes or what needs to be patched to get around this? Thanks and greetings, Torsten