From patchwork Mon Feb 7 14:26:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37063 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9472F27BBEA; Mon, 7 Feb 2022 14:43:19 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 55D6A27BBE9 for ; Mon, 7 Feb 2022 14:43:19 +0000 (GMT) Received: from localhost ([::1]:48208 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5Ec-0001Ix-5c for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 09:43:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH50W-0007ae-4O for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:44 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47464) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4zq-0006TU-TZ for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4zq-0007Kc-Qj for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424403228086 (code B ref 53779); Mon, 07 Feb 2022 14:28:02 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:27:12 +0000 Received: from localhost ([127.0.0.1]:41354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4z1-0007Io-JE for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:27:11 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:54966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yh-0007H3-Mn for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:53 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 0ADB174646 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5rMUrhKEBHkJ for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:45 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id C826474643 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:45 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:26 -0500 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels. --- gnu/packages/networking.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3ae255e093..4258a14968 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3577,10 +3577,7 @@ (define-public iwd (inputs (list dbus ell readline)) (native-inputs - `(("pkgconfig" ,pkg-config) - ("python" ,python) - ("rst2man" ,python-docutils) - ("openssl" ,openssl))) + (list pkg-config python python-docutils openssl)) (arguments `(#:configure-flags (let ((dbus (assoc-ref %outputs "out"))) From patchwork Mon Feb 7 14:26:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37062 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E6B0B27BBEA; Mon, 7 Feb 2022 14:42:42 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BB26427BBE9 for ; Mon, 7 Feb 2022 14:42:42 +0000 (GMT) Received: from localhost ([::1]:46544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5E1-00009t-Nw for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 09:42:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH4yt-0006cA-IU for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47453) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4yt-0006LT-9f for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4yt-0007IQ-3R for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH v2 2/6] gnu: iwd: Remove reference to %outputs. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:27:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424401428007 (code B ref 53779); Mon, 07 Feb 2022 14:27:03 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:26:54 +0000 Received: from localhost ([127.0.0.1]:41344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yj-0007HX-NF for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:54 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:54974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yh-0007H5-It for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:52 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 440EB745B4 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xibPrAYNbcQ0 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id DF0AE74645 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:45 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:27 -0500 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/networking.scm (iwd)[arguments]: Remove reference to %outputs by using a gexp. --- gnu/packages/networking.scm | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4258a14968..ef0ae12e49 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3580,16 +3580,15 @@ (define-public iwd (list pkg-config python python-docutils openssl)) (arguments `(#:configure-flags - (let ((dbus (assoc-ref %outputs "out"))) - (list "--disable-systemd-service" - "--enable-external-ell" - "--enable-hwsim" - "--enable-tools" - "--enable-wired" - "--localstatedir=/var" - (string-append "--with-dbus-datadir=" dbus "/share/") - (string-append "--with-dbus-busdir=" - dbus "/share/dbus-1/system-services"))) + ,#~(list "--disable-systemd-service" + "--enable-external-ell" + "--enable-hwsim" + "--enable-tools" + "--enable-wired" + "--localstatedir=/var" + (string-append "--with-dbus-datadir=" #$output "/share/") + (string-append "--with-dbus-busdir=" + #$output "/share/dbus-1/system-services")) #:phases (modify-phases %standard-phases (add-after 'configure 'patch-Makefile From patchwork Mon Feb 7 14:26:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37065 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 71B3427BBEA; Mon, 7 Feb 2022 15:07:43 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2A11627BBE9 for ; Mon, 7 Feb 2022 15:07:43 +0000 (GMT) Received: from localhost ([::1]:48134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5cE-00059Q-2H for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 10:07:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH50W-0007aj-4H for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:44 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47465) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4zr-0006TV-AL for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4zr-0007Kj-7F for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH v2 3/6] gnu: iwd: Build from Git sources. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424403228093 (code B ref 53779); Mon, 07 Feb 2022 14:28:03 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:27:12 +0000 Received: from localhost ([127.0.0.1]:41356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4z1-0007Iw-Rh for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:27:12 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:54990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yh-0007H7-PJ for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:56 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 94F4374649 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YMHsMAmP-1Wc for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 04CFE74647 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:28 -0500 Message-Id: <0093dadfa3d4c1d82aa7464415870f9f0149ea85.1644243309.git.simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/networking.scm (iwd)[source]: Use "git-fetch" and "git-file-name". [inputs]: Add ell source code. [native-inputs]: Add autoconf, automake, libtool. [arguments]<#:phases>: Add "copy-ell-header-files" phase to copy shared header files from ell source into source tree. --- gnu/packages/networking.scm | 38 ++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ef0ae12e49..382b4cf96d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -47,6 +47,7 @@ ;;; Copyright © 2021 Milkey Mouse ;;; Copyright © 2021 Guillaume Le Vaillant ;;; Copyright © 2021 Maxime Devos +;;; Copyright © 2022 Simon South ;;; ;;; This file is part of GNU Guix. ;;; @@ -3564,20 +3565,25 @@ (define-public iwd (name "iwd") (version "1.20") (source (origin - ;; FIXME: We're using the bootstrapped sources because - ;; otherwise using an external ell library is impossible. - ;; How to bootstrap with Guix? - (method url-fetch) - (uri (string-append "https://www.kernel.org/pub/linux/network" - "/wireless/iwd-" version ".tar.xz")) + (method git-fetch) + (uri (git-reference + (url "https://git.kernel.org/pub/scm/network/wireless/iwd.git") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "03q5scahyg86h4bdxqxm32shyssgpmfp5b3183j01ig7mg6f4lbx")))) + "0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr")))) (build-system gnu-build-system) (inputs - (list dbus ell readline)) + (list dbus ell (package-source ell) readline)) (native-inputs - (list pkg-config python python-docutils openssl)) + (list autoconf + automake + libtool + pkg-config + python + python-docutils + openssl)) (arguments `(#:configure-flags ,#~(list "--disable-systemd-service" @@ -3591,6 +3597,20 @@ (define-public iwd #$output "/share/dbus-1/system-services")) #:phases (modify-phases %standard-phases + (add-after 'unpack 'copy-ell-header-files + ;; Copy into the source tree two of ell's private header files that + ;; it shares with iwd, as is required to build with the + ;; "--enable-external-ell" configure option. + ;; See the definition of "ell_shared" in iwd's Makefile.am. + (lambda* (#:key inputs #:allow-other-keys) + (let ((ell-header-dir (search-input-directory inputs "/ell")) + (target-dir "ell")) + (mkdir target-dir) + (for-each + (lambda (file-name) + (copy-file (string-append ell-header-dir "/" file-name) + (string-append target-dir "/" file-name))) + '("asn1-private.h" "useful.h"))))) (add-after 'configure 'patch-Makefile (lambda _ (substitute* "Makefile" From patchwork Mon Feb 7 14:26:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37061 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5B80227BBEA; Mon, 7 Feb 2022 14:41:04 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0B45327BBE9 for ; Mon, 7 Feb 2022 14:41:04 +0000 (GMT) Received: from localhost ([::1]:42032 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5CR-0005SM-4H for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 09:41:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH4yu-0006d9-46 for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47454) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4yt-0006Le-L1 for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4yt-0007IX-H6 for guix-patches@gnu.org; Mon, 07 Feb 2022 09:27:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH v2 4/6] gnu: ell: Remove input labels. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:27:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424401628017 (code B ref 53779); Mon, 07 Feb 2022 14:27:03 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:26:56 +0000 Received: from localhost ([127.0.0.1]:41346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4ym-0007Hn-5l for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:56 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:54978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yh-0007H6-MA for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:53 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 7DF1574645 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uTKcZMo44wl9 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 1DC5D74649 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:29 -0500 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels. --- gnu/packages/linux.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2e2d01c656..138eab5ed2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8386,10 +8386,7 @@ (define-public ell (inputs (list dbus)) (native-inputs - `(("autoconf" ,autoconf) - ("libtool" ,libtool) - ("pkgconfig" ,pkg-config) - ("automake" ,automake))) + (list autoconf automake libtool pkg-config)) (home-page "https://01.org/ell") (synopsis "Embedded Linux Library") (description "The Embedded Linux* Library (ELL) provides core, low-level From patchwork Mon Feb 7 14:26:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37066 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id F161427BBEA; Mon, 7 Feb 2022 15:12:16 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C844627BBE9 for ; Mon, 7 Feb 2022 15:12:16 +0000 (GMT) Received: from localhost ([::1]:57002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5gd-00033B-BI for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 10:12:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH50W-0007aW-3a for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:44 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4zs-0006TZ-4T for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4zs-0007Ky-1Q for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH v2 5/6] gnu: ell: Update to 0.48. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424403328107 (code B ref 53779); Mon, 07 Feb 2022 14:28:03 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:27:13 +0000 Received: from localhost ([127.0.0.1]:41360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4z2-0007JB-L7 for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:27:13 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:55074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yn-0007HH-Po for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:58 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id C6F6474641 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lEzWLeTfdiBC for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 3520F74648 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:30 -0500 Message-Id: <3ee4b75424261845377ff6eef04cac61c5e8b88b.1644243309.git.simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (ell): Update to 0.48. [arguments]: Remove obsolete "fix-dbus-tests" phase. --- gnu/packages/linux.scm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 138eab5ed2..1c76d37166 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8362,7 +8362,7 @@ (define-public wireplumber (define-public ell (package (name "ell") - (version "0.46") + (version "0.48") (source (origin (method git-fetch) (uri (git-reference @@ -8371,18 +8371,8 @@ (define-public ell (file-name (git-file-name name version)) (sha256 (base32 - "15hwqicmll23cbrj13h3wd4lgrby416ap7l6w0434jsza4s4yv82")))) + "0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy")))) (build-system gnu-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-dbus-tests - (lambda _ - (substitute* '("unit/test-dbus-message-fds.c" - "unit/test-dbus-properties.c" - "unit/test-dbus.c") - (("/usr/bin/dbus-daemon") (which "dbus-daemon"))) - #t))))) (inputs (list dbus)) (native-inputs From patchwork Mon Feb 7 14:26:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37064 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8AF2427BBEA; Mon, 7 Feb 2022 14:46:33 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 659B427BBE9 for ; Mon, 7 Feb 2022 14:46:33 +0000 (GMT) Received: from localhost ([::1]:50732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH5Hk-0003G9-Hx for patchwork@mira.cbaines.net; Mon, 07 Feb 2022 09:46:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH50W-0007at-76 for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:44 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47466) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH4zr-0006TW-Oq for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH4zr-0007Kr-LH for guix-patches@gnu.org; Mon, 07 Feb 2022 09:28:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 14:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53779 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53779@debbugs.gnu.org Received: via spool by 53779-submit@debbugs.gnu.org id=B53779.164424403228100 (code B ref 53779); Mon, 07 Feb 2022 14:28:03 +0000 Received: (at 53779) by debbugs.gnu.org; 7 Feb 2022 14:27:12 +0000 Received: from localhost ([127.0.0.1]:41358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4z2-0007J4-BR for submit@debbugs.gnu.org; Mon, 07 Feb 2022 09:27:12 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:55072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH4yn-0007HF-PD for 53779@debbugs.gnu.org; Mon, 07 Feb 2022 09:26:58 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 1012774647 for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nkkJkiA-YePZ for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:48 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 4DED77464A for <53779@debbugs.gnu.org>; Mon, 7 Feb 2022 14:26:46 +0000 (UTC) From: Simon South Date: Mon, 7 Feb 2022 09:26:31 -0500 Message-Id: <143a77fb4f1ae53a5e3a273b1d9662352462fc59.1644243309.git.simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/networking.scm (iwd): Update to 1.24. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 382b4cf96d..4d260249d7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3563,7 +3563,7 @@ (define-public bird (define-public iwd (package (name "iwd") - (version "1.20") + (version "1.24") (source (origin (method git-fetch) (uri (git-reference @@ -3572,7 +3572,7 @@ (define-public iwd (file-name (git-file-name name version)) (sha256 (base32 - "0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr")))) + "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) readline))