Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17661 - zsh ebuild does not include curses terminfo
Summary: zsh ebuild does not include curses terminfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Graham Forest
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-16 21:41 UTC by Owen Gunden
Modified: 2003-06-19 09:42 UTC (History)
2 users (show)

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


Attachments
fixed zsh ebuild (zsh-4.0.6-r4.ebuild,1.49 KB, text/plain)
2003-03-16 21:43 UTC, Owen Gunden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Gunden 2003-03-16 21:41:46 UTC
The most recent stable zsh ebuild (zsh-4.0.6-r3.ebuild) doesn't include curses
terminfo.  The ebuild DEPENDs on >=sys-libs/ncurses-5.1, but it just forgets to
use it in the configure step.  Adding the simple line: "--with-curses-terminfo"
to the configure step fixes it.  I've attached zsh-4.0.6-r4.ebuild which
contains the fix.

Reproducible: Always
Steps to Reproduce:
1. emerge zsh
2. ssh to the machine with zsh with your TERM set to something like "crt"
3. watch it complain about your terminal, and not work correctly

Actual Results:  
prompt colors, etc. didn't work

Expected Results:  
colors should have worked.  After emerging my fixed ebuild (attached),
everything works dandy.
Comment 1 Owen Gunden 2003-03-16 21:43:37 UTC
Created attachment 9481 [details]
fixed zsh ebuild
Comment 2 Graham Forest 2003-04-17 04:51:19 UTC
I updated and bumped 4.0.6 to r4, it now uses the ncurses USE flag. I also included such functionality in the spankin' new 4.1.0-pre7 (dev branch). The zshall bugs were fixed in both as well, so an upgrade is a good thing.
Comment 3 Wayne Davison 2003-06-19 09:42:58 UTC
One glitch:  the zsh-4.1.0_pre7.ebuild contains --with-curses-terminfo
explicitly in the econf section as well as adding it optionally via the
MYCONF variable (that bug is not in zsh-4.0.6-r4.ebuild, though).