Bug#694659: bash: FTBFS with -j2 or more

2012-11-28 Thread Steven Chamberlain
Control: tags -1 patch Hi again, Does this fix look right? It fixes this for me at least. --- bash-4.2.orig/debian/rules 2012-11-28 19:50:49.0 + +++ bash-4.2/debian/rules 2012-11-28 19:13:23.402167996 + @@ -78,6 +78,7 @@ --enable-static-link \ --without-ba

Bug#694659: bash: FTBFS with -j2 or more

2012-11-28 Thread Steven Chamberlain
Package: src:bash Version: 4.2-5 Severity: important Hi, It seems that bash FTBFS if I use dpkg-buildpackage -b with -j2 or higher. The do-build-bash and do-build-static targets try to run in parallel but both use bash/ as a working directory to extract source and apply patches. This is reprodu