1.22.0 builds still broken due to strchrnul mis-declaration on FreeBSD
Denys Vlasenko
vda.linux at googlemail.com
Thu Jan 9 10:11:04 UTC 2014
On Wed, Jan 8, 2014 at 10:33 PM, Matthias Andree <mandree at freebsd.org> wrote:
>> Please try current git.
>
> Better, but still does not work due to use of alloca.h in
> scripts/basic/fixdep.c l. 116 and scripts/basic/docproc.c l. 42.
I removed the include, please try current git again.
> BTW I forgot to mention that the sed scripts running underneath GEN are
> also GNU-sed specific,
In what way are they GNU-specific?
> so I need to use GNU sed, rather than BSD's sed,
> to build things, and I need to patch the executable name because there
> is no SED variable I could set to gsed.
>
> "gmake hosttools" also fails, rather than building a sed, as advertised.
> (It is advertised by 'gmake help'.)
>
> gmake is GNU make.
>
> $ LC_ALL=C gmake hosttools
> gmake: *** No rule to make target `hosttools'. Stop.
Yes, the sed hack is removed now.
You can supply alternative sed. or any other program,
by putting its executable in a directory and putting its name
into PATH's first component...
More information about the busybox
mailing list