Summary: | sys-apps/busybox Fails to emerge because the UBIfs options are enabled | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergio Costas <raster> |
Component: | [OLD] Core system | Assignee: | Embedded Gentoo Team <embedded> |
Status: | RESOLVED NEEDINFO | ||
Severity: | major | CC: | raster |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | MIPS | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Fixes the build when it fails due to UBIfs options |
Description
Sergio Costas
2015-07-18 21:56:51 UTC
Created attachment 407104 [details, diff]
Fixes the build when it fails due to UBIfs options
my guess is your kernel headers are too old. that define was added to the kernel headers back in 2.6.25. busybox itself requires at least 2.6.39. why don't your kernel headers have it ? miscutils/ubi_tools.c clearly does: #include <mtd/ubi-user.h> |