Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398969 - app-misc/byobu choice of multiplexer does not fit with ebuild deps
Summary: app-misc/byobu choice of multiplexer does not fit with ebuild deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Kislyuk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 12:36 UTC by Thomas Kahle (RETIRED)
Modified: 2012-02-26 05:31 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 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.