* bug#34835: iproute in %base-packages but no matching package
@ 2019-03-12 21:48 mikadoZero
2019-03-12 22:11 ` Julien Lepiller
2019-03-12 22:14 ` Leo Famulari
0 siblings, 2 replies; 7+ messages in thread
From: mikadoZero @ 2019-03-12 21:48 UTC (permalink / raw)
To: 34835
guix describe:
guix 1bc24bb
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 1bc24bbf00e21a26d9eb71e5c89d941812dcdad7
which iproute:
iproute not found
In system.scm in the definition of %base-packages there is iproute but
if I search for it there is no package with that name.
Output of `guix package -s iproute`:
name: iproute2
version: 4.20.0
outputs: out
systems: x86_64-linux i686-linux armhf-linux aarch64-linux mips64el-linux
dependencies: bdb@6.2.32 bison@3.0.5 flex@2.6.4 iptables@1.6.2 pkg-config@0.29.2
location: gnu/packages/linux.scm:1254:2
homepage: https://wiki.linuxfoundation.org/networking/iproute2
license: GPL 2+
synopsis: Utilities for controlling TCP/IP networking and traffic in Linux
description: Iproute2 is a collection of utilities for controlling TCP/IP
+ networking and traffic with the Linux kernel. The most important of these are
+ `ip', which configures IPv4 and IPv6, and `tc' for traffic control.
+
+ Most network configuration manuals still refer to ifconfig and route as the
+ primary network configuration tools, but ifconfig is known to behave inadequately
+ in modern network environments, and both should be deprecated.
relevance: 6
name: ghc-iproute
version: 1.7.5
outputs: out
systems: x86_64-linux i686-linux
dependencies: ghc-appar@0.1.4 ghc-byteorder@1.0.4 ghc-network@2.6.3.6
+ ghc-safe@0.3.17
location: gnu/packages/haskell.scm:2834:2
homepage: https://www.mew.org/~kazu/proj/iproute/
license: Modified BSD
synopsis: IP routing table
description: IP Routing Table is a tree of IP ranges to search one of them on the
+ longest match base. It is a kind of TRIE with one way branching removed. Both
+ IPv4 and IPv6 are supported.
relevance: 4
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-12 21:48 bug#34835: iproute in %base-packages but no matching package mikadoZero
@ 2019-03-12 22:11 ` Julien Lepiller
2019-03-12 23:30 ` mikadoZero
2019-03-12 22:14 ` Leo Famulari
1 sibling, 1 reply; 7+ messages in thread
From: Julien Lepiller @ 2019-03-12 22:11 UTC (permalink / raw)
To: mikadoZero, 34835
Le 12 mars 2019 22:48:19 GMT+01:00, mikadoZero <mikadozero@yandex.com> a écrit :
>guix describe:
>guix 1bc24bb
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 1bc24bbf00e21a26d9eb71e5c89d941812dcdad7
>
>which iproute:
>iproute not found
>
>In system.scm in the definition of %base-packages there is iproute but
>if I search for it there is no package with that name.
>Output of `guix package -s iproute`:
>
>name: iproute2
>version: 4.20.0
>outputs: out
>systems: x86_64-linux i686-linux armhf-linux aarch64-linux
>mips64el-linux
>dependencies: bdb@6.2.32 bison@3.0.5 flex@2.6.4 iptables@1.6.2
>pkg-config@0.29.2
>location: gnu/packages/linux.scm:1254:2
>homepage: https://wiki.linuxfoundation.org/networking/iproute2
>license: GPL 2+
>synopsis: Utilities for controlling TCP/IP networking and traffic in
>Linux
>description: Iproute2 is a collection of utilities for controlling
>TCP/IP
>+ networking and traffic with the Linux kernel. The most important of
>these are
>+ `ip', which configures IPv4 and IPv6, and `tc' for traffic control.
>+
>+ Most network configuration manuals still refer to ifconfig and route
>as the
>+ primary network configuration tools, but ifconfig is known to behave
>inadequately
>+ in modern network environments, and both should be deprecated.
>relevance: 6
>
>name: ghc-iproute
>version: 1.7.5
>outputs: out
>systems: x86_64-linux i686-linux
>dependencies: ghc-appar@0.1.4 ghc-byteorder@1.0.4 ghc-network@2.6.3.6
>+ ghc-safe@0.3.17
>location: gnu/packages/haskell.scm:2834:2
>homepage: https://www.mew.org/~kazu/proj/iproute/
>license: Modified BSD
>synopsis: IP routing table
>description: IP Routing Table is a tree of IP ranges to search one of
>them on the
>+ longest match base. It is a kind of TRIE with one way branching
>removed. Both
>+ IPv4 and IPv6 are supported.
>relevance: 4
iproute2 provides the "ip" command. Try "ip a" for instance to list your devices and addresses. Does it work?
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-12 21:48 bug#34835: iproute in %base-packages but no matching package mikadoZero
2019-03-12 22:11 ` Julien Lepiller
@ 2019-03-12 22:14 ` Leo Famulari
2019-03-12 23:37 ` mikadoZero
1 sibling, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2019-03-12 22:14 UTC (permalink / raw)
To: mikadoZero; +Cc: 34835-done
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
On Tue, Mar 12, 2019 at 05:48:19PM -0400, mikadoZero wrote:
> In system.scm in the definition of %base-packages there is iproute but
> if I search for it there is no package with that name.
The package is named 'iproute2' but the Scheme variable, which is what
%base-packages is a list of, is named 'iproute'.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-12 22:11 ` Julien Lepiller
@ 2019-03-12 23:30 ` mikadoZero
0 siblings, 0 replies; 7+ messages in thread
From: mikadoZero @ 2019-03-12 23:30 UTC (permalink / raw)
To: Julien Lepiller; +Cc: 34835
Julien Lepiller writes:
> iproute2 provides the "ip" command. Try "ip a" for instance to list your devices and addresses. Does it work?
That works. Thank you for explaining that.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-12 22:14 ` Leo Famulari
@ 2019-03-12 23:37 ` mikadoZero
2019-03-13 9:37 ` Ricardo Wurmus
0 siblings, 1 reply; 7+ messages in thread
From: mikadoZero @ 2019-03-12 23:37 UTC (permalink / raw)
To: Leo Famulari; +Cc: 34835-done
Leo Famulari writes:
> The package is named 'iproute2' but the Scheme variable, which is what
> %base-packages is a list of, is named 'iproute'.
Thank you for the clarification.
Is it common for the Scheme variable to be different from the package
name? What benefit is there to it being different compared to it being
the same?
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-12 23:37 ` mikadoZero
@ 2019-03-13 9:37 ` Ricardo Wurmus
2019-03-13 13:24 ` mikadoZero
0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2019-03-13 9:37 UTC (permalink / raw)
To: mikadoZero; +Cc: 34835-done
mikadoZero <mikadozero@yandex.com> writes:
> Is it common for the Scheme variable to be different from the package
> name? What benefit is there to it being different compared to it being
> the same?
It is not very common, but sometimes it is necessary (in the case of
“gnu-gettext”), and sometimes it is merely convenient.
--
Ricardo
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#34835: iproute in %base-packages but no matching package
2019-03-13 9:37 ` Ricardo Wurmus
@ 2019-03-13 13:24 ` mikadoZero
0 siblings, 0 replies; 7+ messages in thread
From: mikadoZero @ 2019-03-13 13:24 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: 34835-done
Ricardo Wurmus writes:
> mikadoZero <mikadozero@yandex.com> writes:
>
>> Is it common for the Scheme variable to be different from the package
>> name? What benefit is there to it being different compared to it being
>> the same?
>
> It is not very common, but sometimes it is necessary (in the case of
> “gnu-gettext”), and sometimes it is merely convenient.
Thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-03-13 13:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-12 21:48 bug#34835: iproute in %base-packages but no matching package mikadoZero
2019-03-12 22:11 ` Julien Lepiller
2019-03-12 23:30 ` mikadoZero
2019-03-12 22:14 ` Leo Famulari
2019-03-12 23:37 ` mikadoZero
2019-03-13 9:37 ` Ricardo Wurmus
2019-03-13 13:24 ` mikadoZero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).