Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545496 - x11-terms/xterm should depend on x11-apps/rgb
Summary: x11-terms/xterm should depend on x11-apps/rgb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-04 11:17 UTC by Maciej S. Szmigiero
Modified: 2017-01-25 20:48 UTC (History)
2 users (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 Maciej S. Szmigiero 2015-04-04 11:17:44 UTC
x11-terms/xterm should depend on x11-apps/rgb, because without this package installed there are no colors displayed besides black (text in any other color is not displayed on screen).

Reproducible: Always

Steps to Reproduce:
1. Have no x11-apps/rgb package installed
2. Start xterm 


Actual Results:  
There is <<Cannot allocate color "green">> message at startup and any text printed in non-black color in xterm is not displayed.

Expected Results:  
Text in non-black colors should be displayed.

After emerging x11-apps/rgb everything is fine.
Comment 1 Thomas Dickey 2015-04-08 00:20:11 UTC
The suggested change would be in Gentoo's ebuild script (not part of upstream xterm sources).  So it should be reassigned appropriately.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-04-08 05:57:24 UTC
(In reply to Thomas Dickey from comment #1)
> The suggested change would be in Gentoo's ebuild script (not part of
> upstream xterm sources).  So it should be reassigned appropriately.
How? Please proceed to outline.
Comment 3 Maciej S. Szmigiero 2017-01-09 23:32:35 UTC
Created Github PR 3409 that resolves this issue.
Comment 4 Matt Turner gentoo-dev 2017-01-25 20:48:01 UTC
Thanks. Pushed as:

commit 268c4667d3d0314a63e548ff560ef8bd1f9a0e65
Author: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Date:   Tue Jan 10 00:28:58 2017 +0100

    x11-terms/xterm: needs x11-apps/rgb for colors