The configure script is constructing the pkgversion correctly. Due to some merge the same variable is getting purged again some lines later. Removing this line makes things work again. Signed-off-by: Frank Arnold <frank.arnold@xxxxxxx> Acked-by: Andre Przywara <andre.przywara@xxxxxxx> --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 97292d9..c80c6a5 100755 --- a/configure +++ b/configure @@ -238,7 +238,6 @@ signalfd="no" eventfd="no" cpu_emulation="yes" kvm_kmod="no" -pkgversion="" check_utests="no" user_pie="no" -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html