From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#27894: Building Guix fails without '/etc/services' Date: Mon, 24 Feb 2020 17:51:28 +0100 Message-ID: <87eeukhqsv.fsf@gnu.org> References: <20170801002358.GA1481@jasmine.lan> <557A15DC-8D1C-45C9-8593-9884FAC1BA85@lepiller.eu> <924c83ae-af91-9999-7a2e-ce43afa8d88f@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44790) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6Gxf-0004GW-Eh for bug-guix@gnu.org; Mon, 24 Feb 2020 11:52:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6Gxe-00088Q-KE for bug-guix@gnu.org; Mon, 24 Feb 2020 11:52:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48023) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6Gxe-00088M-H6 for bug-guix@gnu.org; Mon, 24 Feb 2020 11:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6Gxe-0007ki-FQ for bug-guix@gnu.org; Mon, 24 Feb 2020 11:52:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <924c83ae-af91-9999-7a2e-ce43afa8d88f@web.de> (Jonathan Brielmaier's message of "Tue, 11 Feb 2020 21:50:31 +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-mx.org@gnu.org Sender: "bug-Guix" To: Jonathan Brielmaier Cc: 27894@debbugs.gnu.org Hi, Jonathan Brielmaier skribis: > 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. It seems to me that this question should be addressed in glibc proper. Perhaps glibc should provide a way to configure this. Or is openSuSE=E2=80=99s libc configured with --sysconfdir=3D/usr/etc? Thanks, Ludo=E2=80=99.