From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21216: glibc and linux-libre-headers Date: Tue, 18 Aug 2015 21:23:40 +0200 Message-ID: <87614cieo3.fsf@gnu.org> References: <20150808015559.12b499ac@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRmUP-0003MP-6C for bug-guix@gnu.org; Tue, 18 Aug 2015 15:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRmUL-0003dE-VH for bug-guix@gnu.org; Tue, 18 Aug 2015 15:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRmUL-0003d7-Rg for bug-guix@gnu.org; Tue, 18 Aug 2015 15:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZRmUL-0001fm-L7 for bug-guix@gnu.org; Tue, 18 Aug 2015 15:24:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150808015559.12b499ac@scratchpost.org> (Danny Milosavljevic's message of "Sat, 8 Aug 2015 01:55:59 +0200") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: 21216@debbugs.gnu.org Danny Milosavljevic skribis: > I installed GuixSD recently and ran into the same problem as there: > > https://lists.gnu.org/archive/html/bug-guix/2013-02/msg00032.html > > Installing linux-libre-headers manually did help, but shouldn't it > happen automatically? Nowadays, unlike in Feb. 2013, linux-libre-headers is a =E2=80=9Cpropagated input=E2=80=9D of glibc: when glibc is installed in a profile, linux-libre-headers is automatically installed as well. So there shouldn=E2=80=99t be any problems. However, instead of installing the =E2=80=98glibc=E2=80=99 package, you may= want to install the =E2=80=98gcc-toolchain=E2=80=99 package, which provides all the= tools needed to do software development (GCC, libc, Binutils, the =E2=80=98ld wrapper=E2= =80=99, etc.) Can you report back? Thanks, Ludo=E2=80=99.