GNU bug report logs - #68059
Mismatching defconfig options

Previous Next

Package: guix;

Reported by: Lars Rustand <rustand.lars <at> gmail.com>

Date: Wed, 27 Dec 2023 14:07:01 UTC

Severity: normal

Done: Josselin Poiret <dev <at> jpoiret.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68059: closed (Mismatching defconfig options)
Date: Fri, 12 Jan 2024 10:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Jan 2024 11:17:56 +0100
with message-id <8734v2j1nv.fsf <at> jpoiret.xyz>
and subject line Re: bug#68059: Mismatching defconfig options
has caused the debbugs.gnu.org bug report #68059,
regarding Mismatching defconfig options
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68059: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68059
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Lars Rustand <rustand.lars <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Mismatching defconfig options
Date: Wed, 27 Dec 2023 09:35:45 +0100
I'm having trouble building a custom kernel with an included
defconfig. The kernel builds correctly with the included defconfig if I
do it manually, but when I try to build it through Guix I get an error
about Mismatching configurations in .config and
arch/arm64/configs/guix_defconfig.

Since it builds correctly manually I am sure that the defconfig does in
fact work, and it does not have any mismatching configuration. So it
must be something that Guix adds/changes in the defconfig that makes it
stop working. How can I prevent Guix from modifying the defconfig that I
tell it to use?

Here is the relevant part of my package definition:

--8<---------------cut here---------------start------------->8---
(let ((linux-package
       (customize-linux
        #:name name
        #:linux linux
        #:defconfig
        "pinephone_pro_defconfig"
        #:extra-version "arm64-pinephone-pro"
        #:source (origin (method url-fetch)
                         (uri (linux-pinephone-urls version))
                         (sha256 (base32 hash)))))))
--8<---------------cut here---------------end--------------->8---


[Message part 3 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Lars Rustand <rustand.lars <at> gmail.com>, 68059-done <at> debbugs.gnu.org
Subject: Re: bug#68059: Mismatching defconfig options
Date: Fri, 12 Jan 2024 11:17:56 +0100
[Message part 4 (text/plain, inline)]
Hi Lars,

Lars Rustand <rustand.lars <at> gmail.com> writes:

> This issue can be closed.

You can close issues by replying to XXXX-done <at> debbugs.gnu.org instead of
XXXX@, as I'm doing here.

Best,
-- 
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.