From patchwork Thu Aug 24 16:54:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 53201 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 6B99A27BBE9; Thu, 24 Aug 2023 17:55:20 +0100 (BST) 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 18C5027BBE2 for ; Thu, 24 Aug 2023 17:55:19 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZDbq-0003Wb-BG; Thu, 24 Aug 2023 12:55:02 -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 1qZDbm-0003UD-0j for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:58 -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 1qZDbl-0002kS-Oo for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZDbp-0003ia-QF for guix-patches@gnu.org; Thu, 24 Aug 2023 12:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v3 1/3] gnu: psmisc: Make description more informative. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Aug 2023 16:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: mikadoZero , Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.169289607614230 (code B ref 62348); Thu, 24 Aug 2023 16:55:01 +0000 Received: (at 62348) by debbugs.gnu.org; 24 Aug 2023 16:54:36 +0000 Received: from localhost ([127.0.0.1]:38528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbO-0003hN-B5 for submit@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:36 -0400 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:51744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbM-0003h1-2e for 62348@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:33 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id 90B8B20CB3; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 0F1E980099; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id k8QVZqlHrgM3; Thu, 24 Aug 2023 18:54:20 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 499AB80060; Thu, 24 Aug 2023 18:54:20 +0200 (CEST) From: Bruno Victal Date: Thu, 24 Aug 2023 17:54:15 +0100 Message-Id: <4f696f7a94c29c88ae92470c512e64f4d576a1f9.1692896057.git.mirai@makinata.eu> X-Mailer: git-send-email 2.40.1 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: mikadoZero The text for the description is taken from the psmisc readme. * gnu/packages/linux.scm (psmisc)[description]: Make description more informative. Co-authored-by: Bruno Victal --- gnu/packages/linux.scm | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) base-commit: 738b0e4ccc2bac3d77bb29dd6d51026d887d6b16 diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ca223aea37..4c5d2fc4c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2070,9 +2070,21 @@ (define-public psmisc (home-page "https://gitlab.com/psmisc/psmisc") (synopsis "Small utilities that use the proc file system") (description - "This PSmisc package is a set of some small useful utilities that -use the proc file system. We're not about changing the world, but -providing the system administrator with some help in common tasks.") + "psmisc is a set of small utilities that use the proc file-system. +@table @command +@item fuser +Identifies processes using files or sockets. +@item killall +Kills processes by name. +@item prtstat +Prints statistics of a process. +@item pslog +Prints log path(s) of a process. +@item pstree +Shows the currently running processes as a tree. +@item peekfd +Shows the data travelling over a file descriptor. +@end table") (license license:gpl2+))) (define-public util-linux From patchwork Thu Aug 24 16:54:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 53199 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 42B3627BBE9; Thu, 24 Aug 2023 17:55:13 +0100 (BST) 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 327C427BBE2 for ; Thu, 24 Aug 2023 17:55:11 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZDbq-0003Wa-Aw; Thu, 24 Aug 2023 12:55:02 -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 1qZDbm-0003UL-Cd for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:58 -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 1qZDbm-0002kY-4k for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZDbq-0003ih-62 for guix-patches@gnu.org; Thu, 24 Aug 2023 12:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v3 2/3] gnu: psmisc: Use G-Expressions. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Aug 2023 16:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.169289607614237 (code B ref 62348); Thu, 24 Aug 2023 16:55:02 +0000 Received: (at 62348) by debbugs.gnu.org; 24 Aug 2023 16:54:36 +0000 Received: from localhost ([127.0.0.1]:38530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbQ-0003hT-Dv for submit@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:36 -0400 Received: from smtpmciv4.myservices.hosting ([185.26.107.240]:44384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbL-0003h0-TF for 62348@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:33 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv4.myservices.hosting (Postfix) with ESMTP id C910420860 for <62348@debbugs.gnu.org>; Thu, 24 Aug 2023 18:54:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 819948009B; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kCXgiR0SELAD; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D069D80098; Thu, 24 Aug 2023 18:54:20 +0200 (CEST) From: Bruno Victal Date: Thu, 24 Aug 2023 17:54:16 +0100 Message-Id: X-Mailer: git-send-email 2.40.1 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (psmisc): Use G-Expressions. --- gnu/packages/linux.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4c5d2fc4c7..3bd5624730 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2060,12 +2060,12 @@ (define-public psmisc (base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw")))) (build-system gnu-build-system) (arguments - `(,@(if (%current-target-system) - '(#:configure-flags - (list - "ac_cv_func_malloc_0_nonnull=yes" - "ac_cv_func_realloc_0_nonnull=yes")) - '()))) + (list + #:configure-flags + (if (%current-target-system) + #~(list "ac_cv_func_malloc_0_nonnull=yes" + "ac_cv_func_realloc_0_nonnull=yes") + #~'()))) (inputs (list ncurses)) (home-page "https://gitlab.com/psmisc/psmisc") (synopsis "Small utilities that use the proc file system") From patchwork Thu Aug 24 16:54:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 53200 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 58AB627BBE9; Thu, 24 Aug 2023 17:55:16 +0100 (BST) 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 5275C27BBE2 for ; Thu, 24 Aug 2023 17:55:14 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZDbr-0003Y0-St; Thu, 24 Aug 2023 12:55:03 -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 1qZDbn-0003Vg-7S for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:59 -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 1qZDbm-0002kf-Vn for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZDbq-0003io-MC for guix-patches@gnu.org; Thu, 24 Aug 2023 12:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v3 3/3] gnu: psmisc: Update to 23.6. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Aug 2023 16:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.169289607714243 (code B ref 62348); Thu, 24 Aug 2023 16:55:02 +0000 Received: (at 62348) by debbugs.gnu.org; 24 Aug 2023 16:54:37 +0000 Received: from localhost ([127.0.0.1]:38532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbQ-0003ha-OP for submit@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:36 -0400 Received: from smtpm4.myservices.hosting ([185.26.105.235]:46218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbN-0003h4-2h for 62348@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:33 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id 3036720C8E for <62348@debbugs.gnu.org>; Thu, 24 Aug 2023 18:54:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 0059B80098; Thu, 24 Aug 2023 18:54:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AYyjxnSI-_-Q; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 5F1D680060; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) From: Bruno Victal Date: Thu, 24 Aug 2023 17:54:17 +0100 Message-Id: X-Mailer: git-send-email 2.40.1 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (psmisc): Update to 23.6. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3bd5624730..011313df4f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2050,14 +2050,14 @@ (define-public powerstat (define-public psmisc (package (name "psmisc") - (version "23.5") + (version "23.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-" version ".tar.xz")) (sha256 - (base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw")))) + (base32 "0al2138z0m2bqrviv3zw2i2km4v8xg5wrw867li4jk4s2l3dwz95")))) (build-system gnu-build-system) (arguments (list