From owner-freebsd-ruby@freebsd.org Wed Jun 28 15:54:10 2017 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 1F3C9DA500C for ; Wed, 28 Jun 2017 15:54:10 +0000 (UTC) (envelope-from tz@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 0A7E17EDD0 for ; Wed, 28 Jun 2017 15:54:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 06BC0DA500B; Wed, 28 Jun 2017 15:54:10 +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 06517DA500A for ; Wed, 28 Jun 2017 15:54:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) 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 C56187EDCF for ; Wed, 28 Jun 2017 15:54:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id B66FB1AAF058; Wed, 28 Jun 2017 17:54:06 +0200 (CEST) Subject: Re: Help needed: net/rubygem-grpc To: Matthias Fechner , Steve Wills , ruby@freebsd.org References: <4474b97e-88ec-ead8-bb13-79e5889bf237@FreeBSD.org> From: Torsten Zuehlsdorff Message-ID: Date: Wed, 28 Jun 2017 17:54:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 15:54:10 -0000 On 28.06.2017 17:41, Matthias Fechner wrote: > Hi Steve, > > Am 28.06.2017 um 04:14 schrieb Steve Wills: >> I was taking a look at this. It looks like several things are going on. >> As you noticed, it's going to have to use gmake, you can patch the >> extconf.rb for that. But then you run into other issues. It's expecting >> a pkg-config file for openssl, which we don't have for the openssl in >> base (src). I think this is the only thing in base lacking a .pc file. >> We will have to patch the Makefile for that. It would be best not to use >> any of the bundled things and instead use the versions from ports. I >> noticed there's a newer version, 1.4.0, but it has the same issues. Will >> the newer gitlab work with the 1.4.0 version of the grpc gem? > > regarding the comment here: > https://gitlab.com/gitlab-org/gitaly/issues/154#note_33314534 > > I think gitlab should work with version 1.4.0, but I think a test is always a good idea. Thanks for your time Steve! To add something to Matthias comment: there is already a devel/grpc port, which seems to be very similar to the needed rubygem. Maybe this could help us? Greetings, Torsten