Bugs item #2896821, was opened at 2009-11-12 19:59 Message generated for change (Comment added) made by yyyo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2896821&group_id=129076
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiling Group: Sedna (development) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Compile error Initial Comment: make[3]: Leaving directory `/home/build/sedna-3.2.142/kernel/tr/triggers' g++ -O2 -fexceptions -L../../libs/expat -L../../libs/chicken -L../../libs/pcre -L../../libs/dtsearch/lib -ldtsearch -lz -o ../../bin/se_trn tr.o socket_client.o cl_client.o tr_functions.o tr_common_funcs.o tr_globals.o auth/auth.a cat/cat.a crmutils/crmutils.a executor/executor.a idx/idx.a locks/locks.a log/log.a mo/mo.a nid/nid.a pq/pq.a pstr/pstr.a rcv/rcv.a sqp/sqp.a strings/strings.a structures/structures.a updates/updates.a vmm/vmm.a xqp/xqp.a bstrie/bstrie.a ft/ft.a triggers/triggers.a ../../kernel/common/common_files.a ../../kernel/sm/llsm/llcommon.a auth/auth.a cat/cat.a crmutils/crmutils.a executor/executor.a idx/idx.a locks/locks.a log/log.a mo/mo.a nid/nid.a pq/pq.a pstr/pstr.a rcv/rcv.a sqp/sqp.a strings/strings.a structures/structures.a updates/updates.a vmm/vmm.a xqp/xqp.a bstrie/bstrie.a ft/ft.a triggers/triggers.a ../../kernel/common/common_files.a ../../kernel/sm/llsm/llcommon.a -lexpat -lchicken -lpcre -fexceptions -lnsl -lrt -pthread -ldl xqp/xqp.a(XQueryModule.o): In function `sedna::XQueryModule::getLReturnFunctionInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sedna::XQFunction&)': XQueryModule.cpp:(.text+0x3a6): undefined reference to `sedna::LReturn::getFunctionInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' xqp/xqp.a(XQueryModule.o): In function `sedna::XQueryModule::getLReturnVariableInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sedna::XQVariable&)': XQueryModule.cpp:(.text+0x2482): undefined reference to `sedna::LReturn::getVariableInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' xqp/xqp.a(XQueryModule.o): In function `sedna::LReturn::LReturn(sedna::XQueryDriver*, sedna::XQueryModule*)': XQueryModule.cpp:(.text._ZN5sedna7LReturnC1EPNS_12XQueryDriverEPNS_12XQueryModuleE[sedna::LReturn::LReturn(sedna::XQueryDriver*, sedna::XQueryModule*)]+0x56): undefined reference to `vtable for sedna::LReturn' xqp/xqp.a(XQueryModule.o): In function `sedna::LReturn::~LReturn()': XQueryModule.cpp:(.text._ZN5sedna7LReturnD1Ev[sedna::LReturn::~LReturn()]+0x11): undefined reference to `vtable for sedna::LReturn' collect2: ld returned 1 exit status make[2]: *** [../../bin/se_trn] Error 1 make[2]: Leaving directory `/home/build/sedna-3.2.142/kernel/tr' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/build/sedna-3.2.142/kernel' make: *** [build] Error 2 ---------------------------------------------------------------------- Comment By: Sifast (yyyo) Date: 2009-11-13 09:48 Message: 1. Gentoo 2008 2. Linux localhost 2.6.19-gentoo-r5 I'am compile it after add lreturn in /kernel/tr/xqp/Makefile as follows SUBDIRS = ast visitor sema serial lr lreturn. Lreturn is missing in 142 build. ---------------------------------------------------------------------- Comment By: Ivan Shcheklein (shcheklein) Date: 2009-11-12 21:18 Message: Thank you for this bug report! Please, provide the following information: 1. What OS do you use? 2. uname -a (if you use Unix like OS) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2896821&group_id=129076 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
