| Anonymous | Login | Signup for a new account | 11-10-2008 11:08 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 | ||||
| 0001099 | [buildroot] Architecture Specific | major | always | 11-22-06 11:54 | 02-12-07 05:44 | ||||
| Reporter | znmeb | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.27 | ||||||
| Summary | 0001099: make crashes on cpio right after make menuconfig | ||||||||
| Description |
I downloaded buildroot from SVN, did a make menuconfig and then a make. In the menuconfig, I just selected the defaults. Right after that, it crashes: make menuconfig # # using defaults found in .config # *** End of Buildroot configuration. *** Check the top-level Makefile for additional configuration options. make target/cpio/cpioroot.mk:10: *** missing separator. Stop. The problem is that "make" is rather anal about lines beginning with spaces as opposed to tabs -- it wants tabs. By a stroke of luck, my Gentoo vim syntax coloring flags those, so it was easy to clean up cpioroot.mk. The cleaned up version is attached. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0001769) bernhardf 11-22-06 13:14 |
This was already fixed and caused by a malformed patch sent by Goetz Bock. |
| Copyright © 2000 - 2006 Mantis Group |