From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 6OP+Bz7ux2QQfAAASxT56A (envelope-from ) for ; Mon, 31 Jul 2023 19:24:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6DwLBz7ux2T5NQEAG6o9tA (envelope-from ) for ; Mon, 31 Jul 2023 19:24:14 +0200 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 EDC65401EF for ; Mon, 31 Jul 2023 19:24:12 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=ohoYx0qB; 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=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690824253; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:list-id:list-help:list-unsubscribe:list-subscribe: list-post:dkim-signature; bh=UUaWvDvijPOJCaYOX22IxkoWeXDAe4B1XFHGWZmNIHI=; b=IUmXPVBDJpLR1sbl5K24gBMNSiD8HocP+1PSwiGxY2dJjZP/NIqZf9t6E1wLCGSr7PNbSa CXGw12WQcyY1xupsG0K77lE5Pxdo0ggW8cStulMoOBqMhS5kmrb1hIdq70p7lehkqFgfQx 0ecShvAtz9pi6Xv6N4NknwRE5xtJY986jv0RXE8TTN37Ko0yS07F46l0+TrIL6LHJxaRQN yzJ+WU9kcJlO1WH8vR3oVNbXJ0rw0ObS0o28YdkCLm7kIP4c5Z5EMVkWgtmuXM86zGaeZp +oLl8JUlMxyDPDrUSmhQOsl6Du8uhiw4wHcKAWdr/E+ef4RQbQKnt1CnBzSEGA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690824253; a=rsa-sha256; cv=none; b=mOBw+Epmnp3rmYa0RoO5sMgJa8/VX5u9dQIAjEd2VjXLyzaIm9q1UNPlDfsKYtFkrST9kb /bLIH7YoI+YxdvIF0HuHPFI2qHC/EvDkkgV/5G6Wu9KDnzC3WyCKB+fbIIRSSOogEZ6Z9w +0DVXcun6rzdKbncs2HihZXnEvcyoK3pdv8j8IkxepiAFsGR4l3/3SwpVIzBe7eWeJHY2W 3TRxdAgY3h7bhf6h8QQA5rjakwRtk+9Iqkz99Vryc+AhWey/1fZnNIoZ9mpYa7mTZtx9pd bBM3k1oP+rX0lGJ4zUe2jta8zSHgMFyXBEytT/hdXaHtWWBqkk4xzQ491ZPLiQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=ohoYx0qB; 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=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qQWcm-0008M4-KM; Mon, 31 Jul 2023 13:24:04 -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 1qQWcl-0008Lg-2d for bug-guix@gnu.org; Mon, 31 Jul 2023 13:24:03 -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 1qQWck-0003a0-R8 for bug-guix@gnu.org; Mon, 31 Jul 2023 13:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qQWck-00063T-C9 for bug-guix@gnu.org; Mon, 31 Jul 2023 13:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#64979: ghc-exceptions broken on i686 leads to lots of broken packages Resent-From: Csepp Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 31 Jul 2023 17:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64979 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 64979@debbugs.gnu.org X-Debbugs-Original-To: Bug reports for GNU Guix Received: via spool by submit@debbugs.gnu.org id=B.169082422523245 (code B ref -1); Mon, 31 Jul 2023 17:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2023 17:23:45 +0000 Received: from localhost ([127.0.0.1]:53465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQWcT-00062r-Dp for submit@debbugs.gnu.org; Mon, 31 Jul 2023 13:23:45 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQWcR-00062V-JO for submit@debbugs.gnu.org; Mon, 31 Jul 2023 13:23:44 -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 1qQWcM-0008Jl-4K for bug-guix@gnu.org; Mon, 31 Jul 2023 13:23:38 -0400 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQWcK-0003W9-4B for bug-guix@gnu.org; Mon, 31 Jul 2023 13:23:37 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4RF4pC1Jxdz9tFl for ; Mon, 31 Jul 2023 17:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1690824211; bh=UUaWvDvijPOJCaYOX22IxkoWeXDAe4B1XFHGWZmNIHI=; h=From:To:Subject:Date:From; b=ohoYx0qBfhznWNNfcb+xduKYLiEDWVWLE3c6k39UbmfU4YjNfcWBktXf+aSQIn79X k3SlldiuHXJrdVY1GHDC1XAKt/JN8Yoo4Zr5Od7zySXdENJHn4E+T61tpKnrUu2KVN 7uEp9oST1DfvYhXj4dEoIaMboFJjlKdaph3jBoMQ= X-Riseup-User-ID: 10E2BB1D55CD8CFD120AF0D506FB9F2B8F0F101686A424F0E0B22857CB65A8F2 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4RF4pB54H5zFqgV for ; Mon, 31 Jul 2023 17:23:30 +0000 (UTC) From: Csepp Date: Mon, 31 Jul 2023 19:21:43 +0200 Message-ID: <87pm489erc.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=198.252.153.6; envelope-from=raingloom@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 2.94 X-Spam-Score: 2.94 X-Migadu-Queue-Id: EDC65401EF X-TUID: H/agiyMY4hIN This came to my attention when trying to reconfigure my netbook, which uses earlyoom, which requires Pandoc to build its docs. http://ci.guix.gnu.org/build/1610832/details http://ci.guix.gnu.org/build/1610832/log/raw