Bug 6206

Summary: 1.20.2 cannot make
Product: Busybox Reporter: jinleileiking
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: critical CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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.