From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#34835: iproute in %base-packages but no matching package Date: Tue, 12 Mar 2019 23:11:47 +0100 Message-ID: <50BA79CA-A1C0-48A7-B42F-A4A92B94F9A4@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3pdv-0007bx-HH for bug-guix@gnu.org; Tue, 12 Mar 2019 18:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3pdu-0006B0-IE for bug-guix@gnu.org; Tue, 12 Mar 2019 18:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55484) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3pdu-00069G-93 for bug-guix@gnu.org; Tue, 12 Mar 2019 18:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h3pdt-0006Sj-To for bug-guix@gnu.org; Tue, 12 Mar 2019 18:13:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: mikadoZero , 34835@debbugs.gnu.org Le 12 mars 2019 22:48:19 GMT+01:00, mikadoZero a = =C3=A9crit : >guix describe: >guix 1bc24bb > repository URL: https://git=2Esavannah=2Egnu=2Eorg/git/guix=2Egit > branch: master > commit: 1bc24bbf00e21a26d9eb71e5c89d941812dcdad7 > >which iproute: >iproute not found > >In system=2Escm in the definition of %base-packages there is iproute but >if I search for it there is no package with that name=2E >Output of `guix package -s iproute`: > >name: iproute2 >version: 4=2E20=2E0 >outputs: out >systems: x86_64-linux i686-linux armhf-linux aarch64-linux >mips64el-linux >dependencies: bdb@6=2E2=2E32 bison@3=2E0=2E5 flex@2=2E6=2E4 iptables@1=2E= 6=2E2 >pkg-config@0=2E29=2E2 >location: gnu/packages/linux=2Escm:1254:2 >homepage: https://wiki=2Elinuxfoundation=2Eorg/networking/iproute2 >license: GPL 2+ >synopsis: Utilities for controlling TCP/IP networking and traffic in >Linux =20 >description: Iproute2 is a collection of utilities for controlling >TCP/IP >+ networking and traffic with the Linux kernel=2E The most important of >these are >+ `ip', which configures IPv4 and IPv6, and `tc' for traffic control=2E >+=20 >+ 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=2E >relevance: 6 > >name: ghc-iproute >version: 1=2E7=2E5 >outputs: out >systems: x86_64-linux i686-linux >dependencies: ghc-appar@0=2E1=2E4 ghc-byteorder@1=2E0=2E4 ghc-network@2= =2E6=2E3=2E6 >+ ghc-safe@0=2E3=2E17 >location: gnu/packages/haskell=2Escm:2834:2 >homepage: https://www=2Emew=2Eorg/~kazu/proj/iproute/ >license: Modified BSD >synopsis: IP routing table =20 >description: IP Routing Table is a tree of IP ranges to search one of >them on the >+ longest match base=2E It is a kind of TRIE with one way branching >removed=2E Both >+ IPv4 and IPv6 are supported=2E >relevance: 4 iproute2 provides the "ip" command=2E Try "ip a" for instance to list your= devices and addresses=2E Does it work?