Closed ambrosa closed 9 years ago
Something is wrong with your build environment.
if you look at https://github.com/openwrt/packages/blob/master/utils/lvm2/patches/001-include_fix.patch you can see, that this patch is not applied on your side.
It is applied at my end and on buildbots (no build error on lvm2) btw - nfs-kernel-server, btrfs-progs use blkid/blkid.h include too
use a new check out or clean up your buildroot
ticket can probably be closed
Closed -- not reproducible/no response
A week ago I've tried to build CC trunk@44257 and today again to build from scratch 44455 I've always an issue about LVM Compile looks for blkid.h but it's not found.
I HAVE blkid.h and it's located into _staging_dir/target-mips_34kc+dspuClibc-0.9.33.2/usr/include/blkid/ but this directory is not into -I directive. To solve the problem I've simply copied _staging_dir/target-mips_34kc+dspuClibc-0.9.33.2/usr/include/blkid/blkid.h into _staging_dir/target-mips_34kc+dspuClibc-0.9.33.2/usr/include/ and build is successful.
Past build (i.e. 43982) I had not this issue.