Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3411 - trafshow linked with slang is buggy
Summary: trafshow linked with slang is buggy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 05:57 UTC by Damjan
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Damjan 2002-06-05 05:57:14 UTC
Could you add ebuild of trafshow linked with ncurses? Seems like trafshow 
linked with slang behaves strangely on my sistem. After while it doesn't 
purge past connections any more so instead of just one page it shows 10 or 
more but I can't scrool down becouse it so unresponsive. I used trafshow 
3.0 or similar linked with ncurses in slackware and never experienced such 
problems. Actually I'm using that slackware binary now and works ok

libncurses.so.5 => /lib/libncurses.so.5 (0x4001d000)
libc.so.6 => /lib/libc.so.6 (0x40064000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2002-07-06 21:06:36 UTC
Sorry this took a while.  trafshow-3.1-r1 should properly honor the setting of
USE=slang (or USE=-slang).  If you normally use slang but you want to build
trafshow without slang support, do

   env USE=-slang emerge trafshow

to build it without slang support.
Comment 2 Damjan 2002-07-07 03:37:15 UTC
It seems to work ok so far
Thaks