rpms/openoffice.org/devel openoffice.org.spec,1.1246,1.1247

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Aug 16 08:25:38 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24212

Modified Files:
	openoffice.org.spec 
Log Message:
not happening locally, try and get some debug stuff


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1246
retrieving revision 1.1247
diff -u -r1.1246 -r1.1247
--- openoffice.org.spec	16 Aug 2007 07:45:09 -0000	1.1246
+++ openoffice.org.spec	16 Aug 2007 08:25:05 -0000	1.1247
@@ -1089,11 +1089,16 @@
 if [ "$SMP_MFLAGS" == "-P0" ]; then SMP_MFLAGS=-P2; fi
 #just in case you have a >16 proc box
 export MAXPROCESSLIMIT=65535
-
+#get core dumps
+ulimit -c unlimited
 #build translation tools and apply extra translations, so
 #this can be removed when these translations are upstreamed
 cd transex3/prj
-build --dlv_switch -link --all $SMP_MFLAGS -- $SMP_MFLAGS -s
+if ! build --dlv_switch -link --all $SMP_MFLAGS -- $SMP_MFLAGS -s; then
+    echo bt > gdbcmds
+    find ../.. -name "core.*" -exec gdb --batch -nx -x gdbcmds --core {} \;
+    build --dlv_switch -link --all
+fi
 deliver -link
 localize -m -x -l bn -f %{SOURCE5}
 cd ../..
@@ -1101,7 +1106,6 @@
 #build OOo, on failure make a stab at debugging the crash if any, and
 #rebuild un-parallel
 cd instsetoo_native/util
-ulimit -c unlimited
 if ! build --dlv_switch -link --all $SMP_MFLAGS -- $SMP_MFLAGS -s; then
     echo bt > gdbcmds
     find ../.. -name "core.*" -exec gdb --batch -nx -x gdbcmds --core {} \;




More information about the scm-commits mailing list