Bugs item #933827, was opened at 2004-04-12 13:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=933827&group_id=9368
Category: Installation Group: 3.0.1 Status: Open Resolution: None Priority: 9 Submitted By: Matthew Garrett (tuelusr) Assigned to: Nobody/Anonymous (nobody) Summary: make install bombs out in various places Initial Comment: Starting from a fresh CVS checkout by doing [EMAIL PROTECTED] /root]# cvs -z3 -d :ext:[EMAIL PROTECTED]/cvsroot/oscar checkout oscar [EMAIL PROTECTED] /root]# cd oscar [EMAIL PROTECTED] /root/oscar]# ./autogen.sh [EMAIL PROTECTED] /root/oscar]# ./configure --prefix=/opt/oscar [EMAIL PROTECTED] /root/oscar]# make install This invariably bombs out in /root/oscar/packages/tosca/sample due to sample being an empty directory. Making install in packages make[1]: Entering directory `/root/oscar/packages' Making install in tosca make[2]: Entering directory `/root/oscar/packages/tosca' Making install in sample make[3]: Entering directory `/root/oscar/packages/tosca/sample' make[3]: *** No rule to make target `install'. Stop. make[3]: Leaving directory `/root/oscar/packages/tosca/sample' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/root/oscar/packages/tosca' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/oscar/packages' Is sample supposed to be in the repository or not? I repair my checkout by removing sample from /root/oscar/packages/tosca/Makefile.am:SUBDIRS and try again. This invariably bombs out in /root/oscar/src with the following Making install in src make[1]: Entering directory `/root/oscar/src' make[1]: *** No rule to make target `install'. Stop. make[1]: Leaving directory `/root/oscar/src' make: *** [install-recursive] Error 1 Apparently, configure isn't entering /root/ocsar/src to generate its makefiles even though src is listed in /root/oscar/Makefile.am:SUBDIRS. But that's just my guess. This has been performed twice on a test cluster where both /root/oscar and /opt/oscar were empty before beginning to insure consistency in the test environment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=933827&group_id=9368 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
