From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id ID55Dzlpo2Y6hAAAqHPOHw:P1 (envelope-from ) for ; Fri, 26 Jul 2024 09:15:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id ID55Dzlpo2Y6hAAAqHPOHw (envelope-from ) for ; Fri, 26 Jul 2024 11:15:37 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Sd5mxKUe; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1721985337; 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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=TArdKM9PmfmQ32PiWO3XbpxHLFhMvKMjxpmYowafa9w=; b=vDbDETCBDD48m7bNELxoOE8lBhvtLaxk7DGVZ0tGRaxJYcM30DMiO18r3TkDlmnOxD2D1w zl7LBwX4B438iICTdyL2tDNAx6ZPEOUQQIUFcMip9/I3dvQEMfr5p+nGqLVnQewooWV2lX 82lUbmqhvd3M9AOoH/WHhF8RSHYCj8JHAFkIy6Hppg8mW+no016AgFG6BRAUoRFiylVomZ OF2ASGBoz36AGRUygzLluREjDcX+1LhbwVW0fCeWIHu9VGvQEHnL+D1bl3AfObPzx+OWSa lA9YeknUtsVLbIFgvUWtU2ljusf28MhKPruKF+WyjMq484H+cggWZDrbp+nkdw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Sd5mxKUe; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1721985337; a=rsa-sha256; cv=none; b=FB2Xk+ytMm8lf8d/QSfsnU10FPUgy1DeozKJAtH0+yP4PnIPlpzn1ugC36b1PntzO0bkJv n8eSAXkT+6p2zrlwWcMjO5TG+Np125MUeWsqsJPD/j2ERaO54/psaoornlkEM2yK1keptH Rvp3f8HptjfYHo21VEs30LKnaFYGitqtMekN/sBGy8flkgdpG20PcgIdqIph9o4T4SaA7U xITXJ8tjJ32esAjgtigusz0YDcqaOnZ/wxiUTvR8ZardlJzofJAA7PpsexOFgvX9UUw0uo dBStwy+kkK/PAJuNiaLLNn9IEuUdHOX/XiRsAgzEFOq0NDDOcbn+5jEyvlNiew== 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 DB1586CA75 for ; Fri, 26 Jul 2024 11:15:36 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sXH2P-00015Y-BL; Fri, 26 Jul 2024 05:14:58 -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 1sXH2N-00014z-0v for bug-guix@gnu.org; Fri, 26 Jul 2024 05:14:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sXH2M-000300-QO for bug-guix@gnu.org; Fri, 26 Jul 2024 05:14:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sXH2U-0001fF-Oy for bug-guix@gnu.org; Fri, 26 Jul 2024 05:15:02 -0400 Subject: bug#72239: libfaketime (still) broken on i686-linux Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 26 Jul 2024 09:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 72239 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Christopher Baines Cc: Z572 <873216071@qq.com>, 72239-done@debbugs.gnu.org Mail-Followup-To: 72239@debbugs.gnu.org, ludo@gnu.org, ludovic.courtes@inria.fr Received: via spool by 72239-done@debbugs.gnu.org id=D72239.17219852526303 (code D ref 72239); Fri, 26 Jul 2024 09:15:02 +0000 Received: (at 72239-done) by debbugs.gnu.org; 26 Jul 2024 09:14:12 +0000 Received: from localhost ([127.0.0.1]:38769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXH1g-0001db-0Q for submit@debbugs.gnu.org; Fri, 26 Jul 2024 05:14:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXH1c-0001dK-NZ for 72239-done@debbugs.gnu.org; Fri, 26 Jul 2024 05:14:11 -0400 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 ) id 1sXH1O-00027J-AJ; Fri, 26 Jul 2024 05:13:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=TArdKM9PmfmQ32PiWO3XbpxHLFhMvKMjxpmYowafa9w=; b=Sd5mxKUeBPoniGTm/RUL 3ltCYfR47hRPsrL2pVDq1b3ErehmQjn9BViT8M8PLjfaiHbfIxUihUtjY4XmaqUAml6dXyJTuiwEJ sfOCbWJ08k4RerItYWyXqvoEHrZJWua5M8D90FjGLlQ+v4NqXkQ1QDe8kU3HV2DBumiKqUHYzl6l/ MLOEKDv5Cpag8e4sc4YYrWyzg9KDPFqt0tHgoi5wAXfvnseq5BLdUm1R/dh9pCCm1k1rOZPxmns3T 0NfG98u/iaCLJ3Diq8G22Pe1qftLHyMEIrQiZnRA8iD7KXk0rPPc1u9IECAs+Ik/ln2x+JdUYOd2E GRKFBcwhz8+1PA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <878qxrg6eo.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 23 Jul 2024 23:11:43 +0200") References: <87ikwyl72s.fsf@inria.fr> <87cyn5lx9q.fsf@gnu.org> <87le1t60y0.fsf@cbaines.net> <874j8gie4t.fsf@gnu.org> <87h6cg5ob3.fsf@cbaines.net> <878qxrg6eo.fsf@gnu.org> Date: Fri, 26 Jul 2024 11:13:51 +0200 Message-ID: <87le1ocy7k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -7.31 X-Migadu-Queue-Id: DB1586CA75 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -7.31 X-TUID: 2xnQr+qJzWnB Hi, Ludovic Court=C3=A8s skribis: > I have tested the following patch and successfully built nss on > i686-linux with it: I pushed it as 21fe1e077aa77488bd413ef3255973c60d7468fe on =E2=80=98core-updates=E2=80=99. Ludo=E2=80=99.