bug#1028: [BusyBox] bug#1028: Busybox : Error when compiling only tar

Torbjörn Axelsson torax at cendio.se
Tue Aug 22 13:55:06 UTC 2000


Sébastien Côté <scote1 at Matrox.COM> writes:

> 
> Busybox doesn't compile when only tar is enabled in busybox.def.h.  I
> get the following error :
> 
> utility.c: Infunction 'recursiveAction':
> utility.c:631: 'name_too_long' undeclared (first use in this function)
> utility.c:631: (Each undeclared identifier is reported only once
> utility.c:631: for each function it appears in.)
> 

I suppose the process outlined in
http://busybox.net/lists/busybox/2000-August/000389.html 
will solve the problem.

To be a little more helpful, this is what I did when I hade the same
problem today:

--- busybox-0.46/utility.c      Tue Jul 11 19:54:48 2000
+++ busybox/utility.c   Tue Aug 22 11:26:23 2000
@@ -30,7 +30,8 @@
  || defined (BB_CP_MV)            \
  || defined (BB_FIND)             \
  || defined (BB_LS)               \
- || defined (BB_INSMOD)
+ || defined (BB_INSMOD) \
+ || defined (BB_TAR)
 /* same conditions as recursiveAction */
 #define bb_need_name_too_long
 #endif


Good luck
/Torbjörn






More information about the busybox mailing list