From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Updating mono. Adding MSBuild. Date: Fri, 29 Mar 2019 20:18:59 +0100 Message-ID: <87va01zdy4.fsf@elephly.net> References: <875zs5c72r.fsf@posteo.net> <874l7o4y1p.fsf@elephly.net> <20190327122310.4c8155eb@scratchpost.org> <877echijcb.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9x2L-0005sk-3R for guix-devel@gnu.org; Fri, 29 Mar 2019 15:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9x2H-00056j-SA for guix-devel@gnu.org; Fri, 29 Mar 2019 15:19:31 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21229) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9x2G-0004x5-KR for guix-devel@gnu.org; Fri, 29 Mar 2019 15:19:29 -0400 In-reply-to: <877echijcb.fsf@posteo.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Brett Gilio Cc: Guix-devel Brett Gilio writes: > Although, there is a possible issue here that needs to be > addressed. Both Mono and Chicken produce a binary called `csi`. This is > a naming conflict, and I do not know the Guix-way for resolving naming > conflicts. This is not a problem as during the build you probably won=E2=80=99t use Ch= icken together with Mono. > Most distributions renamed the Chicken csi to `chicken-csi` > and left mono to `csi`. Does Guix have namespaces for binaries we > produce? How should I proceed here? The Guix way is to install these things into separate profiles. --=20 Ricardo