GNU bug report logs

#41264 Bootstrap packages fail to build due to mes-libc lacking 'stat64' etc. syscalls

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

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

Received: (at 41264) by debbugs.gnu.org; 15 Feb 2023 08:46:00 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 03:46:00 2023
Received: from localhost ([127.0.0.1]:57704 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1pSDQN-0004Hy-Mz
	for submit@debbugs.gnu.org; Wed, 15 Feb 2023 03:46:00 -0500
Received: from eggs.gnu.org ([209.51.188.92]:53678)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <janneke@gnu.org>)
 id 1pSDQL-0004HX-5z; Wed, 15 Feb 2023 03:45:57 -0500
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <janneke@gnu.org>)
 id 1pSDQE-0005wS-D5; Wed, 15 Feb 2023 03:45:51 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To:
 From; bh=WC/OEvqzARbO0DVm6j/+Xgo23CAE5hdbZIduROUq8u8=; b=I6lXoilEh66pxTKMkOBE
 Y1VSohmt6fSG3zE7VPyHdaFRNSAWWNRuu+wbgMYvdFp7CF/zVMeN69cbmtF/NAGXvQ/ckkyJgpbaN
 7PxWQszqj6eWgTlFxnFJKKlbTWr4j5o1ZKBsjbf+LgVv0RSChx9XlkVb8nzszpyKqTwrnNTh9xHW2
 8Idi/DCEYz9IHSvPmWOUbiVdyZDm1FqGJeviElPWgCVDoO0Es8BhpGwcSB4ic9ai5DXa6HRoY/Vut
 k9056Q4Ns9EEo6rjywzUDTTaDFhxLPBFtN73WbPXYc3YAHuGjWcVe/VlSSzCZEA6tu/2cIJTqiI1i
 bYQlEyv4aOmMtQ==;
Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net
 ([2a02:a462:da03:1:2701:7f81:a736:4607] helo=drakenpad.janneke.lilypond.org)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <janneke@gnu.org>)
 id 1pSDQD-0004nT-Jb; Wed, 15 Feb 2023 03:45:49 -0500
From: Janneke Nieuwenhuizen <janneke@gnu.org>
To: Mathieu Othacehe <othacehe@gnu.org>
Subject: Re: bug#49985: Bootstrap packages fail to build due to mes-libc
 lacking 'stat64' etc. syscalls
References: <87h7wik0kk.fsf@gnu.org> <87v9kxe6tl.fsf@gnu.org>
 <87ftbwtigj.fsf@gnu.org> <87sgfvq32v.fsf@gnu.org>
 <87bklxztvt.fsf_-_@gnu.org>
Date: Wed, 15 Feb 2023 09:45:45 +0100
In-Reply-To: <87bklxztvt.fsf_-_@gnu.org> (Jan Nieuwenhuizen's message of "Mon, 
 13 Feb 2023 12:28:54 +0100")
Message-ID: <87a61fgvuu.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: 41264
Cc: 41264@debbugs.gnu.org, 49985@debbugs.gnu.org,
 Carl Dong <contact@carldong.me>
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 (---)
Jan Nieuwenhuizen writes:

Hello,

> To use stat64 and friends on 32bit, I created the attached patch for GNU
> Mes and hope to create a 0.24.2 release from
>
>     https://gitlab.com/janneke/mes/-/tree/wip-stat64
>
> Also, I have update my core-updates branch with preliminary 0.24.2 mes
> and mes-boot packages here
>
>     https://gitlab.com/janneke/guix/-/tree/core-updates

I've got a confirmation this works*, have released 0.24.2 and updated
mes-boot on core-updates as
    b928e38bd333e6186727fe5c5e94b85d157b79d6

Hoping to finally close these bugs!

Greetings,
Janneke

*) https://lists.gnu.org/archive/html/guix-devel/2023-02/msg00137.html

-- 
Janneke Nieuwenhuizen <janneke@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Jan 7 00:40:58 2025; 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.