bug#18301: closed (Re: texi-vers.am: Problem with parallel builds due to vti.tmp)

2014-08-23 Thread Friedrich Beckmann
The patch is here in git: http://git.savannah.gnu.org/cgit/automake.git/commit/?id=74cdef7897da220bf062957ff9699815681441ef

bug#18301: closed (Re: texi-vers.am: Problem with parallel builds due to vti.tmp)

2014-08-23 Thread Friedrich Beckmann
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

bug#18301: Updated the patch.

2014-08-20 Thread Friedrich Beckmann
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

bug#18301: texi-vers.am: Problem with parallel builds due to vti.tmp

2014-08-20 Thread Friedrich Beckmann
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

bug#18301: Acknowledgement (texi-vers.am: Problem with parallel builds due to vti.tmp)

2014-08-20 Thread Friedrich Beckmann
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