[Zope] Can't compile Zope 2.0.1 (source)

Geoff Nordli geoff@gnaa.net
Wed, 27 Oct 1999 10:28:02 -0700


I couldn't find any rpm's or tarball's for the current
version (1.5.2) of python's libraries.  So I compiled a 
fresh version of python to no avail.  I am still getting 
the same errors.

I am also curious why it didn't appear to upgrade any of the
/usr/lib/python1.5 files.  

I ran a ./configure --with-threads;make;make install

Maybe I am doing something else wrong.

How can I get the output that you would like to see.  I ran
a 2>erorrs.txt, but that just captured what was on the 
screen.

thanks,

geoff


> -----Original Message-----
> From: michel@digicool.com [mailto:michel@digicool.com]
> Sent: Wednesday, October 27, 1999 7:31 AM
> To: Adrian Esteban Madrid
> Cc: Zope List
> Subject: Re: [Zope] Can't compile Zope 2.0.1 (source)
> 
> 
> Adrian Esteban Madrid wrote:
> > 
> > it starts compiling for a while and then it gives me this:
> > 
> > make: *** [ExtensionClass.o] Error 1
> > Traceback (innermost last):
> >   File "/usr/local/Zope/w_pcgi.py", line 111, in ?
> >     if __name__=='__main__': main(sys.argv[0])
> >   File "/usr/local/Zope/w_pcgi.py", line 109, in main
> >     import wo_pcgi; wo_pcgi.main(me)
> >   File "/usr/local/Zope/wo_pcgi.py", line 104, in main
> >     import build_extensions
> >   File "/usr/local/Zope/inst/build_extensions.py", line 96, in ?
> >     make('lib','python')
> >   File "/usr/local/Zope/inst/do.py", line 134, in make
> >     do('make')
> >   File "/usr/local/Zope/inst/do.py", line 103, in do
> >     if i and picky: raise SystemError, i
> > SystemError: 512
> 
> The traceback is not as useful here as the error gcc threw up when it
> failed to compile ExtensionClass.c.  So I'm going to get out my magic
> crystal ball and guess what your problem is.
> 
> The ball says you don't have the Python 1.5.2 development libries
> installed.  Either install the RPM or the sources from python.org.
> 
> -Michel
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (Related lists - please, no cross posts or HTML encoding!
> 
> To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
> 
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )
>