On Sun, Jan 15, 2012 at 7:10 PM, Denys Vlasenko <[email protected]> wrote: > On Fri, Jan 13, 2012 at 10:28 AM, Natanael Copa <[email protected]> > wrote: >> Hi, >> >> When building xen it fails with a sed expression. Building with GNU sed >> works. >> >> $ busybox sed -n >> 's,^\#define[[:space:]]\{1\,\}BOOT_TRAMPOLINE[[:space:]]\{1\,\},,p' >> sed: bad regex >> '^\#define[[:space:]]\{1\,\}BOOT_TRAMPOLINE[[:space:]]\{1\,\}': >> Invalid content of \{\} >> >> I have not investigated if the sed line could be rewritten in a >> standards compliant way or if its a bug in busybox sed. > > Reproduced with uclibc build, but works with glibc build. > Looks like a bug or glibc-incompatibility in uclibc. > I filed a bug: > > https://bugs.busybox.net/show_bug.cgi?id=4694
I removed the UCLIBC_HAS_REGEX_OLD=y from my config and now it works. Sorry for the noise. Thanks! -- Natanael Copa _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
