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

2014-08-23 Thread Paul Eggert
Thanks, I installed the attached patch, which has the more-usual approach of a uniquely-named temporary. From 28b4fdb0ea4c540f1b7bcb90675e365e3aa11beb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Aug 2014 07:55:28 -0700 Subject: [PATCH] build: fix race in parallel builds Reported by

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