[buildroot 0001099]: make crashes on cpio right after make menuconfig

bugs at busybox.net bugs at busybox.net
Wed Nov 22 19:54:23 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1099 
====================================================================== 
Reported By:                znmeb
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   1099
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-22-2006 11:54 PST
Last Modified:              11-22-2006 11:54 PST
====================================================================== 
Summary:                    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.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-22-06 11:54  znmeb          New Issue                                    
11-22-06 11:54  znmeb          Status                   new => assigned     
11-22-06 11:54  znmeb          Assigned To               => uClibc          
11-22-06 11:54  znmeb          File Added: cpioroot.mk                      
======================================================================




More information about the uClibc-cvs mailing list