From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Install guix packages to non-default]: Unable to build derivation hello Date: Wed, 08 Feb 2017 12:29:28 +0100 Message-ID: <871sv8rkdj.fsf@gnu.org> References: <87bmuecdf8.fsf@gnu.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]:60911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbQRL-00053Z-0Q for guix-devel@gnu.org; Wed, 08 Feb 2017 06:29:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbQRH-0005B5-Uc for guix-devel@gnu.org; Wed, 08 Feb 2017 06:29:35 -0500 In-Reply-To: (rohit yadav's message of "Tue, 7 Feb 2017 09:17:54 -0600") 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: rohit yadav Cc: guix-devel@gnu.org rohit yadav skribis: > Thanks for fixing the linux-libre (I am yet to try). However, my other > question is why linux-libre is required to build hello? Since you=E2=80=99re using a non-standard store directory, you cannot get binaries from hydra.gnu.org, so you=E2=80=99re rebuilding the world. The C library depends on the Linux-libre header files, which is why this is happening. Ludo=E2=80=99.