Bugs item #1828314, was opened at 2007-11-08 15:35 Message generated for change (Comment added) made by mlkersten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1828314&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: Build Group: MonetDB5 5.2 Status: Open >Resolution: Invalid Priority: 5 Private: No Submitted By: Arjen de Rijke (arjenderijke) Assigned to: Sjoerd Mullender (sjoerd) Summary: make failed on MonetDB5 Initial Comment: When compiling MonetDB5 on CWI desktop, code checkout today, make failed with: make[4]: Leaving directory `/ufs/rijke/src/monetdb/MonetDB5/src/modules' Making all in tools make[4]: Entering directory `/ufs/rijke/src/monetdb/MonetDB5/src/tools' /export/scratch1/rijke/monetdb/bin/Mx -x c stethoscope.mx stethoscope.mx: ./stethoscope.c - created /export/scratch1/rijke/monetdb/bin/Mx -x c embeddedclient.mx embeddedclient.mx: ./embeddedclient.c - created /export/scratch1/rijke/monetdb/bin/Mx -l -x h embeddedclient.mx embeddedclient.mx: ./embeddedclient.h - created make[4]: *** No rule to make target `mcheckpoint', needed by `all'. Stop. make[4]: Leaving directory `/ufs/rijke/src/monetdb/MonetDB5/src/tools' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/ufs/rijke/src/monetdb/MonetDB5/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/ufs/rijke/src/monetdb/MonetDB5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/ufs/rijke/src/monetdb/MonetDB5' make: *** [all] Error 2 Fedora Core 6 libtool 1.5.22 autoconf 2.59 automake 1.9.6 ---------------------------------------------------------------------- >Comment By: Martin Kersten (mlkersten) Date: 2007-11-10 17:03 Message: Logged In: YES user_id=490798 Originator: NO Indeed. error not confimed. Arjen, can it be closed? ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2007-11-10 01:21 Message: Logged In: YES user_id=572415 Originator: NO Hm, looks like your check-out is broken: ======== $ grep mcheckpoint /ufs/rijke/src/monetdb/MonetDB5/src/tools/CVS/Entries /mcheckpoint/1.3/Fri Oct 12 17:40:25 2007// $ ls /ufs/rijke/src/monetdb/MonetDB5/src/tools/mcheckpoint ls: /ufs/rijke/src/monetdb/MonetDB5/src/tools/mcheckpoint: No such file or directory ======== (sorry for being so "noncharlant" to peek in you home ;-)) Either the cvs checkout/update failed for some reason or the code does not like the fact that you are running configure and make in your right source tree instead of using a separate build tree (don't get me wrong although we usuallu strongly recommend to use a separate build tree for "convenience", running configure & make straight in the source tree should work, and if it does not, this is a bug...). Hence, just do an other `cvs -q update -dP`, watch the output carefully for potential errors (and please report all files that are checked out again because they "were lost"), and then try make again, and report whether it works or not. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1828314&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
