Bug 6206 - 1.20.2 cannot make
Summary: 1.20.2 cannot make
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 critical
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 05:04 UTC by jinleileiking
Modified: 2014-02-03 17:08 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 jinleileiking 2013-04-24 05:04:07 UTC
➜  busybox-1.20.2  make  
  GEN     include/usage_compressed.h
mv: cannot move ‘include/usage_compressed.h.15292’ to ‘include/usage_compressed.h’: Text file busy
make[1]: *** [include/usage_compressed.h] Error 1
make: *** [applets_dir] Error 2


I try to cross-compile for arm, failed...



➜  busybox-1.20.2  uname -a
Linux localhost 3.5.7-gentoo #5 SMP Sun Feb 3 22:46:13 CST 2013 i686 Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz GenuineIntel GNU/Linux
Comment 1 Denys Vlasenko 2014-02-03 17:08:15 UTC
> mv: cannot move ‘include/usage_compressed.h.15292’ to
‘include/usage_compressed.h’: Text file busy

I have serious doubts that include/usage_compressed.h can be run as executable - the only way you can get such a message legitimately.