Bugs item #1663314, was opened at 2007-02-19 11:09 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1663314&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: buildtools 1.16 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Roel van Os (roel_van_os) >Assigned to: Sjoerd Mullender (sjoerd) Summary: Buildtools: build in source tree fails Initial Comment: When building the buildtools inside the source tree, the following error occurs: $ cd buildtools $ ./bootstrap $ ./configure --prefix=/local/os/MonetDB $ make cd . && /bin/sh /local/os/Temp/buildtools/missing --run autoheader rm -f stamp-h1 touch dummy.h.in cd . && /bin/sh ./config.status dummy.h config.status: creating dummy.h config.status: dummy.h is unchanged make all-recursive make[1]: Entering directory `/local/os/Temp/buildtools' Making all in autogen make[2]: Entering directory `/local/os/Temp/buildtools/autogen' cp setup.py /local/os/Temp/buildtools/autogen/setup.py cp: `setup.py' and `/local/os/Temp/buildtools/autogen/setup.py' are the same file make[2]: *** [/local/os/Temp/buildtools/autogen/setup.py] Error 1 make[2]: Leaving directory `/local/os/Temp/buildtools/autogen' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/os/Temp/buildtools' make: *** [all] Error 2 Creating a subdirectory "build" and then configuring and compiling the buildtools inside that directory works fine. Operating system: SuSE Linux 9.3 (x86-64) Compiler: gcc 3.3.5 ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2007-02-19 11:44 Message: Logged In: YES user_id=43607 Originator: NO Fixed the dependency that triggered the cp. No test needed: compilation issue. ---------------------------------------------------------------------- Comment By: Fabian (mr-meltdown) Date: 2007-02-19 11:37 Message: Logged In: YES user_id=963970 Originator: NO I suspect this happened after Stefan's cleanup of the Makefile in buildtools. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1663314&group_id=56967 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
