On Sun, 29 Aug 2010, Denys Vlasenko wrote: > On Sunday 29 August 2010 21:17, Cristian Ionescu-Idbohrn wrote: > > On Sun, 29 Aug 2010, Denys Vlasenko wrote: > > > > > On Sun, Aug 29, 2010 at 6:01 PM, Cristian Ionescu-Idbohrn > > > <[email protected]> wrote: > > > > On Sun, 29 Aug 2010, Denys Vlasenko wrote: > > > >> Done, please try current git. > > > > > > > > Although: > > > > > > > > Symbol: BBCONFIG [=y] > > > > Prompt: bbconfig > > > > Defined at miscutils/Config.in:46 > > > > Location: > > > > -> Miscellaneous Utilities > > > > > > > > Symbol: FEATURE_COMPRESS_BBCONFIG [=y] > > > > Prompt: Compress bbconfig data > > > > Defined at miscutils/Config.in:53 > > > > Depends on: BBCONFIG > > > > Location: > > > > -> Miscellaneous Utilities > > > > -> bbconfig (BBCONFIG [=y]) > > > > > > And where's the problem? > > > > I agree :) Any idea what I should look for? > > My .config attached. > > You seem to use a different tree, since "make" with your .config > says: > > # > # using defaults found in .config > # > .config:655:warning: trying to assign nonexistent symbol > FEATURE_LAST_FANCY_TIME_DAYS > .config:656:warning: trying to assign nonexistent symbol > FEATURE_LAST_FANCY_SHOW_HEADER > > This tells me that your tree isn't an unmodified git tree.
That's true. I do have my own patches in that tree. > Can you do a clean checkout from git and try building there? That wasn't necessary. My investigation revealed the problem is (one or all of) these genenerated files: ./include/autoconf.h ./include/bbconfigopts.h ./include/config/feature/last/fancy/show/header.h ./include/config/feature/last/fancy/time/days.h They do not seem to be orderly generated. 'make clean' does not remove them either. 'make distclean', though, does the job. Cheers, -- Cristian _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
