To python users

Marcin Chojnowski martii at obgyn.edu.pl
Fri May 10 04:56:51 CEST 2002


I get such info during Zope compilation:

cp /usr/lib/python2.2/config/Makefile.pre.in .
make -f Makefile.pre.in boot PYTHON=/usr/bin/python
make: *** Brak reguł do wykonania obiektu `boot'. Stop.
Traceback (most recent call last):
  File "wo_pcgi.py", line 117, in ?
  File "wo_pcgi.py", line 105, in main
  File "/home/users/martii/rpm/BUILD/Zope-2.4.3-src/inst/build_extensions.py", line 102, in ?
    make('lib','python')
  File "/home/users/martii/rpm/BUILD/Zope-2.4.3-src/inst/do.py", line 134, in make
    do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable)
  File "/home/users/martii/rpm/BUILD/Zope-2.4.3-src/inst/do.py", line 104, in do
    if i and picky: raise SystemError, i
SystemError: 512
błąd: Bad exit status from /var/tmp/rpm-tmp.8282 (%build)


this do.py piece of code looks like that:

    for a in args: os.chdir(a)
    # Copy over and use the prototype extensions makefile from python dist:
    do("cp %s ." % wheres_Makefile_pre_in())
    do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable)
    do('make')
    do('make clean')
    for a in args: os.chdir('..')

Any Ideahow to solve this problem ???

martii



More information about the pld-devel-en mailing list