BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004504 [BusyBox] Other feature always 08-07-08 06:19 08-29-08 01:37
Reporter whitpa View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.11.x
Summary 0004504: Philosophical bug: should feature options be available for ash builtins when corresponding applets are not enabled?
Description Example: I like to use "echo -e", so I'd like my ash echo builtin to use FEATURE_FANCY_ECHO, but the Busybox Kbuild won't let me select this unless I enable the echo applet also.

This could be very easily rectified by changing coreutils/Config.in:191 from

config FEATURE_FANCY_ECHO
        ...
        depends on ECHO
to
        depends on ECHO || ASH_BUILTIN_ECHO

Similarly for FEATURE_TEST_64, TEST and ASH_BUILTIN_TEST.

Is there any reason you can't/won't do this?
Additional Information
Attached Files

- Relationships

- Notes
(0010884)
vda
08-29-08 01:37

Fixed in rev 23281, thanks
 

- Issue History
Date Modified Username Field Change
08-07-08 06:19 whitpa New Issue
08-07-08 06:19 whitpa Status new => assigned
08-07-08 06:19 whitpa Assigned To  => BusyBox
08-29-08 01:37 vda Status assigned => closed
08-29-08 01:37 vda Note Added: 0010884
08-29-08 01:37 vda Resolution open => fixed
08-29-08 01:37 vda Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker