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:41:45 +0200 Message-ID: <87pnmmd93a.fsf@nckx> References: <877e8v5ezu.fsf@dustycloud.org> 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]:41443) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjuJX-0000pN-R7 for help-guix@gnu.org; Sat, 06 Jul 2019 19:41:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjuJW-0008Lx-73 for help-guix@gnu.org; Sat, 06 Jul 2019 19:41:55 -0400 Received: from tobias.gr ([2001:470:7405::1]:59190) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hjuJV-0008Jc-Ji for help-guix@gnu.org; Sat, 06 Jul 2019 19:41:54 -0400 In-reply-to: <877e8v5ezu.fsf@dustycloud.org> 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 Chris, =20 Christopher Lemmer Webber wrote:=20 > Anyone more familiar with the linux build process who can give=20 > me some tips? Especially since I board a plane very early=20 > tomorrow morning :)=20 My own kernel package has nothing left in common with linux-libre,=20 but it does build from git and has this phase + comment which I'd=20 hoped would never see the light of day: (add-before 'configure 'fix-CPATH=20 (lambda _=20 ;; Temporary hack to remove -checkout/include which breaks=20 things. ;; Why is this not necessary when building in a=20 =E2=80=98guix environment=E2=80=99 ;; and in the Guix linux-libre pac= kage?=20 Git-checkout-related? (setenv "CPATH" (string-join=20 (cdr (string-split (getenv "CPATH") #\:))=20 ":"))=20 #t)) I'd remove it to see what happens, but that would be tomorrow and=20 you appear to be in something of a hurry.=20 Good luck! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXSExuQAKCRANsP+IT1Vt eeubAQCHMUDoAU5xDrApC0we20WzYf4TmlztZty1LkIhekNiDAEAp2h5NNUnggOA NBnYPLGQpERq8uU7lV81xV6MFLs6dAI= =d/X3 -----END PGP SIGNATURE----- --=-=-=--