From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: bug#38500: Ruby is built against libruby-static.a Date: Sat, 07 Dec 2019 10:44:38 -0600 Message-ID: <87fthwdr0p.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41939) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idnA4-0005I0-Ab for bug-guix@gnu.org; Sat, 07 Dec 2019 22:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idnA0-00051L-HX for bug-guix@gnu.org; Sat, 07 Dec 2019 22:23:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1idn9z-000502-F2 for bug-guix@gnu.org; Sat, 07 Dec 2019 22:23:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1idn9z-0004iG-BW for bug-guix@gnu.org; Sat, 07 Dec 2019 22:23:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Vicente Eduardo's message of "Thu, 5 Dec 2019 14:25:51 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Vicente Eduardo Cc: 38500@debbugs.gnu.org Vicente Eduardo writes: > I would like to have two versions, or at least the dynamic one, that's the common way > Ruby should be built, and also the Guixy style. This actually brings up a rather interesting point. What is the Guix protocol on compilation for dynamic vs statically linked interpreters? This is a prevalent issue not just for Ruby, but for also how we handle GHC, Rust, JDK, and so on. Generally, I think we dynamically link most objects. _BUT_, I could be missing part of the story here. So I am going to wait for the higher powers that be to respond. In the mean time, when I get a moment, I will do some auditing on this package to see if the issue is just that we are missing some compilation procedure. Hopefully it is just as simple as that, but I still think the issue of linkage style (dynamic vs static linkage) remains prevalent. Hopefully we hear some noise on this soon. -- Brett M. Gilio https://git.sr.ht/~brettgilio/