From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#27894: Building Guix fails without '/etc/services' Date: Tue, 11 Feb 2020 21:50:31 +0100 Message-ID: <924c83ae-af91-9999-7a2e-ce43afa8d88f@web.de> References: <20170801002358.GA1481@jasmine.lan> <557A15DC-8D1C-45C9-8593-9884FAC1BA85@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59652) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1cUp-00029U-BO for bug-guix@gnu.org; Tue, 11 Feb 2020 15:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1cUo-0003g2-Cx for bug-guix@gnu.org; Tue, 11 Feb 2020 15:51:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51667) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1cUo-0003fu-5D for bug-guix@gnu.org; Tue, 11 Feb 2020 15:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j1cUo-0008KX-2e for bug-guix@gnu.org; Tue, 11 Feb 2020 15:51:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <557A15DC-8D1C-45C9-8593-9884FAC1BA85@lepiller.eu> Content-Language: en-GB 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-mx.org@gnu.org Sender: "bug-Guix" To: Julien Lepiller , 27894@debbugs.gnu.org, Jonathan Brielmaier On 11.02.20 21:40, Julien Lepiller wrote:> This is somewhat similar to what happens on android, and probably any systen using an alternate libc. Guix uses its own libc that expects an /etc/services and other files. I guess a symlink from /etc to /usr/etc is all you need?. Yes a symlink does resolve it. But doing it on all my systems is annoying :P But I wonder how much effort would be required to make this hardcoding of `/etc/services` more flexible. I'm mean Tumbleweed uses glibc. The only thing different is that they are moving all/most of config files from /etc to /usr/etc for $reason.