Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bash-completion question(s)
Date: Thu, 02 Feb 2017 19:19:35
Message-Id: 20170202191917.3fdc45d1@digimed.co.uk
In Reply to: [gentoo-user] bash-completion question(s) by Corbin Bird
1 On Tue, 31 Jan 2017 12:34:50 -0600, Corbin Bird wrote:
2
3 > The package "sys-boot/grub:2" popped this warning during updates :
4 >
5 > > Problems with installed bash completions were found:
6 > >
7 > > grub: 'have' command is deprecated and must not be used.
8 > > grub: incorrect name, no completions for 'grub' command defined.
9 > > grub-mkconfig: missing alias (symlink) for completed command.
10 > > grub-mkpasswd-pbkdf2: missing alias (symlink) for completed
11 > > command. grub-mkrescue: missing alias (symlink) for completed command.
12 > > grub-reboot: missing alias (symlink) for completed command.
13 > > grub-editenv: missing alias (symlink) for completed command.
14 > > grub-set-default: missing alias (symlink) for completed command.
15 > > grub-mkimage: missing alias (symlink) for completed command.
16 > > grub-sparc64-setup: missing alias (symlink) for completed command.
17 > > grub-bios-setup: missing alias (symlink) for completed command.
18 > > grub-script-check: missing alias (symlink) for completed command.
19 > > grub-probe: missing alias (symlink) for completed command.
20 > > grub-mkfont: missing alias (symlink) for completed command.
21 > > grub-install: missing alias (symlink) for completed command.
22 >
23 > No "grub" entries found at all in "/usr/share/bash-completions".
24
25 Did you install it with USE=multislot? That would cause all those
26 commands to be named grub2-* instead of grub-*, which may confuse the
27 bash completions.
28
29
30 --
31 Neil Bothwick
32
33 "Be strict when sending and tolerant when receiving."
34 RFC 1958 - Architectural Principles of the Internet - section 3.9

Replies

Subject Author
Re: [gentoo-user] bash-completion question(s) Corbin Bird <corbinbird@×××××××.net>