From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id YM9OE4cVKWarYQEA62LTzQ:P1 (envelope-from ) for ; Wed, 24 Apr 2024 16:21:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id YM9OE4cVKWarYQEA62LTzQ (envelope-from ) for ; Wed, 24 Apr 2024 16:21:59 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713968519; a=rsa-sha256; cv=none; b=CgDef1Ca8RHBa3H0emLDi0kiFazLRni39gTnQc8PPN/YrkDzIG2B9lxK10ahcccQbnjrOQ L7GP5nW8LQtgRhJTDxcQ8o9rmDVDe1VlwH8stWI/kwI02glH6HXxw6D8cI3bTA2X2zld9Q SCKJhAcdQwAS0cEPr1uGZS75HCcGxtLrMq7/V5IUC0zZCsVl9x4ZzKFz/r+90FrE/VNS78 IN88ToqKmlSrgfDqZrMm4hkjQNMXxLGzRk0MsgjDuPnZ18O1bFvJcXnfLi0gAjhEGjzJNU 5UZpVDo4fsgppiAeT2x3ZidfP3+iTlNNX42jAgQ3aXiPJ/WrlF2U7zzgjHoxMw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713968519; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=ifv1M4STHSjTJQt1zeVPeV8vfrblNawBoFf8TnSF55g=; b=QzKgJbCKqCjRb7yrT7RJ3aUQcZZoupw6bEt5mDH7nx5VwYB7JS4uyBQSDo/5jmAuPlEYaL dVFKreY1Au37uxCVSBmKvwVdmNVQkEsciuN0PwJx2MQcZxjgaIGAxNxN2AiHWTEXOTvy5j FMUDt1fEM4S1BYD4XHCeTDrubpD5C1YCHNkUiQ1ywu7XBC2Xj8wlYPYO8L2JPgIhPX6G8Z OfHm2CxCbIenMmfgMD49tr/No0usU+2zDSNWevsOiQKSCxj55lLxEASAbX0DApZJQPoHGn salwyswvZrCMp+A+cTemcqFO655xpPUHaNk5K4DJbWc9WnXU8yoB3Wxr0GQQwA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E72DB7FD62 for ; Wed, 24 Apr 2024 16:21:58 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzdV6-0007vL-R3; Wed, 24 Apr 2024 10:21:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rzdV1-0007uh-OM for guix-devel@gnu.org; Wed, 24 Apr 2024 10:21:27 -0400 Received: from vmi993448.contaboserver.net ([194.163.141.236] helo=mutix.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzdV0-000115-1x for guix-devel@gnu.org; Wed, 24 Apr 2024 10:21:27 -0400 Received: from [192.168.1.172] (host81-152-149-149.range81-152.btcentralplus.com [81.152.149.149]) (Authenticated sender: cdo) by mutix.org (Postfix) with ESMTPSA id B955BA604B4; Wed, 24 Apr 2024 16:21:22 +0200 (CEST) Message-ID: Date: Wed, 24 Apr 2024 15:21:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: Core updates status Content-Language: en-US To: Steve George Cc: guix-devel@gnu.org References: <451a97f9-0e16-c1b3-8884-52420e265db3@mutix.org> From: Christina O'Donnell In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=194.163.141.236; envelope-from=cdo@mutix.org; helo=mutix.org X-Spam_score_int: -50 X-Spam_score: -5.1 X-Spam_bar: ----- X-Spam_report: (-5.1 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-3.211, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.37 X-Migadu-Queue-Id: E72DB7FD62 X-Migadu-Spam-Score: -6.37 X-Migadu-Scanner: mx10.migadu.com X-TUID: I5kUmvoRWeti Okay, I'll let you know as soon as I know. On 24/04/2024 14:17, Steve George wrote: > Hi, > > You just need to checkout core-updates and then 'start building'! > > It would be good to confirm this one: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40316 > > It looks like Zhen Junjie applied two patches to fix NSS cross-compilation on Master [0] > > Maybe master and core-updates have diverged - I haven't had time to look. > > To check for reproducibility do a normal build, and if that's successful do the same build with `--check` > > Thanks, > > Steve > > [0] https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fb86bf658a9374d41b05c5e586bfc6a3150cc3cb > and https://git.savannah.gnu.org/cgit/guix.git/commit/?id=452e7673bfeb0a14cecb8e760dda2c436aa69047 > > > On 24 Apr, Christina O'Donnell wrote: >> Hi Steve, >> >> On 24/04/2024 07:08, Steve George wrote: >>> Hi, >>> >>> We're trying to stabilise and merge core-updates, help definitely wanted! >> I'd love to help! Any of these issues novice-friendly? >> >> Will there be a point release after core-updates is merged? >> >> Kind regards, >> >> Christina >> >>