lspci.c in pciutils attempts to include alloca.h, which is not available. Removing that include allows it to build properly.
Created attachment 123129 [details, diff] lspci alloca.h patch A one-liner to remove #include <alloca.h> from lspci.c
We need an extra #ifdef around this for __GLIBC__, otherwise it's good. Fixed.