On Wed, Apr 04, 2018 at 08:43:31AM +0100, Chris Lamb wrote: > Hi Alberto, > > I'm seeing the following reproducibility issue in libfiu: > > │ │ │ ├── ./usr/share/doc/fiu-utils/function_list.gz > │ │ │ │ ├── function_list > │ │ │ │ │ @@ -133,7 +133,14 @@ > │ │ │ │ │ fork posix/proc/fork > │ │ │ │ │ wait posix/proc/wait > │ │ │ │ │ waitpid posix/proc/waitpid > │ │ │ │ │ waitid posix/proc/waitid > │ │ │ │ │ kill posix/proc/kill > │ │ │ │ │ signal posix/proc/signal > │ │ │ │ │ sigaction posix/proc/sigaction > │ │ │ │ │ +fork posix/proc/fork > │ │ │ │ │ +wait posix/proc/wait > │ │ │ │ │ +waitpid posix/proc/waitpid > │ │ │ │ │ +waitid posix/proc/waitid > │ │ │ │ │ +kill posix/proc/kill > │ │ │ │ │ +signal posix/proc/signal > │ │ │ │ │ +sigaction posix/proc/sigaction > > > <https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/libfiu.html> > > Could you guess why this happens? It seems like "just" a duplication > but I can't see how this might happen as the original is always > overridden by a "cp.."
Thanks for finding this! It's another build race, triggered by the parallel make :S Can you give this patch a try? https://blitiri.com.ar/git/r/libfiu/c/527317f4a90045c061cada3adb40417efd489aa4/ Thanks! Alberto