From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id 4GShN10KjmZaeQAAe85BDQ:P1 (envelope-from ) for ; Wed, 10 Jul 2024 04:13:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 4GShN10KjmZaeQAAe85BDQ (envelope-from ) for ; Wed, 10 Jul 2024 06:13:18 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=eq69Rt6P; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-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=1720584797; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc: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=GjxA222qzoL889ZqBrOyXxBsle8t0F48ZQExyqXW3+A=; b=fOzzrZyWq3GfdCIm/Wya1VfVVVTgLgRLFxcI5TLTdxlR2WbmL4iNjGRhgR7H8Na5sQNCRM u0rmIlkL/yo2cVdEJeS9C+hR/HXLmEZhoE5gchE93TZasSSM8UaOd9uyyiQM/N6kBmExhw XubFXMXBzfldjRBo1Oarmixi3iG15KoCfBNaw5MdRE77FP7cqF0Nb/UPGMcr9yy/yP87Us bSF/Y6u+8ho2yrSa3or02+9p6BkcI9wcUU2f9pPSQpi2ZFi+a4aw2ds51QapoL4S2N5UZw /JaP0wj3uw5o54TCSIanMe38pCG4Ml8LwKTiicvMhrshANvKmkjOqI5zvWEcpg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=eq69Rt6P; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1720584797; a=rsa-sha256; cv=none; b=FJpuy7893GbXGFNESuCb0NP2lfPtuG2S5DVJbsnV8qnUPnsrCu+nQJmu/V5Yk5EMmB1X1R T9l6qFydbHPtso5BLDQ5SjzXwmJEMCRN8EQHUDrUkWDGINuwlLaKTuK54tVr0CZkYmo+uK 0YlnPWER7ItmSVHpIrpakxCIiMdcdSB2/d2pg/lC63YK5+ZT1WPXemMPywERIPKX6624B6 1nbvY/zgDBQybl0+z9ypCsUBi5ETFy4zg6hAJ7E9r1hwbIWKJ3AmdPvre157ajMHohMGNf sAIxBFdT9/YgYYnhXJFLZlnkqWeJAahS5wwoRUFLFZDzVmBPn/DVOXwM4cQLrg== 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 8789339691 for ; Wed, 10 Jul 2024 06:13:17 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sROhO-0005EB-TX; Wed, 10 Jul 2024 00:12: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 1sROhN-0005E0-30 for guix-patches@gnu.org; Wed, 10 Jul 2024 00:12:57 -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 1sROhM-0002rz-G2 for guix-patches@gnu.org; Wed, 10 Jul 2024 00:12:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sROhS-0002jN-0y for guix-patches@gnu.org; Wed, 10 Jul 2024 00:13:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71884] [PATCH 0/3] python-dolfin-adjoint: Refresh package style. References: Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 10 Jul 2024 04:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71884 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71884@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 71884-submit@debbugs.gnu.org id=B71884.172058472610370 (code B ref 71884); Wed, 10 Jul 2024 04:13:01 +0000 Received: (at 71884) by debbugs.gnu.org; 10 Jul 2024 04:12:06 +0000 Received: from localhost ([127.0.0.1]:54644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sROgX-0002hC-QF for submit@debbugs.gnu.org; Wed, 10 Jul 2024 00:12:06 -0400 Received: from mx2.dismail.de ([159.69.191.136]:2034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sROgV-0002gS-Ez for 71884@debbugs.gnu.org; Wed, 10 Jul 2024 00:12:04 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id dd376569; Wed, 10 Jul 2024 06:11:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:date:message-id:mime-version:content-type; s=20190914; bh=kw/qENe++DxSDDib47J2u59gWEv/to/f3TtELnkwARc=; b= eq69Rt6Px4i79Bgq4lKXbi6sZCTtLqAVF8TwzYdeWDXt5a3EYs2JGLs4nHAOXhWd 0+enSBIwJmUNefSzHcNebjkt0ij2/OKmwbrLcJPRsKT1PEzXMpObviFMUCrN2k3J mz1e76qUSKFxV8YIPv6/3GPyjBR1V+6AbARIIdjoms3U+4mfVwgaeXNN3yluFpNX jqwN3zqbzNf3Sii2Da0wxYfyweA09IywkvbGxD+zu/U24v66cmpDwqHGAm14J4bH 35QKeyzH6et2cQr8CngzUuxPUBdW78AKSsyoS/T2BPL2h9ol0XPIPqTSpaSz9IKw sVPHTYn7hPBpZpJLdDQLWw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id f745c0af; Wed, 10 Jul 2024 06:11:50 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id ef1d6794; Wed, 10 Jul 2024 06:11:49 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 5cdcb8e6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 10 Jul 2024 06:11:49 +0200 (CEST) In-Reply-To: Date: Tue, 09 Jul 2024 23:11:46 -0500 Message-ID: <87wmltlwcd.fsf@dismail.de> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: jgart X-ACL-Warn: , jgart via Guix-patches From: jgart via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 8789339691 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -7.10 X-Spam-Score: -7.10 X-TUID: H282Ge9Q0W82 Hi, this fails with the following: ice-9/psyntax.scm:2824:12: In procedure syntax-violation: Syntax error: /gnu/store/aswasipy8cny2y8smvvihhrspy22j5gg-python-dolfin-adjoint-2019.1.0-builder:1:21039: unquote: expression not valid outside of quasiquote in form (unquote %openmpi-setup) builder for `/gnu/store/i3x10rwqjbnli7a7fy5xa0kfdsz653pp-python-dolfin-adjoint-2019.1.0.drv' failed with exit code 1 build of /gnu/store/i3x10rwqjbnli7a7fy5xa0kfdsz653pp-python-dolfin-adjoint-2019.1.0.drv failed -- all the best, jgart