Bugs item #1704287, was opened at 2007-04-20 07:01 Message generated for change (Comment added) made by vanandel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1704287&group_id=5470
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: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Joseph VanAndel (vanandel) Assigned to: Nobody/Anonymous (nobody) Summary: must run "make" before "make install" Initial Comment: "make install" fails unless you've already run "make". Not a show-stopper, but specifying the correct dependencies for "make install" would force everything to be built before it was installed. ---------------------------------------------------------------------- >Comment By: Joseph VanAndel (vanandel) Date: 2007-06-05 15:55 Message: Logged In: YES user_id=6581 Originator: YES With CentOS 5 (clone of Redhat Enterprise 5), if you run "make install" before running "make", the make stops with the error: Compiling /opt/local/lib/python2.5/xml/sax/saxutils.py ... Compiling /opt/local/lib/python2.5/xml/sax/xmlreader.py ... Compiling /opt/local/lib/python2.5/xmllib.py ... Compiling /opt/local/lib/python2.5/xmlrpclib.py ... Compiling /opt/local/lib/python2.5/zipfile.py ... make: *** [libinstall] Error 1 make version is 3.81 ---------------------------------------------------------------------- Comment By: Collin Winter (collinwinter) Date: 2007-06-05 12:43 Message: Logged In: YES user_id=1344176 Originator: NO What do you mean by "fails"? What platform are you using? What version of make are you using? I'm unable to reproduce this on Ubuntu Dapper Drake (using GNU Make 3.81beta4). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1704287&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com