The patch is here in git:
http://git.savannah.gnu.org/cgit/automake.git/commit/?id=74cdef7897da220bf062957ff9699815681441ef
Dear Paul,
thank for looking at the problem, looking at the patch and introducing a nice
solution!
I tried your patch here in my build environment and I do not see any problems.
Thank you!
Friedrich
I updated the patch to have a more secure semaphore behavior along the line describedhere: http://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html
texi-vers-v2.patch
Description: Binary data
Package: automake
Version: 1.11.6-1
I encounter a problem with automake during parallel builds for the debian pspp
package. When I run the build
process non-parallel then it works. The problem only occurs sometimes when I do
a parallel build. The build
is a debian package build. Here are the rel
Tags: patch
Severity: normal
Please find attached a patch to make texi-vers.am compatible with parallel
builds.
I tried this patch with my build for pspp here and it works. During execution
the existance
of vti.tmp is checked. Only when vti.tmp disappears, the processing continues.
When there