Source: glusterfs Source-Version: 3.12.1-1 Severity: important Hi!
This package cannot be built twice in a row, because the clean target does not properly clean the source tree or it cleans it too much. :) There are at least .pyc files left around: libglusterfs/src/generator.pyc generated XDR symlinks: rpc/xdr/gen/*.x and unexpected modifications to shipped files: tests/basic/fuse/Makefile tests/basic/gfapi/Makefile After all those are removed, the build still fails due to the missing Makefile.in files that have been removed somewhere. Running: $ autoreconf -f -i makes things worse as then we get tons of modified Makefile.in file changes. :( I've not looked further after this. Thanks, Guillem

