ip route problem

Bernhard Fischer rep.dot.nop at gmail.com
Mon Apr 16 12:17:12 UTC 2007


On Mon, Apr 16, 2007 at 11:55:43AM +0200, Jean Wolter wrote:
>Bernhard Fischer <rep.dot.nop at gmail.com> writes:
>
>> Mind testing the attached, yet incomplete touch-up of iproute.c?
>> Still way to go.. will follow-up during the next days.
>
>I have just tried to test the patch. For some reasons it doesn't apply
>cleanly to 1.5.0. And the current svn, which already contains these
>changes, currently doesn't compile. I needed the following patch to
>skip over the first error:
>
># CONFIG_FEATURE_SUID is not set
>
>Index: applets/applets.c
>===================================================================
>--- applets/applets.c   (revision 18453)
>+++ applets/applets.c   (working copy)
>@@ -54,9 +54,7 @@
> bool re_execed;
> #endif
> 
>-#if ENABLE_FEATURE_SUID
> static uid_t ruid;  /* real uid */
>-#endif
> 
> #if ENABLE_FEATURE_SUID_CONFIG
> 
>but stopped after the next one:
>
># CONFIG_FEATURE_DD_IBS_OBS is not set
>
>coreutils/dd.c: In function `dd_main':
>coreutils/dd.c:143: error: `OP_ibs' undeclared (first use in this function)
>coreutils/dd.c:143: error: for each function it appears in.)
>coreutils/dd.c:147: error: `OP_obs' undeclared (first use in this function)
>coreutils/dd.c:151: error: `OP_conv' undeclared (first use in this function)
>coreutils/dd.c:161: error: `OP_conv_notrunc' undeclared (first use in this function)
>coreutils/dd.c:165: error: `OP_conv_sync' undeclared (first use in this function)
>coreutils/dd.c:167: error: `OP_conv_noerror' undeclared (first use in this function)

Apparently i forgot to check this in. Fixed now in r18454, thanks for
mentioning it.

Please retry and sorry for any inconvenience this may have caused..



More information about the busybox mailing list