Issue 65135 - compilation error: cannot find -ltl680li
Summary: compilation error: cannot find -ltl680li
Status: CLOSED DUPLICATE of issue 65110
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m166
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Mathias_Bauer
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 04:13 UTC by bluedwarf
Modified: 2006-05-07 15:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bluedwarf 2006-05-07 04:13:57 UTC
I built SRC680_m166 normally and find compilation error below.

********************************************************
build -- version: 1.148

=============
Building project unoxml
=============
/home/ooosrc/SRC680_m166/unoxml/source/dom
-------------
/home/ooosrc/SRC680_m166/unoxml/source/xpath
-------------
/home/ooosrc/SRC680_m166/unoxml/source/events
-------------
/home/ooosrc/SRC680_m166/unoxml/source/service
dmake: Executing shell macro: $(FIND) . -name
"{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX),
$(SHL1TARGET)))}.xml"
------------------------------
Making: ../../unxlngi4.pro/lib/libunoxml680li.so
ccache gcc -z combreloc -z defs -Wl,-rpath,'$ORIGIN' -shared -Wl,-O1
-Wl,--version-script ../../unxlngi4.pro/misc/exports_unoxml680li.map
-L../../unxlngi4.pro/lib -L../lib -L/home/ooosrc/SRC680_m166/solenv/unxlngi4/lib
-L/home/ooosrc/SRC680_m166/solver/680/unxlngi4.pro/lib
-L/home/ooosrc/SRC680_m166/solenv/unxlngi4/lib -L/usr/lib/jvm/java-1.4.2-sun/lib
-L/usr/lib/jvm/java-1.4.2-sun/jre/lib/i386
-L/usr/lib/jvm/java-1.4.2-sun/jre/lib/i386/client
-L/usr/lib/jvm/java-1.4.2-sun/jre/lib/i386/native_threads -L/usr/X11R6/lib
../../unxlngi4.pro/slo/services.o ../../unxlngi4.pro/slo/unoxml_dflt_version.o
../../unxlngi4.pro/slo/unoxml_dflt_description.o -o
../../unxlngi4.pro/lib/libunoxml680li.so ../../unxlngi4.pro/slo/attr.o
../../unxlngi4.pro/slo/cdatasection.o ../../unxlngi4.pro/slo/characterdata.o
../../unxlngi4.pro/slo/comment.o ../../unxlngi4.pro/slo/document.o
../../unxlngi4.pro/slo/documentbuilder.o
../../unxlngi4.pro/slo/documentfragment.o ../../unxlngi4.pro/slo/documenttype.o
../../unxlngi4.pro/slo/element.o ../../unxlngi4.pro/slo/entity.o
../../unxlngi4.pro/slo/entityreference.o ../../unxlngi4.pro/slo/node.o
../../unxlngi4.pro/slo/notation.o ../../unxlngi4.pro/slo/processinginstruction.o
../../unxlngi4.pro/slo/text.o ../../unxlngi4.pro/slo/domimplementation.o
../../unxlngi4.pro/slo/elementlist.o ../../unxlngi4.pro/slo/childlist.o
../../unxlngi4.pro/slo/notationsmap.o ../../unxlngi4.pro/slo/entitiesmap.o
../../unxlngi4.pro/slo/attributesmap.o ../../unxlngi4.pro/slo/saxbuilder.o
../../unxlngi4.pro/slo/xpathobject.o ../../unxlngi4.pro/slo/nodelist.o
../../unxlngi4.pro/slo/xpathapi.o ../../unxlngi4.pro/slo/event.o
../../unxlngi4.pro/slo/eventdispatcher.o ../../unxlngi4.pro/slo/mutationevent.o
../../unxlngi4.pro/slo/uievent.o ../../unxlngi4.pro/slo/mouseevent.o
../../unxlngi4.pro/slo/testlistener.o -lxml2 -ltl680li -lcomphelp4gcc3
-luno_cppuhelpergcc3 -luno_cppu -luno_sal -ldl -lpthread -lm -Wl,-Bdynamic
-lstlport_gcc -lstdc++
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld:
cannot find -ltl680li
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../../unxlngi4.pro/lib/libunoxml680li.so'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/ooosrc/SRC680_m166/unoxml/source/service
Comment 1 bluedwarf 2006-05-07 05:20:09 UTC
It is a problem of module dependency. I guess a module which "unoxml" module
depends on do not need "tools" module any more and remove the dependency on
"tools" for some reason.

libtl680li.so is originally derived from "tools" module so adding "tools" in the
first line of unoxml/prj/build.lst works.

p.s.
I mistook PATCH for DEFECT on IssueType field.
Comment 2 pavel 2006-05-07 15:27:45 UTC
dupe

*** This issue has been marked as a duplicate of 65110 ***
Comment 3 pavel 2006-05-07 15:28:06 UTC
.