Bugs item #1881656, was opened at 2008-01-29 09:46 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1881656&group_id=56967
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: Tests Group: MonetDB5 CVS Head >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Stefan Manegold (stmane) Assigned to: Martin Kersten (mlkersten) Summary: M5: starting mserver5 fails on Windows Initial Comment: Stating mserver5 on Windows fails with # MonetDB server v5.3.0, based on kernel v1.21.0 # Serving database 'mTests' # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information !MALException:MAL.getAddress:address of 'replicator.REPprelude' not found !MALException:MAL.getAddress:address of 'replicator.REPselect' not found !MALException:MAL.getAddress:address of 'replicator.REPuselect' not found # Listening for connection requests on mapi:monetdb://tureluur:39506/ #function user.main():void; # clients.quit(); #end main; For details, see (e.g.): http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/index_short.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Int.32.32.d-Windows5.1/test10.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Mic.32.32.d-Windows5.1/test10.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Int.64.64.d-Windows5.2/test10.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Mic.64.64.d-Windows5.2/test10.out.html ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2008-01-31 15:09 Message: Logged In: YES user_id=572415 Originator: YES Both loading and the compilation/linking problems appear to be fixed. Closing. (Obviously no extra test needed.) ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-01-30 14:07 Message: Logged In: YES user_id=572415 Originator: YES (Hopefully) fixed in CVS: opt_replicators calls symbols from module algebra, hence, we need to link with ../modules/kernel/lib_algebra ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-01-30 11:41 Message: Logged In: YES user_id=572415 Originator: YES Now, MonetDB5 compilation fails on Windows with opt_replicator.obj : error LNK2019: unresolved external symbol __imp__ALGselectInclusive referenced in function _REPselect For details, see http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Int.32.32.d-Windows5.1/make.out.extrerrmsg.html#l2070 http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Mic.32.32.d-Windows5.1/make.out.extrerrmsg.html#l1878 http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Int.32.32.d-Windows5.1/make.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Mic.32.32.d-Windows5.1/make.out.html ---------------------------------------------------------------------- Comment By: Martin Kersten (mlkersten) Date: 2008-01-29 10:17 Message: Logged In: YES user_id=490798 Originator: NO added the missing export declarations, which should resolve the issue. To be closed after next nightly run. No additional test needed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1881656&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
