Bug 10711

Summary: grep does not compile against musl with CONFIG_EXTRA_COMPAT
Product: Busybox Reporter: Samadi van Koten <signup>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.28.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Samadi van Koten 2018-01-28 23:24:54 UTC
When CONFIG_EXTRA_COMPAT is enabled, grep fails to compile against musl with a whole slew of errors, but works fine with glibc.

Not a hugely major issue, as I don't _really_ need EXTRA_COMPAT, but it would be nice if busybox compiled against POSIX-compliant libc with any set of options.

Reproducible with `make defconfig; sed -i '/^# CONFIG_EXTRA_COMPAT/cCONFIG_EXTRA_COMPAT=y' .config; make` on a musl-based system (I'm testing in an Alpine chroot).