Bug 637

Summary: Kernel .config copy fail
Product: buildroot Reporter: Eric Hokanson <hokanson>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Eric Hokanson 2009-10-01 04:57:09 UTC
The latest snapshot (Oct 1st), and the several I tried before that, die when it comes time to compile the Kernel.  I receive the following error:

rm -rf /home/eric/buildroot/output/build/linux-2.6.31.1
*** Unpacking kernel source
bzcat ./dl/linux-2.6.31.1.tar.bz2 | tar -C /home/eric/buildroot/output/build  -xf -
touch /home/eric/buildroot/output/build/linux-2.6.31.1/.unpacked
toolchain/patch-kernel.sh /home/eric/buildroot/output/build/linux-2.6.31.1 toolchain/kernel-headers \
                linux-2.6.31.1-\*.patch{,.gz,.bz2}
touch /home/eric/buildroot/output/build/linux-2.6.31.1/.patched
cp -dpf  /home/eric/buildroot/output/build/linux-2.6.31.1/.config
cp: missing destination file operand after `/home/eric/buildroot/output/build/linux-2.6.31.1/.config'
Try `cp --help' for more information.
make: *** [/home/eric/buildroot/output/build/linux-2.6.31.1/.configured] Error 1
Comment 1 Eric Hokanson 2009-12-02 01:25:45 UTC
Seems to be fixed in latest release.  Closing.