I have downloaded python-1.1 and applied patch-1.1.1. I am compiling
on an AlphaServer 2100 running DEC-OSF/1 V3.0B, and have tried using
both the native C compiler and gcc. In both cases make test fails with
the following sort of message:
fiachra python-1.1 % make test
(cd Modules; make -f Makefile.pre Makefile)
`Makefile' is up to date.
for i in . Parser Objects Python Modules; do (echo $i; cd $i; make
Makefile); done
.
`Makefile' is up to date.
Parser
`Makefile' is up to date.
Objects
`Makefile' is up to date.
Python
`Makefile' is up to date.
Modules
`Makefile' is up to date.
for i in Parser Objects Python Modules; do (echo $i; cd $i; make
OPT="-g" all); done
Parser
Objects
Python
Modules
rm -f ./Lib/test/*.pyc
PYTHONPATH=./Lib:./Lib/test ./python -c 'import autotest'
Unaligned access pid=17817 <python> va=14009f087 pc=3ff800c0e50
ra=12005f7b4 type=stq
Unaligned access pid=17817 <python> va=14009f07f pc=3ff800c0e38
ra=120062f24 type=ldq
sh: 17817 Memory fault - core dumped
*** Exit 139
Stop.
I was wondering if anyone else has had this problem and figured out a
way of compiling a working version of python for DEC-OSF? The unaligned
access is only an inconvenience, and just means that somewhere in the
code accesses are not quadword aligned.
Fergal.
--
/ Fergal Mc Carthy <fergal_at_fiachra.ucd.ie>, | Fergal Mc Carthy, \
| Advanced Computational Research Group, | 31 Fosterbrook, |
| Chemistry Department., U.C.D., Belfield, | Stillorgan Road, |
| Dublin 4, Ireland. | Dublin 4, Ireland. |
\ Ph: +353-1-706{2284,2418} | Ph: +353-1-2601304 /
Received on Mon Mar 20 1995 - 22:14:01 NZST