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
0000441 [buildroot] Architecture Specific trivial always 09-21-05 20:23 02-12-07 05:47
Reporter ee_doright View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000441: sed/sed.exe and linking on cygwin
Description When the build fails on cygwin, running make again always results in a failure, due to the line(s) in {BUILDROOT}/package/sed/sed.mk
Additional Information {BUILDROOT}/package/sed/sed.mk


[68] rm -f $(HOST_SED_DIR)/$(SED_TARGET_BINARY); \
[69] ln -s $$SED $(HOST_SED_DIR)/$(SED_TARGET_BINARY)

Because the script looks for SED_TARGET_BINARY as sed/sed, and cygwin has sed/sed.exe, the search on line [68] will fail.

fix is to add -f to [69], viz:
[69] ln -sf $$SED $(HOST_SED_DIR)/$(SED_TARGET_BINARY)


fixed as of revision 13578
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-21-05 20:23 ee_doright New Issue
09-21-05 20:23 ee_doright Status new => assigned
09-21-05 20:23 ee_doright Assigned To  => uClibc
01-24-06 13:35 prpplague Status assigned => resolved
01-24-06 13:35 prpplague Resolution open => fixed
01-24-06 13:35 prpplague Additional Information Updated
03-08-06 16:53 vapier Status resolved => closed
02-12-07 05:47 vapier Status closed => assigned
02-12-07 05:47 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker