Bug 637 - Kernel .config copy fail
Summary: Kernel .config copy fail
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 04:57 UTC by Eric Hokanson
Modified: 2009-12-02 01:25 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.