From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0LuZIKJj+2IJegEAbAwnHQ (envelope-from ) for ; Tue, 16 Aug 2022 11:30:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aFNMIKJj+2J7LwEAauVa8A (envelope-from ) for ; Tue, 16 Aug 2022 11:30:10 +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 3A7D214634 for ; Tue, 16 Aug 2022 11:30:10 +0200 (CEST) Received: from localhost ([::1]:57108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oNstl-0004cq-5q for larch@yhetil.org; Tue, 16 Aug 2022 05:30:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNstf-0004cS-6T for guix-patches@gnu.org; Tue, 16 Aug 2022 05:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oNste-0004IU-SS for guix-patches@gnu.org; Tue, 16 Aug 2022 05:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oNste-0000k2-Ip for guix-patches@gnu.org; Tue, 16 Aug 2022 05:30:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57058] [PATCH v2] gnu: Add python-lief. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Aug 2022 09:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57058 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain Cc: 57058@debbugs.gnu.org Received: via spool by 57058-submit@debbugs.gnu.org id=B57058.16606421752795 (code B ref 57058); Tue, 16 Aug 2022 09:30:02 +0000 Received: (at 57058) by debbugs.gnu.org; 16 Aug 2022 09:29:35 +0000 Received: from localhost ([127.0.0.1]:44798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNstD-0000j0-9R for submit@debbugs.gnu.org; Tue, 16 Aug 2022 05:29:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48530) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNst9-0000il-Ts for 57058@debbugs.gnu.org; Tue, 16 Aug 2022 05:29:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51564) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNst4-0004DY-FW; Tue, 16 Aug 2022 05:29:26 -0400 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=rwq1twvobBc9j6q8jwD6NOlL4Do3lsfFPyBMingXXfE=; b=HbEo1tGmEmYP1Rntfkgd ogN59SekkrDU+fOISCRMDKBchhUuJI+srH59FekW1OkHtMqRYQlAaq5dls7q+wZUgovXmNEeosrj/ wD9Tj1Q9rUnA/IVmkgW4lCuvu7K/1qmrsCgLBKfPOuEkxmTzhwj1sVf8ty9vf7P+0mArSfEmD3xfo JTY+jn8m8MUsNycm+ytY/6EgtR3P0ApkkG0pOSiqQu+KfBe9P7yJ45mmgL3G16PrfH8HpSdl8ialu YOLZUJ3tVYYct6awY/htAk3aeK1vkojqs6rk4ijH236o7y3P4MqwlD3FBxq6LlveOqR8hnrjCUnFj LA/rnZzO8GFBSA==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:44552 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNst3-0004hf-Bd; Tue, 16 Aug 2022 05:29:26 -0400 From: Mathieu Othacehe References: <87bksq23md.fsf@gnu.org> Date: Tue, 16 Aug 2022 11:29:22 +0200 In-Reply-To: (Hilton Chain's message of "Tue, 16 Aug 2022 14:36:29 +0800") Message-ID: <875yiscz9p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660642210; 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: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=rwq1twvobBc9j6q8jwD6NOlL4Do3lsfFPyBMingXXfE=; b=s7p65cbF/9uEinMvEstp6xihPwWMoflkMNFmbAs418j7Qjm7wc0xauWiw1l2npxbtkKMAZ KilFqaiJnZMq6e2hrcyQmoXDPTQ47YV5Xllmr1u68YvajhRSlOzKI1vGz8XgIXB0d++8Gs SDMbn8U4bkQKW6ertQf9ZNoQe+A0v2m1NyVrydUwMG3v0WrYGsmSG7evOirGA5CemF1jJC OYstfT3011UoBGS1+boyDJzVX66uZIGNV/kCdvTJc3aHjrM1leuhkaXMAUkDF/8X4g1VK8 MKNWFJZUmi/AVB33AujtOb7cBYpWvuyo+AAPYwl/gh/IWeCR0DySi5XxBdPzwA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660642210; a=rsa-sha256; cv=none; b=H0QURrPKPAocP8bm1skG3oBgyPwLsNROgoGt6cAC0J/w2OCakO0+ZZNqInp7YtfYOrBgoQ yT6yUgkG4Bjm/qyC6micdI0RAcEUzoB4h49D96NckVGPxSPT2ulM3faIuHZuWkeHw1XuS2 9cjPzUxfp7r2LlFAPIAS5MdLkaGp3boJS1IdC+nKrKigitMmezwowWYaeag2OiLVIeAw6d zqO8w2ZhWsX5BQXhykRW8CXcNE0RItros64VokzIFEqQv17XU+Jxre6O8VpFXimFZ/XqTm j8SL/tkN9X5p6bA8T7RUp2pEO1v+KQRW7AKKD+KGtOTelqV9aVCVmqHJtGQuGQ== 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=HbEo1tGm; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.76 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HbEo1tGm; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 3A7D214634 X-Spam-Score: -3.76 X-Migadu-Scanner: scn1.migadu.com X-TUID: 5X0S9hedaOp/ Hey, > v1 -> v2: Enable parallel compilation. > > Sorry for the latency! >_< No worries. I confirm that it compiles faster :) It looks like no tests are run though: --8<---------------cut here---------------start------------->8--- Copying /tmp/guix-build-python-lief-0.12.1.drv-0/source/build/lief.so into build/lib.linux-x86_64-3.9/lief.cpython-39-x86_64-linux-gnu.so copying /tmp/guix-build-python-lief-0.12.1.drv-0/source/build/lief.so -> build/lib.linux-x86_64-3.9/lief.cpython-39-x86_64-linux-gnu.so copying build/lib.linux-x86_64-3.9/lief.cpython-39-x86_64-linux-gnu.so -> ---------------------------------------------------------------------- Ran 0 tests in 0.000s --8<---------------cut here---------------end--------------->8--- Any idea why? Thanks, Mathieu