Bug#452830: FTBFS (race condition with -j2)
Package: partman-crypto
Version: svn
Severity: important
Tags: patch
FTBFS when building with two threads (dpkg-buildpackage -j2).
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Index: base64/Makefile
===================================================================
--- base64/Makefile (revision 50234)
+++ base64/Makefile (working copy)
@@ -6,8 +6,8 @@
$(CC) $(CFLAGS) -o $@ $<
strip -s $@
-test: base64 test-stamp
-test-stamp:
+test: test-stamp
+test-stamp: base64
@set -e; \
echo "Running self-tests"; \
for t in tests/case*; do \
Reply to: