all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62154] [PATCH 0/4] gnu: inetutils: Update to 2.4.
@ 2023-03-13  1:19 Felix Lechner via Guix-patches via
  2023-03-13  1:21 ` [bug#62154] [PATCH 1/4] gnu: Update inetutils to 2.4; use tar.xz Felix Lechner via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-03-13  1:19 UTC (permalink / raw)
  To: 62154; +Cc: Felix Lechner

Below please find a patch to update GNU Inetutils to the latest version.

There are some remaining 'lint' warnings.

> gnu/packages/admin.scm:937:12: inetutils@2.4: label 'coreutils*' does not match package name 'coreutils'

I was unable to convert the regular inputs due to the asterisk in coreutils.

> gnu/packages/admin.scm:948:5: inetutils@2.4: proposed description:
>      "Inetutils is a collection of common network programs, such as an ftp
> client and server, a telnet client and server, and an rsh client and server."

The suggested description leaves out the 'hostname' command.

> gnu/packages/admin.scm:900:12: inetutils@2.4: source not archived on Software Heritage and missing from the Disarchive database

We could pull the sources from Git, but Guix seems to prefer tarballs.

Finally, there is a compilation warning related to the ordering of
(define-public ...). 'shadow' follows immediately below.

> guix build: error: gnu/packages/admin.scm:897:2: package `inetutils@2.4' has an invalid input: #<package shadow@4.9
> gnu/packages/admin.scm:955 7f15cd722c60>"

Felix Lechner (4):
  gnu: Update inetutils to 2.4; use tar.xz.
  gnu: inetutils: Convert to gexp.
  gnu: inetutils: Use new-style inputs.
  gnu: inetutils: Apply formatting rules (non-functional change).

 gnu/packages/admin.scm | 68 ++++++++++++++++++++++--------------------
 1 file changed, 35 insertions(+), 33 deletions(-)


base-commit: 9584b1daa687d1212550841d1c5f62e7ffa44ffc
-- 
2.39.1





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-20 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13  1:19 [bug#62154] [PATCH 0/4] gnu: inetutils: Update to 2.4 Felix Lechner via Guix-patches via
2023-03-13  1:21 ` [bug#62154] [PATCH 1/4] gnu: Update inetutils to 2.4; use tar.xz Felix Lechner via Guix-patches via
2023-03-13  1:21 ` [bug#62154] [PATCH 2/4] gnu: inetutils: Convert to gexp Felix Lechner via Guix-patches via
2023-03-13  1:21 ` [bug#62154] [PATCH 3/4] gnu: inetutils: Use new-style inputs Felix Lechner via Guix-patches via
2023-03-13  1:21 ` [bug#62154] [PATCH 4/4] gnu: inetutils: Apply formatting rules (non-functional change) Felix Lechner via Guix-patches via
2024-01-20 19:50   ` bug#62154: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.