Gentoo Archives: gentoo-dev

From: Kristian Benoit <kbenoit@×××××××.com>
To: gentoo-dev@l.g.o, gentoo-embedded@l.g.o
Subject: [gentoo-dev] Interactive command
Date: Wed, 13 Jul 2005 22:48:33
Message-Id: 1121294641.16275.40.camel@localhost
1 I'm trying to add a new command to ebuild (preconfig) for packages like
2 busybox that has to be configured prior to compile and that would be a
3 cannot really use USE as it probably have undreads of USE that does not
4 yet exist.
5
6 That new command would be called between src_unpack and src_compile and
7 only if FEATURES contain preconfig.
8
9 Anyway, the problem is when I run "make menuconfig" from src_preconfig,
10 I get a dumb terminal (I cannot send keys to the menuconfig, but it
11 works for vim):
12
13 pressing down prints "^[OB"
14 pressing up prints "^[OA"
15 the COLUMNS/LINES are unset...
16
17 So I wonder if there is a way to make interactive command work from an
18 ebuild. I know the config command should allow interactiveness.
19
20 Kristian
21
22 --
23 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Interactive command Donnie Berkholz <spyderous@g.o>
[gentoo-dev] Re: [gentoo-embedded] Interactive command Ned Ludd <solar@g.o>