GNU bug report logs

#44872 Installer crash: 'uuid->string' is passed #f in lieu of a UUID

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #35 received at 44872@debbugs.gnu.org (full text, mbox, reply):

Received: (at 44872) by debbugs.gnu.org; 22 Apr 2021 22:41:12 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 18:41:11 2021
Received: from localhost ([127.0.0.1]:35778 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1lZi0V-0002GF-J2
	for submit@debbugs.gnu.org; Thu, 22 Apr 2021 18:41:11 -0400
Received: from eggs.gnu.org ([209.51.188.92]:52752)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@gnu.org>) id 1lZi0Q-0002Fa-6j
 for 44872@debbugs.gnu.org; Thu, 22 Apr 2021 18:41:08 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e]:58315)
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <ludo@gnu.org>)
 id 1lZi0K-0004gQ-6R; Thu, 22 Apr 2021 18:41:00 -0400
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38636 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@gnu.org>)
 id 1lZi0F-0001wk-52; Thu, 22 Apr 2021 18:40:57 -0400
From: Ludovic Courtès <ludo@gnu.org>
To: Tim Magee <timothy@eastlincoln.net>
Subject: Re: bug#44872: Installer crash: 'uuid->string' is passed #f in lieu
 of a UUID
References: <300530410.943064.1606325189191.ref@mail.yahoo.com>
 <300530410.943064.1606325189191@mail.yahoo.com>
 <87y2daz87n.fsf@gnu.org>
Date: Fri, 23 Apr 2021 00:40:53 +0200
In-Reply-To: <87y2daz87n.fsf@gnu.org> ("Ludovic Courtès"'s message of "Thu, 22 Apr 2021 16:48:12 +0200")
Message-ID: <87lf9at022.fsf_-_@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 44872
Cc: 44872@debbugs.gnu.org, Mathieu Othacehe <othacehe@gnu.org>
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -3.3 (---)
Ludovic Courtès <ludo@gnu.org> skribis:

> Apparently what happens here is that ‘read-partition-uuid’, called by
> ‘user-partition->file-system’, returns #f, and that value is then passed
> to ‘uuid->string’.
>
> There are two ways ‘read-partition-uuid’ can return #f:
>
>   1. the partition doesn’t have one of the types listed in
>      ‘%partition-uuid-readers’;
>
>   2. the partition does not exist or is EIO (see use of ‘ENOENT-safe’ in
>      ‘partition-field-reader’).
>
> So most likely the problem is #2.

I pushed a change so that ‘read-partition-uuid’ & co. will no longer
swallow ENOENT, so we at least get more accurate error reports:

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=09ce4568f2cc1f87c5a5e0aa1643780c39a73088

Ludo’.




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 08:46:30 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.