Issue 52994 - parallel build: libcui build depends on libsvx
Summary: parallel build: libcui build depends on libsvx
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-07 12:45 UTC by pavel
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-08-07 12:45:24 UTC
While linking libcui:

Making: ../unxlngi6.pro/lib/libcui680li.so
/home/oo/BuildDir/bin/ccache /disk2/OpenOffice.org/GCC341/bin/g++
-Wl,-z,combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' -shared -Wl,-O1
-Wl,--version-script ../unxlngi6.pro/misc/cui_cui680li.map -L../unxlngi6.pro/lib
-L../lib -L/home/oo/BuildDir/ooo_SRC680_m123_src/solenv/unxlngi6/lib
-L/home/oo/BuildDir/ooo_SRC680_m123_src/solver/680/unxlngi6.pro/lib
-L/home/oo/BuildDir/ooo_SRC680_m123_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
... many object files...
../unxlngi6.pro/slo/grfpage.o -lsvx680li -lavmedia680li -lsfx680li -lgo680li
-lsvt680li -ltk680li -lvcl680li -lsvl680li -lsot680li -lutl680li -ltl680li
-lcomphelp4gcc3 -lucbhelper3gcc3 -luno_cppuhelpergcc3 -luno_cppu -lvos3gcc3
-luno_sal -ljvmfwk -licuuc -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc
../unxlngi6.pro/lib/libsvx680li.so: file not recognized: File truncated
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxlngi6.pro/lib/libcui680li.so'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/oo/BuildDir/ooo_SRC680_m123_src/svx/util
dmake:  Error code 1, while making 'instsetoo_native/prj/build_instsetoo_native'

->

oo@oo:~/BuildDir/ooo_SRC680_m123_src> diff -u svx{.orig,}/util/makefile.mk
--- svx.orig/util/makefile.mk   2005-08-07 13:35:23.000000000 +0200
+++ svx/util/makefile.mk        2005-08-07 13:39:55.000000000 +0200
@@ -160,6 +160,7 @@
 
 # cui
 SHL2TARGET= cui$(UPD)$(DLLPOSTFIX)
+SHL2DEPN=$(SHL1TARGETN)
 SHL2VERSIONMAP= cui.map
 SHL2IMPLIB=icui
Comment 1 pavel 2005-08-07 13:16:34 UTC
.
Comment 2 pavel 2005-08-09 11:39:27 UTC
Please take over.
Comment 3 hjs 2005-08-10 10:40:22 UTC
added dependency
Comment 4 hjs 2005-08-10 10:41:21 UTC
please verify

re-open issue and reassign to pjanik@openoffice.org
Comment 5 hjs 2005-08-10 10:41:24 UTC
reassign to pjanik@openoffice.org
Comment 6 hjs 2005-08-10 10:41:28 UTC
reset resolution to FIXED
Comment 7 pavel 2005-08-10 13:15:24 UTC
verified.
Comment 8 pavel 2006-12-06 11:19:57 UTC
.