GNU bug report logs - #50412
[PATCH] gnu: Add usbip-utils

Previous Next

Package: guix-patches;

Reported by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Date: Sun, 5 Sep 2021 19:37:01 UTC

Severity: normal

Tags: patch

Done: Xinglu Chen <public <at> yoctocell.xyz>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50412 in the body.
You can then email your comments to 50412 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50412; Package guix-patches. (Sun, 05 Sep 2021 19:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Sep 2021 19:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: guix-patches <at> gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: [PATCH] gnu: Add usbip-utils
Date: Sun,  5 Sep 2021 21:36:57 +0200
* gnu/packages/linux.scm (usbip-utils): New variable.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
---
 gnu/packages/linux.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0004cca775..91310fd888 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2077,6 +2077,37 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
      "Tools for working with USB devices, such as lsusb.")
     (license license:gpl2+)))
 
+(define-public usbip-utils
+  (package
+    (name "usbip-utils")
+    (version (package-version linux-libre))
+    (source (package-source linux-libre))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:phases (modify-phases %standard-phases
+                  (add-after 'unpack 'enter-subdirectory
+                    (lambda _
+                      (chdir "tools/usb/usbip")
+                      #t)))))
+    (native-inputs
+     `(("automake" ,automake)
+       ("autoreconf" ,autoconf)
+       ("libtool" ,libtool)))
+    (inputs `(("eudev" ,eudev)))
+    (home-page (package-home-page linux-libre))
+    (synopsis "Utilities for sharing USB devices over IP networks")
+    (description
+     "The USB/IP protocol enables to pass USB device from a server to
+ a client over the network.  The server is a machine which shares an
+ USB device and the client is a machine which uses USB device provided by
+ a server over the network.  The USB device may be either physical device
+ connected to a server or software entity created on a server using USB
+ gadget subsystem.  The usbip-utils are userspace tools to used to handle
+ connection and management on both side.  The client needs the vhci-hcd
+ Linux kernel module and the server needs the usbip_host Linux kernel
+ module.")
+    (license license:gpl2)))
+
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-- 
2.33.0





Reply sent to Xinglu Chen <public <at> yoctocell.xyz>:
You have taken responsibility. (Wed, 15 Sep 2021 13:49:01 GMT) Full text and rfc822 format available.

Notification sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
bug acknowledged by developer. (Wed, 15 Sep 2021 13:49:02 GMT) Full text and rfc822 format available.

Message #10 received at 50412-done <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>,
 50412-done <at> debbugs.gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: Re: [bug#50412] [PATCH] gnu: Add usbip-utils
Date: Wed, 15 Sep 2021 15:47:56 +0200
[Message part 1 (text/plain, inline)]
On Sun, Sep 05 2021, Denis 'GNUtoo' Carikli wrote:

> * gnu/packages/linux.scm (usbip-utils): New variable.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Looks like this was pushed as f16e6b505d5d2630b786a0477ec73b42e77b04e4.

Closing!
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#50412; Package guix-patches. (Thu, 16 Sep 2021 09:43:02 GMT) Full text and rfc822 format available.

Message #13 received at 50412-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Cc: 50412-done <at> debbugs.gnu.org
Subject: Re: bug#50412: [PATCH] gnu: Add usbip-utils
Date: Thu, 16 Sep 2021 11:42:04 +0200
[Message part 1 (text/plain, inline)]
Hello,

Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org> skribis:

> * gnu/packages/linux.scm (usbip-utils): New variable.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Applied with the tweak below.  Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b1a1031e21..d61ce41285 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2177,14 +2177,14 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
     (synopsis "Utilities for sharing USB devices over IP networks")
     (description
      "The USB/IP protocol enables to pass USB device from a server to
- a client over the network.  The server is a machine which shares an
- USB device and the client is a machine which uses USB device provided by
- a server over the network.  The USB device may be either physical device
- connected to a server or software entity created on a server using USB
- gadget subsystem.  The usbip-utils are userspace tools to used to handle
- connection and management on both side.  The client needs the vhci-hcd
- Linux kernel module and the server needs the usbip_host Linux kernel
- module.")
+a client over the network.  The server is a machine which shares an
+USB device and the client is a machine which uses USB device provided by
+a server over the network.  The USB device may be either physical device
+connected to a server or software entity created on a server using USB
+gadget subsystem.  The usbip-utils are userspace tools to used to handle
+connection and management on both side.  The client needs the @file{vhci-hcd}
+Linux kernel module and the server needs the @file{usbip_host} Linux kernel
+module.")
     (license license:gpl2)))
 
 (define-public e2fsprogs

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Oct 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.