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

Bug 398969

Summary: app-misc/byobu choice of multiplexer does not fit with ebuild deps
Product: Gentoo Linux Reporter: Thomas Kahle (RETIRED) <tomka>
Component: Current packagesAssignee: Andrey Kislyuk (RETIRED) <weaver>
Status: RESOLVED FIXED    
Severity: normal CC: shell-tools
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Kahle (RETIRED) gentoo-dev 2012-01-15 12:36:41 UTC
The dependency in the 5.2 ebuild is 

|| ( app-misc/screen app-misc/tmux ) 

but:
# byobu
/usr/bin/byobu: line 155: exec: tmux: not found

Of course byobu supports both and one can explicitly select a multiplexer by running byobu-{tmux,screen}, the default being tmux.  This can be confusing for users. Maybe screen and tmux should be USE-flags or the installed "byobu" script be a link to whatever multiplexer really is installed.


Reproducible: Always
Comment 1 Tim Harder gentoo-dev 2012-02-26 05:31:16 UTC
While I think this would be better handled with some better error handling upstream I've added a screen use flag to 5.15 that sets the default backend to screen if it's enabled and updated the deps to match.