From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 12 17:32:12 2019 Received: (at submit) by debbugs.gnu.org; 12 Mar 2019 21:32:12 +0000 Received: from localhost ([127.0.0.1]:40772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3p0J-0005Ts-Cm for submit@debbugs.gnu.org; Tue, 12 Mar 2019 17:32:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49997) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3p0F-0005TM-LO for submit@debbugs.gnu.org; Tue, 12 Mar 2019 17:32:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:44692) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3p0A-0001Zz-9X for submit@debbugs.gnu.org; Tue, 12 Mar 2019 17:31:58 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [2a02:6b8:0:1a2d::25]) by mxback6g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id uDdp9ogVAY-SulCCj3i; Wed, 13 Mar 2019 00:28:56 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1552426136; bh=JUhv5wBAcp1iuK030EInVmNYPU7QITZoZZ18KqnZv2M=; h=Subject:To:From:Date:Message-ID; b=fIubGyrVRlKrUvBkrAgHJdIqTpikpS+ZUrGPX8IMWkZl/C5Bi/4s/XQbb/eOJpUrE rreq1Zk1bo1r5C7e2PYH5bmH2NtjZKVbkwS3H3SRywVNL8JLhc4fcOgzo0REUwqlAP XPizMgmQS4tWoM1YagmeVR4HZIMxlY/Padz9Jufc= Authentication-Results: mxback6g.mail.yandex.net; dkim=pass header.i=@yandex.com Received: by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id qpB4pWDT8h-StXS7Nbd; Wed, 13 Mar 2019 00:28:55 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) User-agent: mu4e 1.0; emacs 26.1 From: mikadoZero To: bug-guix@gnu.org Subject: Package search warning about newt Date: Tue, 12 Mar 2019 17:28:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a02:6b8:0:1a2d::606 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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