To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52051
                  Issue #:|52051
                  Summary:|parallel build in automation
                Component:|tools
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|pjanik
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Fri Jul 15 12:23:08 -0700 
2005 -------
While bulding with MAXPROCESS=4 in module automation:

/home/oo/BuildDir/bin/ccache /disk2/OpenOffice.org/GCC341/bin/g++
-Wl,-z,combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' -shared -L../unxlngi6.pro/lib
-L../lib -L/home/oo/BuildDir/ooo_SRC680_m117_src/solenv/unxlngi6/lib
-L/home/oo/BuildDir/ooo_SRC680_m117_src/solver/680/unxlngi6.pro/lib
-L/home/oo/BuildDir/ooo_SRC680_m117_src/solenv/unxlngi6/lib
-L/usr/lib/SunJava2/lib -L/usr/lib/SunJava2/jre/lib/i386
-L/usr/lib/SunJava2/jre/lib/i386/client
-L/usr/lib/SunJava2/jre/lib/i386/native_threads -L/usr/X11R6/lib
../unxlngi6.pro/slo/simplecm_dflt_version.o
../unxlngi6.pro/slo/simplecm_dflt_description.o -o
../unxlngi6.pro/lib/libsimplecm680li.so ../unxlngi6.pro/slo/tcpio.o
../unxlngi6.pro/slo/packethandler.o ../unxlngi6.pro/slo/simplecm.o -ltl680li
-lvos3gcc3 -luno_sal -lX11 -lXext -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc
Checking DLL ../unxlngi6.pro/lib/check_libcommuni680li.so ...: ERROR:
/home/oo/BuildDir/ooo_SRC680_m117_src/automation/util/../unxlngi6.pro/lib/libsimplecm680li.so:
file too short
dmake:  Error code 1, while making '../unxlngi6.pro/lib/libcommuni680li.so'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/oo/BuildDir/ooo_SRC680_m117_src/automation/util

-> libcommuni depends on libsimplecm which was not finished before -> libcommuni
should depend on libsimplecm:

--- ooo_SRC680_m116_src.orig/automation/util/makefile.mk        2005-07-10
21:50:42.000000000 +0200
+++ ooo_SRC680_m116_src/automation/util/makefile.mk     2005-07-10
21:50:59.000000000 +0200
@@ -163,6 +163,7 @@
 
 SHL3DEF=        $(MISC)$/$(SHL3TARGET).def
 SHL3LIBS=       $(SLB)$/communi.lib 
+SHL3DEPN=$(SHL2TARGETN)
 
 DEF3NAME        =$(SHL3TARGET)
 DEF3DEPN        =       \

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to