Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99299 - Live Kernel Configuration Panel ebuild request
Summary: Live Kernel Configuration Panel ebuild request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://freshmeat.net/projects/lkcp
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 01:35 UTC by Matteo Spreafico
Modified: 2005-09-19 03:46 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 Matteo Spreafico 2005-07-17 01:35:26 UTC
Live Kernel Configuration Panel is an ncurses interface to the run-time Linux
kernel configuration data that can be accessed through the /proc filesystem.

Reproducible: Always
Steps to Reproduce:
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-07-17 16:02:08 UTC
ok, it's in CVS now. thx for reporting :)
Comment 2 Tres 'RiverRat' Melton 2005-09-17 16:22:07 UTC
I'm having a problem here.  When I try to emerge it I get to the the make part
of the ebuild and it spits out:

[+] Resetting your terminal...
tset: standard error: Invalid argument

make: *** [lkcp] Error 1

If I try to step through it with ebuild I get the same error for compile as
above but because all the files are uptodate it works the next time.  An "ebuild
clean" and then an "ebuild compile" will bring back the problem.  There is a
line in the Makefile that reads:
        @$(ECHO) $(ECHOFLAGS) [+] Resetting your terminal...
        @$(RESET)
or (adjusted)
        echo -e [+] Resetting your terminal...
        tset -Q -r
and it is that last tset that is causing problems.  Something in the
emerge/ebuild scripts is hosing the TERM variable and needs to be corrected.  I
was using an Eterm when this happened.  The program works fine with a bit of
manual intervention though.  Nice concept but I don't like the UI very much.

Oh, I also had to add the ~amd64 flag and the program works fine on the hardware
but the ebuild doesn't.

Comment 3 Carlos Silva (RETIRED) gentoo-dev 2005-09-19 03:46:47 UTC
don't know about Eterm, but with xterm and multi-gnome-terminal, it works pretty
fine!