[Zope-dev] Zope 2.9.4 broken ?

2006-07-20 Thread dummy
Hi,

I've downloaded the latested tar ball fro Zope Zope-2.9.4-final.tgz, unpacked 
it and try to build/install it on SuSE Linux 9.2 with Python 2.4.3

/usr/src/packages/BUILD/Zope-2.9.4-final # ./configure

Configuring Zope installation

Testing for an acceptable Python interpreter...

Python version 2.4.3 found at /usr/bin/python

The optimum Python version (2.4.3) was found at /usr/bin/python.

  - Zope top-level binary directory will be /opt/Zope-2.9.
  - Makefile written.

  Next, run make.

/usr/src/packages/BUILD/Zope-2.9.4-final # make
/usr/bin/python /usr/src/packages/BUILD/Zope-2.9.4-final/setup.py \
build 
--build-base=/usr/src/packages/BUILD/Zope-2.9.4-final/build-base/python-2.4 
--build-lib=/usr/src/packages/BUILD/Zope-2.9.4-final/build-base/python-2.4/build-lib
 
--build-scripts=/usr/src/packages/BUILD/Zope-2.9.4-final/build-base/python-2.4/build-scripts
 
--build-temp=/usr/src/packages/BUILD/Zope-2.9.4-final/build-base/python-2.4/build-temp
running build
running build_py
error: package directory 'build/lib/linux-i686-2/4/zope/app' does not exist
make: *** [build] Error 1


Regards,
Dirk
-- 


Feel free – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Zope 2.9.4 broken ? (solved)

2006-07-20 Thread dummy
Hi,

I found the solution for my problem:

There was a build folder under lib/python called build/lib/lib-i686-2.4/...
Don't know where it comes from. Maybe a wrong setup before current install 
process.

Removing lib/python/build solved my problem.

Regards,
Dirk

-- 


Feel free – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )