From unknown Fri Aug 15 15:33:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58008 <58008@debbugs.gnu.org> To: bug#58008 <58008@debbugs.gnu.org> Subject: Status: [PATCH] gnu: linux: Fix the extra-version parameter in make-linux-libre*. Reply-To: bug#58008 <58008@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:33:43 +0000 retitle 58008 [PATCH] gnu: linux: Fix the extra-version parameter in make-l= inux-libre*. reassign 58008 guix submitter 58008 Stefan severity 58008 normal tag 58008 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 22 12:51:13 2022 Received: (at submit) by debbugs.gnu.org; 22 Sep 2022 16:51:13 +0000 Received: from localhost ([127.0.0.1]:38394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obPPs-0003eM-Lu for submit@debbugs.gnu.org; Thu, 22 Sep 2022 12:51:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:35434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obPPr-0003eE-DY for submit@debbugs.gnu.org; Thu, 22 Sep 2022 12:51:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39900) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obPPq-0000up-Mf for bug-guix@gnu.org; Thu, 22 Sep 2022 12:51:11 -0400 Received: from mr5.vodafonemail.de ([145.253.228.165]:49440) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obPPj-0007z6-E4 for bug-guix@gnu.org; Thu, 22 Sep 2022 12:51:10 -0400 Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr5.vodafonemail.de (Postfix) with ESMTPS id 4MYLrg5f4Zz1y24; Thu, 22 Sep 2022 16:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-21dec; t=1663865459; bh=pVcKIm3c/2w+oHc9jpNSWqPA8PL88lgkz83d+0jZJ8w=; h=From:Content-Type:Subject:Message-Id:Date:To:X-Mailer:From; b=VaOoK0/xytVL1f5EyRf+JmPtxA9Mz0ejfMQWa3mJzBY1NOFjI3MmQuOpW+CJX+uks HcfKnQrcHfRDDm4E2g5StVtiOh9sVisnsIMDgtOQc71S3BrGArdgL/cLLD9AIShmGh xRyUqHW7Pq7rvpL8t9r96JH430T7eSUhbeTQq2x4= Received: from macbook-pro.kuh-wiese.my-router.de (aftr-62-216-207-171.dynamic.mnet-online.de [62.216.207.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4MYLrc28Ztz9rxT; Thu, 22 Sep 2022 16:50:53 +0000 (UTC) From: Stefan Content-Type: multipart/mixed; boundary="Apple-Mail=_6BDF00B9-B7C5-437E-9679-99FE3EFB1747" Subject: [PATCH] gnu: linux: Fix the extra-version parameter in make-linux-libre*. Message-Id: Date: Thu, 22 Sep 2022 18:50:52 +0200 To: bug-guix@gnu.org, Leo Famulari Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate: clean X-purgate-size: 6558 X-purgate-ID: 155817::1663865459-AB7FD4F8-EC511606/0/0 Received-SPF: pass client-ip=145.253.228.165; envelope-from=stefan-guix@vodafonemail.de; helo=mr5.vodafonemail.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --Apple-Mail=_6BDF00B9-B7C5-437E-9679-99FE3EFB1747 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Leo! I=E2=80=99m addressing you directly because of the entry in = etc/teams.scm. I found and fixed a bug in make-linux-libre*. The split of the phase = 'configure into a separate 'set-environment will be used by another = patch.=20 Actually this is part of a patch series in 48314. But it is an = independent fix, which can reduce the size of that other ticket. If this patch is accepted, I may send another part of that patch series = separately. Bye Stefan --Apple-Mail=_6BDF00B9-B7C5-437E-9679-99FE3EFB1747 Content-Disposition: attachment; filename=01-gnu-linux-fix-extra-version.patch Content-Type: application/octet-stream; name="01-gnu-linux-fix-extra-version.patch" Content-Transfer-Encoding: quoted-printable gnu:=20linux:=20Fix=20the=20extra-version=20parameter=20in=20= make-linux-libre*.=0A=0AFrom:=20Stefan=20=0A= =0A*=20gnu/packages/linux.scm=20(make-linux-libre*)=20= ['set-environment]:=20Make=0Athe=20Makefile=20accept=20EXTRAVERSION=20= from=20the=20environment.=20Fix=20the=20usage=20of=0Aan=20empty=20= extra-version=20string.=20Split=20this=20new=20phase=20out=20of=20and=20= adding=0Aif=20before=20=E2=80=A6=0A['configure]:=20=E2=80=A6=20to=20make=20= the=20phases=20more=20hackable.=0A---=0A=20gnu/packages/linux.scm=20|=20=20= =2018=20+++++++++++-------=0A=201=20file=20changed,=2011=20= insertions(+),=207=20deletions(-)=0A=0Adiff=20--git=20= a/gnu/packages/linux.scm=20b/gnu/packages/linux.scm=0Aindex=20= 306c18e398..1a35e857c3=20100644=0A---=20a/gnu/packages/linux.scm=0A+++=20= b/gnu/packages/linux.scm=0A@@=20-64,6=20+64,7=20@@=0A=20;;;=20Copyright=20= =C2=A9=202022=20Artyom=20V.=20Poptsov=20=0A=20= ;;;=20Copyright=20=C2=A9=202022=20Rene=20Saavedra=20= =0A=20;;;=20Copyright=20=C2=A9=202022=20muradm=20= =0A+;;;=20Copyright=20=C2=A9=202022=20Stefan=20= =0A=20=0A=20;;;=0A=20;;;=20This=20file=20is=20= part=20of=20GNU=20Guix.=0A@@=20-824,8=20+825,8=20@@=20for=20ARCH=20and=20= optionally=20VARIANT,=20or=20#f=20if=20there=20is=20no=20such=20= configuration."=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (lambda=20_=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (substitute*=20(find-files=20"."=20"^Makefile(\\.include)?$")=0A=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20(("/bin/pwd")=20= "pwd"))))=0A-=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20(replace=20= 'configure=0A-=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (lambda*=20(#:key=20inputs=20target=20#:allow-other-keys)=0A+=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20(add-before=20'configure=20= 'set-environment=0A+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (lambda*=20(#:key=20target=20#:allow-other-keys)=0A=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20;;=20Avoid=20introducing=20= timestamps.=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (setenv=20"KCONFIG_NOTIMESTAMP"=20"1")=0A=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20(setenv=20"KBUILD_BUILD_TIMESTAMP"=0A@@=20= -847,13=20+848,16=20@@=20for=20ARCH=20and=20optionally=20VARIANT,=20or=20= #f=20if=20there=20is=20no=20such=20configuration."=0A=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20(setenv=20= "CROSS_COMPILE"=20(string-append=20target=20"-"))=0A=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20(format=20#t=20= "`CROSS_COMPILE'=20set=20to=20`~a'~%"=0A=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20(getenv=20= "CROSS_COMPILE"))))=0A-=0A+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20;;=20Allow=20EXTRAVERSION=20to=20be=20set=20via=20the=20= environment.=0A+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (substitute*=20"Makefile"=0A+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20(("^=20*EXTRAVERSION[[:blank:]]*=3D")=20"EXTRAVERSION=20= ?=3D"))=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (setenv=20"EXTRAVERSION"=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20#$(and=20extra-version=0A-=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20(string-append=20"-"=20extra-version)))=0A-=0A+=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20(not=20(string-null?=20extra-version))=0A+=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20(string-append=20"-"=20extra-version)))))=0A+=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20(replace=20'configure=0A+=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20(lambda*=20(#:key=20inputs=20= #:allow-other-keys)=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20(let=20((config=20(assoc-ref=20inputs=20"kconfig")))=0A-=0A=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20;;=20Use=20a=20= custom=20kernel=20configuration=20file=20or=20a=20default=0A=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20;;=20configuration=20= file.=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (if=20config=0A@@=20-871,7=20+875,7=20@@=20for=20ARCH=20and=20optionally=20= VARIANT,=20or=20#f=20if=20there=20is=20no=20such=20configuration."=0A=20=0A= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (invoke=20"make"=20"oldconfig"))))=0A=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20(replace=20'install=0A-=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20(lambda*=20(#:key=20inputs=20native-inputs=20= #:allow-other-keys)=0A+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= (lambda*=20(#:key=20inputs=20#:allow-other-keys)=0A=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20(let=20((moddir=20(string-append=20= #$output=20"/lib/modules"))=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20(dtbdir=20(string-append=20#$output=20= "/lib/dtbs")))=0A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20;;=20Install=20kernel=20image,=20kernel=20configuration=20and=20= link=20map.=0A= --Apple-Mail=_6BDF00B9-B7C5-437E-9679-99FE3EFB1747-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 11:09:57 2023 Received: (at control) by debbugs.gnu.org; 7 May 2023 15:09:58 +0000 Received: from localhost ([127.0.0.1]:38170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pvg1N-0008Uh-Lk for submit@debbugs.gnu.org; Sun, 07 May 2023 11:09:57 -0400 Received: from mail-qv1-f53.google.com ([209.85.219.53]:52514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pvg1M-0008UT-D6 for control@debbugs.gnu.org; Sun, 07 May 2023 11:09:56 -0400 Received: by mail-qv1-f53.google.com with SMTP id 6a1803df08f44-61b5de68cd5so17074326d6.1 for ; Sun, 07 May 2023 08:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683472191; x=1686064191; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=Q04MgAsUP0c2qt2IgAtIBdua3jETvLjpmYCy/nrCiAI=; b=hbEEPSL5Pf5NYWPtTXFS9G67+Uhgto2gpvr+5qb0DqhgtmJ4DG7OPuCH5pvG1cn4je KG06o9vDSxZTVMJtpEi6vY0mwApYozfAsAHopRNbcChNKyfmWzhtNqCyYWbMoamppdbX +ywdv42Kxvy6jQRkj3kvYHqIWECrk9FVnbY8P6MIuottfWpYDhVVC+RNRoDV93xDM10C kHD+r9nQ9CZ9FZ37IQ973NXLp5a53x14TceQQUga1R4jFt88nDU9YoCN5o1ZAbLFdvEa MCZarrF2rh1aRfmT+yHTAvnmJZJY7unyLzSXMfe9aLhQva9U0tbXtndykUVYFbQWh4UK Dwlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683472191; x=1686064191; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Q04MgAsUP0c2qt2IgAtIBdua3jETvLjpmYCy/nrCiAI=; b=KE2MfRUFpN8dj71Gp1kDGXNeg2n/W4sd1ZFkFtYCBEKdkJW/WruccpS1IDoHhtObJ4 u3abxDgHA85HS1/KO4oGqdSjBecUbwaGG5iOXK2B1rj+Tt4f6ur0Pekq/Xzt74m2fQ+U pIJF4ZJT+HfbuXlUzDdY7MERn+dL2z0iTwE4hznepXSe50zaqIkhIjPrrpMYT17UZXiM 3c8BBopsflMW++jR3p7j/Ef3kT9/t4hWP+8zj9yeviOnW+DV7LRmI4U3N9x99UMiQWtQ GuXGxq6t9ddTlZS1sjCTOwK4U6K1IcJkJN70iKLdxgB4eaELNiIPu+ziADK5Vj8dPduo C/fQ== X-Gm-Message-State: AC+VfDwvjIXmQ99d/FEgzPlAXZfQxqyj9xz679CstNf2uXR3aDuSos8T 83azDH6MgnvSh6kbi7va5CXl6+j07cCuwg== X-Google-Smtp-Source: ACHHUZ7GsITHDclW9m2sBufxgLWNlG5jGB0mlZVV0l4TJ2e9TlkNAh9dgDub8+9A20vg3eknhQAQ9A== X-Received: by 2002:a05:6214:2484:b0:605:648b:2adc with SMTP id gi4-20020a056214248400b00605648b2adcmr13760719qvb.19.1683472190718; Sun, 07 May 2023 08:09:50 -0700 (PDT) Received: from hurd (dsl-10-131-119.b2b2c.ca. [72.10.131.119]) by smtp.gmail.com with ESMTPSA id x1-20020a05620a14a100b00746aa080eefsm1986792qkj.6.2023.05.07.08.09.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 May 2023 08:09:50 -0700 (PDT) Date: Sun, 07 May 2023 11:09:49 -0400 Message-Id: <875y9418le.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #58008 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 58008 quit From unknown Fri Aug 15 15:33:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 05 Jun 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator