| Summary: | Coreutils fails to build target src/src_libsinglebin_pinky_a-pinky.o | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | bilge |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2016.11 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
bilge
2016-12-30 18:16:13 UTC
Bilge, The coreutils buildsystem detects features of the toolchain, and generates "accessors" to various internals. UT_USER is an accessor to fields of the utmp (or utmpx) structure. Your toolchain lacks this structure or this field in this structure. You have to realize that uClibc is configurable, and if you configure it with very few features, then things will start to break. Fix your toolchain, or use a pre-built one. Regards, Yann E. MORIN. Hi Yann, Thanks, I believe your analysis is exactly correct: I am missing utmpx, but not because I deliberately disabled it; that feature is disabled by default in uClibc 1.0.9. However, I'll be sure to enable it now! Thanks, Bilge. |