[ python-Bugs-1465408 ] HP-UX11i installation failure
SourceForge.net
noreply at sourceforge.net
Thu Apr 6 09:56:22 CEST 2006
Bugs item #1465408, was opened at 2006-04-06 09:34
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1465408&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: Installation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Ralf W. Grosse-Kunstleve (rwgk)
Assigned to: Nobody/Anonymous (nobody)
Summary: HP-UX11i installation failure
Initial Comment:
% uname -a
HP-UX td176 B.11.23 U ia64 1928826293 unlimited-user
license
% cc -V
cc: HP aC++/ANSI C B3910B A.06.07 [Feb 2 2006]
env CC=cc CXX=aCC ./configure
--prefix=/var/tmp/rwgk/py25a1 --without-gcc
make
The output of make ends with:
No such file or directory: python
*** Error exit code 127
Stop.
I'll upload the full output of configure and make.
Note that the testdrive machine is publically accessible:
http://www.testdrive.hp.com/
telnet td176.testdrive.hp.com
----------------------------------------------------------------------
>Comment By: Anthony Baxter (anthonybaxter)
Date: 2006-04-06 17:56
Message:
Logged In: YES
user_id=29957
Right. Python.asdl and the output files that depend on it
have the same timestamps in the tarball. This is because
they get updated and all checked in in the same svn
revision. When the export is done, the timestamps are set to
the same time.
Possible solutions:
- make ignores this failure. Bad, because it might stop
_real_ errors.
- make catches lack of Python, and skips the step. Ugly,
and hard to do in a platform-compatible way.
- I change the 'welease.py' script to adjust the
timestamps of the files before making the release tarballs.
This is so nasty it makes me sick. But I can't see a better
option.
----------------------------------------------------------------------
Comment By: Anthony Baxter (anthonybaxter)
Date: 2006-04-06 17:48
Message:
Logged In: YES
user_id=29957
If you put a '-' at the start of the line in the Makefile,
it should build ok. Make it:
$(AST_H) $(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
-$(ASDLGEN) $(AST_ASDL)
Obviously there's some issues with timestamps on the files
and it's trying to rebuild the file unnecessarily...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1465408&group_id=5470
More information about the Python-bugs-list
mailing list