[BusyBox 0002734]: "make menuconfig" unusable with colormake
bugs at busybox.net
bugs at busybox.net
Sat May 3 00:23:20 PDT 2008
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=2734
======================================================================
Reported By: KiBi
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 2734
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 04-02-2008 07:48 PDT
Last Modified: 05-03-2008 00:23 PDT
======================================================================
Summary: "make menuconfig" unusable with colormake
Description:
With MAKE=colormake, calling "make menuconfig" (or calling "colormake
menuconfig" with MAKE unset) results in the screen being cleared, and then
one gets:
--8<--8<--8<--
#
# using defaults found in .config
#
interrupted(11)
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
-->8-->8-->8--
It might be a problem in colormake as well, but I guess it could be
handled at least more gracefully by the busybox build system.
Happens with 1.9.2 and 1.10.0 at least (both of which not being available
in the "product version" drop-down list anyway).
======================================================================
----------------------------------------------------------------------
vda - 04-02-08 11:16
----------------------------------------------------------------------
Hmmm...
Colormake
---------
This is a simple wrapper for making the output from make easier to read
(more colorful), and errors easier to find in messy compilations. It was
inspired by Micheal T. Babcock's excellent logcolorize program.
It most probably got utterly confused by "make menuconfig"'s output which
contains ESC sequences etc. I am not volunteering to fix it...
Issue History
Date Modified Username Field Change
======================================================================
04-02-08 07:48 KiBi New Issue
04-02-08 07:48 KiBi Status new => assigned
04-02-08 07:48 KiBi Assigned To => BusyBox
04-02-08 11:15 vda Note Added: 0006324
04-02-08 11:16 vda Note Edited: 0006324
05-03-08 00:23 vda Status assigned => closed
======================================================================
More information about the busybox-cvs
mailing list