Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 526242

Summary: app-i18n/pology-0.11: incorrect naming of completion files
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521146    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-21 14:37:39 UTC
* Problems with installed bash completions were found:
 * 
 * 	pology: incorrect name, no completions for 'pology' command defined.
 * 	posieve: missing alias (symlink) for completed command.
 * 	poediff: missing alias (symlink) for completed command.
 * 	posieve.py: missing alias (symlink) for completed command.
 * 	poediff.py: missing alias (symlink) for completed command.
 * 
 * For more details on installing bash-completions, please see:
 * https://wiki.gentoo.org/wiki/Bash/Installing_completion_files

You need to install the completion file with name matching one of the commands, and symlink it to others, e.g.:

  newbashcomp ... posieve
  bashcomp_alias posieve poediff posieve.py poediff.py
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-24 18:11:48 UTC
+*pology-0.11-r1 (24 Oct 2014)
+
+  24 Oct 2014; Michał Górny <mgorny@gentoo.org> +pology-0.11-r1.ebuild,
+  pology-9999.ebuild:
+  Alias additional commands for bash-completion, bug #526240.