GNU bug report logs - #34835
iproute in %base-packages but no matching package

Previous Next

Package: guix;

Reported by: mikadoZero <mikadozero <at> yandex.com>

Date: Tue, 12 Mar 2019 22:00:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

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 34835 in the body.
You can then email your comments to 34835 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 bug-guix <at> gnu.org:
bug#34835; Package guix. (Tue, 12 Mar 2019 22:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to mikadoZero <mikadozero <at> yandex.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 12 Mar 2019 22:00:03 GMT) Full text and rfc822 format available.

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

From: mikadoZero <mikadozero <at> yandex.com>
To: bug-guix <at> gnu.org
Subject: iproute in %base-packages but no matching package
Date: Tue, 12 Mar 2019 17:48:19 -0400
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 <at> 6.2.32 bison <at> 3.0.5 flex <at> 2.6.4 iptables <at> 1.6.2 pkg-config <at> 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 <at> 0.1.4 ghc-byteorder <at> 1.0.4 ghc-network <at> 2.6.3.6
+ ghc-safe <at> 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




Information forwarded to bug-guix <at> gnu.org:
bug#34835; Package guix. (Tue, 12 Mar 2019 22:13:01 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: mikadoZero <mikadozero <at> yandex.com>,34835 <at> debbugs.gnu.org
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Tue, 12 Mar 2019 23:11:47 +0100
Le 12 mars 2019 22:48:19 GMT+01:00, mikadoZero <mikadozero <at> 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 <at> 6.2.32 bison <at> 3.0.5 flex <at> 2.6.4 iptables <at> 1.6.2
>pkg-config <at> 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 <at> 0.1.4 ghc-byteorder <at> 1.0.4 ghc-network <at> 2.6.3.6
>+ ghc-safe <at> 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?




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 12 Mar 2019 22:15:02 GMT) Full text and rfc822 format available.

Notification sent to mikadoZero <mikadozero <at> yandex.com>:
bug acknowledged by developer. (Tue, 12 Mar 2019 22:15:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: mikadoZero <mikadozero <at> yandex.com>
Cc: 34835-done <at> debbugs.gnu.org
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Tue, 12 Mar 2019 18:14:12 -0400
[Message part 1 (text/plain, inline)]
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'.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#34835; Package guix. (Tue, 12 Mar 2019 23:32:02 GMT) Full text and rfc822 format available.

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

From: mikadoZero <mikadozero <at> yandex.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 34835 <at> debbugs.gnu.org
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Tue, 12 Mar 2019 19:30:47 -0400
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.




Information forwarded to bug-guix <at> gnu.org:
bug#34835; Package guix. (Tue, 12 Mar 2019 23:38:01 GMT) Full text and rfc822 format available.

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

From: mikadoZero <mikadozero <at> yandex.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 34835-done <at> debbugs.gnu.org
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Tue, 12 Mar 2019 19:37:12 -0400
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?




Information forwarded to bug-guix <at> gnu.org:
bug#34835; Package guix. (Wed, 13 Mar 2019 09:53:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: mikadoZero <mikadozero <at> yandex.com>
Cc: 34835-done <at> debbugs.gnu.org, Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Wed, 13 Mar 2019 10:37:30 +0100
mikadoZero <mikadozero <at> 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





Information forwarded to bug-guix <at> gnu.org:
bug#34835; Package guix. (Wed, 13 Mar 2019 13:26:02 GMT) Full text and rfc822 format available.

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

From: mikadoZero <mikadozero <at> yandex.com>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 34835-done <at> debbugs.gnu.org
Subject: Re: bug#34835: iproute in %base-packages but no matching package
Date: Wed, 13 Mar 2019 09:24:35 -0400
Ricardo Wurmus writes:

> mikadoZero <mikadozero <at> 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




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

This bug report was last modified 5 years and 11 days ago.

Previous Next


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