[Bug 10711] New: grep does not compile against musl with CONFIG_EXTRA_COMPAT
bugzilla at busybox.net
bugzilla at busybox.net
Sun Jan 28 23:24:54 UTC 2018
https://bugs.busybox.net/show_bug.cgi?id=10711
Bug ID: 10711
Summary: grep does not compile against musl with
CONFIG_EXTRA_COMPAT
Product: Busybox
Version: 1.28.x
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: signup at vktec.co.uk
CC: busybox-cvs at busybox.net
Target Milestone: ---
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).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list