On Thursday 05 of November 2009 23:42:04 Karel Zak wrote: > Did you try > > git clean -x -f > ./autogen.sh > ./configure > > ? You are not doing an out-of-source build ^^^. Try the following instead: $ git clean -xfd $ ./autogen.sh $ mkdir ../build $ cd ../build $ ../util-linux-ng/configure $ make Well, there is maybe no documenation saying it should work ... but it used to work before the change mentioned. > Note that the blkid.h file is generated by ./configure script now. I think that's most likely the culprint of the failure. The file is perhaps being generated on a wrong place in case of out-of-source build. Kamil -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html