From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: Compiling a linux kernel from git Date: Sun, 07 Jul 2019 01:49:49 +0200 Message-ID: <87muhqd8pu.fsf@nckx> References: <877e8v5ezu.fsf@dustycloud.org> <87pnmmd93a.fsf@nckx> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42797) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjuRG-0001yE-13 for help-guix@gnu.org; Sat, 06 Jul 2019 19:49:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjuRF-0004vQ-4Z for help-guix@gnu.org; Sat, 06 Jul 2019 19:49:53 -0400 Received: from tobias.gr ([2001:470:7405::1]:59214) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hjuRE-0004td-R0 for help-guix@gnu.org; Sat, 06 Jul 2019 19:49:53 -0400 In-reply-to: <87pnmmd93a.fsf@nckx> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org, Christopher Lemmer Webber --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice wrote: > (add-before 'configure 'fix-CPATH (lambda _ ;; Temporary=20 > hack to > remove -checkout/include which breaks things. ;; Why is this=20 > not > necessary when building in a =E2=80=98guix environment=E2=80=99 ;; and= in the=20 > Guix > linux-libre package? Git-checkout-related? (setenv "CPATH" > (string-join (cdr (string-split (getenv=20 > "CPATH") > #\:)) ":")) #t)) Silly emacs, let's try that again: (add-before 'configure 'fix-CPATH (lambda _ ;; Temporary hack to remove -checkout/include which breaks=20 things. ;; Why is this not necessary when building in a =E2=80=98guix=20 environment=E2=80=99 ;; and in the Guix linux-libre package?=20 Git-checkout-related? (setenv "CPATH" (string-join (cdr (string-split (getenv "CPATH") #\:)) ":")) #t)) Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHQEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXSEznQAKCRANsP+IT1Vt efTaAPd/JXRw9NZ3N7DUR7htRoVqiiTICQz8JxaO155NOp5ZAQDIeJsNsXsBQpaX tDZv2UbKoyNX3xw/z+oNGN5YegFYBg== =8eDf -----END PGP SIGNATURE----- --=-=-=--