|
My web site had been working until this morning for months
without a problem. When investigating the cause of the crush I found out that my
ISP just upgraded to python 2.0 without my knowledge. My site is as
far as I know the only zope site there. It does not start or build. I tried to
upgrade to version 2.2.5 (I was running 2.2.2) without a success.
This is what i got when trying to upgrade to version 2.2.5
:
Building the PCGI wrapper
./configure loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking MACHDEP... freebsd4 checking for inet_addr in -lnsl... (cached) no checking for socket in -lsocket... (cached) no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for pid_t... (cached) yes checking return type of signal handlers... (cached) void checking for putenv... (cached) yes checking for socket... (cached) yes checking for strerror... (cached) yes checking for union semun... yes updating cache ./config.cache creating ./config.status creating Makefile make ------------------------------------------------------------------------------ Writing the pcgi resource file (ie cgi script), /virtuals/gosvald/zope/Zope.cgi chmod 0755 /virtuals/gosvald/zope/Zope.cgi ------------------------------------------------------------------------------
Compiling python modules ------------------------------------------------------------------------------
Building extension modules ------------------------------------------------
Compiling extensions in lib/python cp /usr/local/lib/python2.0/config/Makefile.pre.in . make -f Makefile.pre.in boot PYTHON=/usr/local/bin/python rm -f *.o *~ rm -f *.a tags TAGS config.c Makefile.pre python sedscript rm -f *.so *.sl so_locations VERSION=`/usr/local/bin/python -c "import sys; print sys.version[:3]"`; install dir=`/usr/local/bin/python -c "import sys; print sys.prefix"`; exec_installdir= `/usr/local/bin/python -c "import sys; print sys.exec_prefix"`; make -f ./Makef ile.pre.in VPATH=. srcdir=. VERSION=$VERSION installdir=$installdir exec_inst alldir=$exec_installdir Makefile sed -n -e '1s/.*/1i\\/p' -e '2s%.*%# Generated automatically from Makefile.pre .in by sedscript.%p' -e '/^VERSION=/s/^VERSION=[ ]*\(.*\)/s%@VERSION[@]%\ 1%/p' -e '/^CC=/s/^CC=[ ]*\(.*\)/s%@CC[@]%\1%/p' -e '/^CCC=/s/^CCC=[ ] *\(.*\)/s%#@SET_CCC[@]%CCC=\1%/p' -e '/^LINKCC=/s/^LINKCC=[ ]*\(.*\)/s%@LINK CC[@]%\1%/p' -e '/^OPT=/s/^OPT=[ ]*\(.*\)/s%@OPT[@]%\1%/p' -e '/^LDFLAGS =/s/^LDFLAGS=[ ]*\(.*\)/s%@LDFLAGS[@]%\1%/p' -e '/^LDLAST=/s/^LDLAST=[ ]* \(.*\)/s%@LDLAST[@]%\1%/p' -e '/^DEFS=/s/^DEFS=[ ]*\(.*\)/s%@DEFS[@]%\1%/ p' -e '/^LIBS=/s/^LIBS=[ ]*\(.*\)/s%@LIBS[@]%\1%/p' -e '/^LIBM=/s/^LIBM= [ ]*\(.*\)/s%@LIBM[@]%\1%/p' -e '/^LIBC=/s/^LIBC=[ ]*\(.*\)/s%@LIBC [@]%\1%/p' -e '/^RANLIB=/s/^RANLIB=[ ]*\(.*\)/s%@RANLIB[@]%\1%/p' -e '/^MACH DEP=/s/^MACHDEP=[ ]*\(.*\)/s%@MACHDEP[@]%\1%/p' -e '/^SO=/s/^SO=[ ] *\(.*\)/s%@SO[@]%\1%/p' -e '/^LDSHARED=/s/^LDSHARED=[ ]*\(.*\)/s%@LDSHARED[@]% \1%/p' -e '/^CCSHARED=/s/^CCSHARED=[ ]*\(.*\)/s%@CCSHARED[@]%\1%/p' -e '/^SG I_ABI=/s/^SGI_ABI=[ ]*\(.*\)/s%@SGI_ABI[@]%\1%/p' -e '/^LINKFORSHARED=/s/^L INKFORSHARED=[ ]*\(.*\)/s%@LINKFORSHARED[@]%\1%/p' -e '/^prefix=/s/^prefix=\(. *\)/s%^prefix=.*%prefix=\1%/p' -e '/^exec_prefix=/s/^exec_prefix=\(.*\)/s%^exec _prefix=.*%exec_prefix=\1%/p' /usr/local/lib/python2.0/config/Makefile >sedscri pt echo "/^#@SET_CCC@/d" >>sedscript echo "/^installdir=/s%=.*%= /usr/local%" >>sedscript echo "/^exec_installdir=/s%=.*%=/usr/local%" >>sedscript echo "/^srcdir=/s%=.*%= .%" >>sedscript echo "/^VPATH=/s%=.*%= .%" >>sedscript echo "/^LINKPATH=/s%=.*%= %" >>sedscript echo "/^BASELIB=/s%=.*%= %" >>sedscript echo "/^BASESETUP=/s%=.*%= %" >>sedscript sed -f sedscript ./Makefile.pre.in >Makefile.pre /usr/local/lib/python2.0/config/makesetup -m Makefile.pre -c /usr/local/lib/pyt hon2.0/config/config.c.in Setup -n /usr/local/lib/python2.0/config/Setup.config /usr/local/lib/python2.0/config/Setup.local /usr/local/lib/python2.0/config/Set up make -f Makefile do-it-again /usr/local/lib/python2.0/config/makesetup -m Makefile.pre -c /usr/local/lib/pyt hon2.0/config/config.c.in Setup -n /usr/local/lib/python2.0/config/Setup.config /usr/local/lib/python2.0/config/Setup.local /usr/local/lib/python2.0/config/Set up make cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/ExtensionClass.c cc -shared -pthread ExtensionClass.o -o ExtensionClass.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/Acquisition.c cc -shared -pthread Acquisition.o -o Acquisition.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/MethodObject.c cc -shared -pthread MethodObject.o -o MethodObject.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/MultiMapping.c cc -shared -pthread MultiMapping.o -o MultiMapping.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/ThreadLock.c cc -shared -pthread ThreadLock.o -o ThreadLock.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/Missing.c cc -shared -pthread Missing.o -o Missing.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/Sync.c cc -shared -pthread Sync.o -o Sync.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/Record.c cc -shared -pthread Record.o -o Record.so cc -fPIC -I../Components/ExtensionClass -O -pipe -D_THREAD_SAFE -I/usr/local/in clude/python2.0 -I/usr/local/include/python2.0 -DHAVE_CONFIG_H -c ./../Component s/ExtensionClass/ComputedAttribute.c cc -shared -pthread ComputedAttribute.o -o ComputedAttribute.so cc -fPIC -O -pipe -D_THREAD_SAFE -I/usr/local/include/python2.0 -I/usr/local/in clude/python2.0 -DHAVE_CONFIG_H -c ./../Components/cPickle/cStringIO.c cc -shared -pthread cStringIO.o -o cStringIO.so cc -fPIC -O -pipe -D_THREAD_SAFE -I/usr/local/include/python2.0 -I/usr/local/in clude/python2.0 -DHAVE_CONFIG_H -c ./../Components/cPickle/cPickle.c ./../Components/cPickle/cPickle.c:57: mymath.h: No such file or directory *** Error code 1 Stop in /virtuals/gosvald/zope/lib/python.
Traceback (most recent call last): File "/virtuals/gosvald/zope/w_pcgi.py", line 111, in ? if __name__=='__main__': main(sys.argv[0]) File "/virtuals/gosvald/zope/w_pcgi.py", line 109, in main import wo_pcgi; wo_pcgi.main(me) File "/virtuals/gosvald/zope/wo_pcgi.py", line 104, in main import build_extensions File "/virtuals/gosvald/zope/inst/build_extensions.py", line 96, in ? make('lib','python') File "/virtuals/gosvald/zope/inst/do.py", line 135, in make do('make') File "/virtuals/gosvald/zope/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 256 Can anyone help please???
Regards,
|
- RE: [Zope] Python 2.0 ?????? OK Studio
- RE: [Zope] Python 2.0 ?????? Ron Bickers
- RE: [Zope] Python 2.0 ?????? Brian Lloyd
- [Zope] [Problem] URL is a problem word iap_y2fun.com
- Re: [Zope] namespace clash with 'URL', an... Chris Withers
- Re: [Zope] Python 2.0 ?????? Stephane Bortzmeyer
- RE: [Zope] Python 2.0 ?????? Magnus Heino (Rivermen)
- RE: [Zope] Python 2.0 ?????? Magnus Heino (Rivermen)
