| Anonymous | Login | Signup for a new account | 11-10-2008 10:50 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2006 Mantis Group |