[grass] RACE CONDITION IN BUILD-SYSTEM ASSUMED - Switch back to a single worker

Volker Fröhlich volter at fedoraproject.org
Tue Jan 10 14:02:12 UTC 2012


commit aa71c749f3718f943174323f690b3929375456e0
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Tue Jan 10 19:31:36 2012 +0530

    RACE CONDITION IN BUILD-SYSTEM ASSUMED
    - Switch back to a single worker

 grass.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/grass.spec b/grass.spec
index 7dc7bf4..a3fd437 100644
--- a/grass.spec
+++ b/grass.spec
@@ -25,7 +25,7 @@
 
 Name:      grass
 Version:   6.4.1
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   GRASS - Geographic Resources Analysis Support System
 Group:     Applications/Engineering
 License:   GPLv2+
@@ -204,7 +204,9 @@ export INSTALL="%{__install} -c -p"
    --with-x \
    %{configure_64_bit}
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+# Race condition shows up again in 6.4.1
+make
 
 %install
 rm -rf %{buildroot}
@@ -389,6 +391,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan 10 2012 Volker Fröhlich <volker27 at gmx.at> - 6.4.1-7
+- Race condition in build system assumed -- going back to one worker
+
 * Mon Jan 9 2012 Devrim GÜNDÜZ <devrim at gunduz.org> - 6.4.1-6
 - Rebuilt with new geos
 


More information about the scm-commits mailing list