From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: bug#34833: Package search warning about newt Date: Tue, 12 Mar 2019 17:28:37 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3p1E-0004JS-Gz for bug-guix@gnu.org; Tue, 12 Mar 2019 17:33:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3p1C-0002N8-E1 for bug-guix@gnu.org; Tue, 12 Mar 2019 17:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55461) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3p1C-0002Mx-5v for bug-guix@gnu.org; Tue, 12 Mar 2019 17:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h3p1B-0005V0-WA for bug-guix@gnu.org; Tue, 12 Mar 2019 17:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3p08-0003SZ-Th for bug-guix@gnu.org; Tue, 12 Mar 2019 17:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3oxK-0007LD-JU for bug-guix@gnu.org; Tue, 12 Mar 2019 17:29:03 -0400 Received: from forward103o.mail.yandex.net ([2a02:6b8:0:1a2d::606]:43445) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3oxJ-0007Hd-HS for bug-guix@gnu.org; Tue, 12 Mar 2019 17:29:02 -0400 Received: from mxback6g.mail.yandex.net (mxback6g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:167]) by forward103o.mail.yandex.net (Yandex) with ESMTP id 060435F81285 for ; Wed, 13 Mar 2019 00:28:57 +0300 (MSK) 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: 34833@debbugs.gnu.org guix describe: guix 1bc24bb repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 1bc24bbf00e21a26d9eb71e5c89d941812dcdad7 I have just started getting warning about newt when I search for packages. For example `guix package -s iproute` outputs this: guix package: warning: failed to load '(gnu build svg)': no code for module (rsvg) guix package: warning: failed to load '(gnu installer final)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt ethernet)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt final)': no code for module (parted) guix package: warning: failed to load '(gnu installer newt keymap)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt locale)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt menu)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt network)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt partition)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt services)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt timezone)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt user)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt welcome)': no code for module (newt) guix package: warning: failed to load '(gnu installer newt)': no code for module (newt) random seed for tests: 1552442151 guix package: warning: failed to load '(guix man-db)': no code for module (gdbm) 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