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
0000774 [BusyBox] Other minor always 03-07-06 12:29 06-11-06 11:09
Reporter jzhang View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.01
Summary 0000774: configuration header file line break missing
Description After menuconfig, all the configuration header files under include/ have 2 macros defined in the same line which causes a compliation error.
Additional Information workaround:
goto busybox source dir,
for i in `find include -name "*.h"`; do grep 'n#' $i && perl -i -p -e 's/n#/\n#/g' $i; done
Attached Files

- Relationships

- Notes
(0001166)
jzhang
03-07-06 13:17

BTW, the version is actually 1.1.0, but it doesn't have that option when I filed the bug.
The platform on which I reproduced my problem is montavista pro 3.1 on ppc 440gx if it matters.
 
(0001211)
bernhardf
04-03-06 07:08

This is probably due to using an old version of sed and should be fixed in busybox-1.1.1.

Please try to reproduce this with busybox-1.1.1.
 
(0001419)
bernhardf
06-11-06 11:09

In svn and 1.2.0 we have a
$ make hosttools

target. This builds a working sed for use by the buildsystem on your compile-host.
This way you no longer rely on possibly broken versions of helper applications of your host.

closing.
 

- Issue History
Date Modified Username Field Change
03-07-06 12:29 jzhang New Issue
03-07-06 12:29 jzhang Status new => assigned
03-07-06 12:29 jzhang Assigned To  => BusyBox
03-07-06 13:17 jzhang Note Added: 0001166
04-03-06 07:08 bernhardf Note Added: 0001211
06-11-06 11:09 bernhardf Status assigned => closed
06-11-06 11:09 bernhardf Note Added: 0001419
06-11-06 11:09 bernhardf Resolution open => fixed
06-11-06 11:09 bernhardf Fixed in Version  => 1.2.x


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker