Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526246 - app-misc/booh-0.9.4: bash completion installed under wrong name
Summary: app-misc/booh-0.9.4: bash completion installed under wrong name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bashcomp2
  Show dependency tree
 
Reported: 2014-10-21 15:15 UTC by Michał Górny
Modified: 2014-10-24 18:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.