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

Bug 526246

Summary: app-misc/booh-0.9.4: bash completion installed under wrong name
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: ruby
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 15:15:07 UTC
* Problems with installed bash completions were found:
 * 
 * 	booh.bash-completion: incorrect name, no completions for 'booh.bash-completion' command defined.
 * 	booh-backend: missing alias (symlink) for completed command.
 * 	booh-classifier: missing alias (symlink) for completed command.
 * 
 * For more details on installing bash-completions, please see:
 * https://wiki.gentoo.org/wiki/Bash/Installing_completion_files

Long story short, something alike:

  newbashcomp ... booh-backend
  bashcomp_alias booh-backend booh-classifier

to get $completionsdir like:

  booh-backend
  booh-classifier -> booh-backend
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-24 18:11:07 UTC
+*booh-0.9.4-r1 (24 Oct 2014)
+
+  24 Oct 2014; Michał Górny <mgorny@gentoo.org> +booh-0.9.4-r1.ebuild:
+  Re-name and alias completion file to match commands, bug #526246.