rpms/openoffice.org/devel openoffice.org.spec,1.1000,1.1001

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 24 08:29:36 UTC 2007


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25680

Modified Files:
	openoffice.org.spec 
Log Message:
install failed, add debugging


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1000
retrieving revision 1.1001
diff -u -r1.1000 -r1.1001
--- openoffice.org.spec	23 Jan 2007 15:45:43 -0000	1.1000
+++ openoffice.org.spec	24 Jan 2007 08:29:33 -0000	1.1001
@@ -1050,7 +1050,13 @@
 #get an unpackaged raw install
 export PKGFORMATSWITCH="-format rpm -simple $RPM_BUILD_ROOT/%{instdir}"
 echo start en-US install time is `date`, diskspace: `df -h . | tail -n 1`
-dmake openoffice_en-US
+if ! dmake openoffice_en-US; then
+    echo parallel openoffice_en-US failure, diskspace: `df -h . | tail -n 1` - restarting unparallel build...
+    echo - ---dump log start---
+    cat ../unx*.pro/OpenOffice/rpm/logging/en-US/log_*__en-US.log
+    echo - ---dump log end---
+    dmake openoffice_en-US
+fi
 echo end en-US install time is `date`, diskspace: `df -h . | tail -n 1`
 %if %{langpacks}
 echo start langpack install time is `date`, diskspace: `df -h . | tail -n 1`




More information about the fedora-cvs-commits mailing list