Anmelden


Passwort vergessen?
prijatelji LUGoNSa
gnu.gif
linuxzasve.jpg
hulk.jpg
zextras_logo.png
 
Sie sind hier: Startseite / Uputstva / Gentoo/Exherbo / Plone 3x buildout instalacija

Plone 3x buildout instalacija

erstellt von milobit zuletzt verändert: 24.02.2009 00:47
Ovo upustvo će Vam pomoći da instalirate Zope i Plone buildout instalacijom.

Za Zope je jos uvek potreban python 2.4 posto je meni vec python 2.5 default pri instalaciji cu koristi naredbu python2.4 umesto python.

Da bi poceli instalaciju potrebne su nam sledeci paketi:

  • python 2.4
  • dev-python/setuptools
  • dev-python/imaging (Python Imaging Library (PIL))
  • ez_setup ( download ez_setup.py  )


BlackPearl storage # paludis -i dev-python/setuptools


BlackPearl storage # wget http://peak.telecommunity.com/dist/ez_setup.py


BlackPearl storage # python2.4 ez_setup.py
Downloading http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c8-py2.4.egg
Processing setuptools-0.6c8-py2.4.egg
creating /usr/lib64/python2.4/site-packages/setuptools-0.6c8-py2.4.egg
Extracting setuptools-0.6c8-py2.4.egg to /usr/lib64/python2.4/site-packages
Adding setuptools 0.6c8 to easy-install.pth file
Installing easy_install script to /usr/bin
Installing easy_install-2.4 script to /usr/bin

Installed /usr/lib64/python2.4/site-packages/setuptools-0.6c8-py2.4.egg
Processing dependencies for setuptools==0.6c8
Finished processing dependencies for setuptools==0.6c8
BlackPearl storage #


BlackPearl storage # easy_install-2.4 PIL
Searching for PIL
Reading http://pypi.python.org/simple/PIL/
Reading http://www.pythonware.com/products/pil
Reading http://effbot.org/zone/pil-changes-115.htm
Reading http://effbot.org/downloads/#Imaging
No local packages or download links found for PIL
error: Could not find suitable distribution for Requirement.parse('PIL')
BlackPearl storage #


BlackPearl storage # easy_install-2.4 --find-links http://www.pythonware.com/products/pil/ Imaging
Searching for Imaging
Reading http://www.pythonware.com/products/pil/
Best match: Imaging 1.1.6
Downloading http://effbot.org/downloads/Imaging-1.1.6.tar.gz
Processing Imaging-1.1.6.tar.gz
Running Imaging-1.1.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-zWi2hk/Imaging-1.1.6/egg-dist-tmp-5pb1EM
libImaging/Quant.c: In function 'rehash_collide':
libImaging/Quant.c:154: warning: cast to pointer from integer of different size
--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.6
platform linux2 2.4.4 (#1, Feb 15 2008, 08:53:54)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.

To check the build, run the selftest.py script.
zip_safe flag not set; analyzing archive contents...
WalImageFile: top-level module may be 'python -m' script
Image: module references __file__
SpiderImagePlugin: top-level module may be 'python -m' script
ImageFont: top-level module may be 'python -m' script
OleFileIO: top-level module may be 'python -m' script
ImageFileIO: top-level module may be 'python -m' script
IcnsImagePlugin: top-level module may be 'python -m' script
ImageStat: top-level module may be 'python -m' script
Adding PIL 1.1.6 to easy-install.pth file
Installing pilfile.py script to /usr/bin
Installing pilfont.py script to /usr/bin
Installing pilconvert.py script to /usr/bin
Installing pilprint.py script to /usr/bin
Installing pildriver.py script to /usr/bin

Installed /usr/lib64/python2.4/site-packages/PIL-1.1.6-py2.4-linux-x86_64.egg
Skipping dependencies for PIL 1.1.6
BlackPearl storage #


BlackPearl storage # python2.4
Python 2.4.4 (#1, Feb 15 2008, 08:53:54)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PIL
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named PIL
>>>
BlackPearl storage #


BlackPearl storage # cd /usr/lib/python2.4/site-packages/PIL-1.1.6-py2.4-linux-x86_64.egg
BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg #


BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg # mkdir PIL


BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg # mv *.py* *.so PIL/


BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg # python2.4 
Python 2.4.4 (#1, Feb 15 2008, 08:53:54)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PIL
>>>
BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg #


BlackPearl PIL-1.1.6-py2.4-linux-x86_64.egg # cd /storage
BlackPearl storage #


BlackPearl storage # easy_install-2.4 ZopeSkel
Searching for ZopeSkel
Reading http://pypi.python.org/simple/ZopeSkel/
Best match: ZopeSkel 2.8
Downloading http://pypi.python.org/packages/2.4/Z/ZopeSkel/ZopeSkel-2.8-py2.4.egg#md5=6d976b4cc1348d72f799f90b5b131a5e
Processing ZopeSkel-2.8-py2.4.egg
creating /usr/lib64/python2.4/site-packages/ZopeSkel-2.8-py2.4.egg
Extracting ZopeSkel-2.8-py2.4.egg to /usr/lib64/python2.4/site-packages
Adding ZopeSkel 2.8 to easy-install.pth file

Installed /usr/lib64/python2.4/site-packages/ZopeSkel-2.8-py2.4.egg
Processing dependencies for ZopeSkel
Searching for Cheetah
Reading http://pypi.python.org/simple/Cheetah/
Reading http://www.CheetahTemplate.org/
Reading http://sourceforge.net/project/showfiles.php?group_id=28961
Best match: Cheetah 2.0.1
Downloading http://downloads.sourceforge.net/cheetahtemplate/Cheetah-2.0.1.tar.gz?download
Processing Cheetah-2.0.1.tar.gz
Running Cheetah-2.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3j0FKB/Cheetah-2.0.1/egg-dist-tmp-1XddIi
warning: no files found matching '*.cfg'
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'src'
warning: no previously-included files matching '*~' found under directory 'src'
warning: no previously-included files matching '*.aux' found under directory 'src'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
zip_safe flag not set; analyzing archive contents...
Cheetah.ImportManager: module references __file__
Cheetah.ImportManager: module references __path__
Cheetah.ImportHooks: module references __file__
Cheetah.Template: module references __file__
Cheetah.NameMapper: module MAY be using inspect.stack
Cheetah.Tests.Template: module references __file__
Adding Cheetah 2.0.1 to easy-install.pth file
Installing cheetah-compile script to /usr/bin
Installing cheetah script to /usr/bin

Installed /usr/lib64/python2.4/site-packages/Cheetah-2.0.1-py2.4-linux-x86_64.egg
Searching for PasteScript
Reading http://pypi.python.org/simple/PasteScript/
Reading http://pythonpaste.org/script/
Best match: PasteScript 1.6.3
Downloading http://pypi.python.org/packages/source/P/PasteScript/PasteScript-1.6.3.tar.gz#md5=d91ad7e03d07f94a3206fef13c18cf49
Processing PasteScript-1.6.3.tar.gz
Running PasteScript-1.6.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Aq7eno/PasteScript-1.6.3/egg-dist-tmp-F2LpBF
Adding PasteScript 1.6.3 to easy-install.pth file
Installing paster script to /usr/bin
Installing paster script to /usr/bin

Installed /usr/lib64/python2.4/site-packages/PasteScript-1.6.3-py2.4.egg
Searching for PasteDeploy
Reading http://pypi.python.org/simple/PasteDeploy/
Reading http://pythonpaste.org/deploy/
Reading http://pythonpaste.org/deploy/paste-deploy.html
Best match: PasteDeploy 1.3.2
Downloading http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.3.2.tar.gz#md5=877fcf3fa025a65147fbae87e1765b65
Processing PasteDeploy-1.3.2.tar.gz
Running PasteDeploy-1.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PF4FR-/PasteDeploy-1.3.2/egg-dist-tmp-Pc31ui
warning: no files found matching 'docs/*.html'
warning: no previously-included files found matching 'docs/rebuild'
Adding PasteDeploy 1.3.2 to easy-install.pth file

Installed /usr/lib64/python2.4/site-packages/PasteDeploy-1.3.2-py2.4.egg
Searching for Paste>=1.3
Reading http://pypi.python.org/simple/Paste/
Reading http://pythonpaste.org
Best match: Paste 1.7.1
Downloading http://pypi.python.org/packages/source/P/Paste/Paste-1.7.1.tar.gz#md5=1c975cd645cd4aff86dab47c6d9059e1
Processing Paste-1.7.1.tar.gz
Running Paste-1.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-s-KRB0/Paste-1.7.1/egg-dist-tmp-8AUC-2
Adding Paste 1.7.1 to easy-install.pth file

Installed /usr/lib64/python2.4/site-packages/Paste-1.7.1-py2.4.egg
Finished processing dependencies for ZopeSkel
BlackPearl storage #


BlackPearl storage # exit
milobit@BlackPearl $ cd /storage
milobit@BlackPearl /storage $


milobit@BlackPearl /storage $ paster create -t plone3_buildout lugons.buildout
Selected and implied templates:
ZopeSkel#plone3_buildout A buildout for Plone 3 projects

Variables:
egg: lugons.buildout
package: lugonsbuildout
project: lugons.buildout
Enter zope2_install (Path to Zope 2 installation; leave blank to fetch one) ['']:
Enter plone_products_install (Path to directory containing Plone products; leave blank to fetch one) ['']:
Enter zope_user (Zope root admin user) ['admin']: zope
Enter zope_password (Zope root admin password) ['']: lozinka
Enter http_port (HTTP port) [8080]:
Enter debug_mode (Should debug mode be "on" or "off"?) ['off']:
Enter verbose_security (Should verbose security be "on" or "off"?) ['off']:
Creating template plone3_buildout
Creating directory ./lugons.buildout
Copying README.txt to ./lugons.buildout/README.txt
Copying bootstrap.py to ./lugons.buildout/bootstrap.py
Copying buildout.cfg_tmpl to ./lugons.buildout/buildout.cfg
Recursing into products
Creating ./lugons.buildout/products/
Copying README.txt to ./lugons.buildout/products/README.txt
Recursing into src
Creating ./lugons.buildout/src/
Copying README.txt to ./lugons.buildout/src/README.txt
Recursing into var
Creating ./lugons.buildout/var/
Copying README.txt to ./lugons.buildout/var/README.txt
-----------------------------------------------------------
Generation finished
You probably want to run python bootstrap.py and then edit
buildout.cfg before running bin/buildout -v

See README.txt for details
-----------------------------------------------------------
milobit@BlackPearl /storage $


milobit@BlackPearl /storage $ cd lugons.buildout/
milobit@BlackPearl /storage/lugons.buildout $


milobit@BlackPearl /storage/lugons.buildout $ python2.4 bootstrap.py 
Creating directory '/storage/lugons.buildout/bin'.
Creating directory '/storage/lugons.buildout/parts'.
Creating directory '/storage/lugons.buildout/eggs'.
Creating directory '/storage/lugons.buildout/develop-eggs'.
Generated script '/storage/lugons.buildout/bin/buildout'.
milobit@BlackPearl /storage/lugons.buildout $


milobit@BlackPearl /storage/lugons.buildout $ ./bin/buildout 
Getting distribution for 'plone.recipe.plone>=3.1.1,<3.2dev'.
Got plone.recipe.plone 3.1.5.1.
Getting distribution for 'plone.recipe.distros'.
Got plone.recipe.distros 1.3.
Getting distribution for 'zc.recipe.egg'.
Got zc.recipe.egg 1.1.0.
Getting distribution for 'plone.recipe.zope2install'.
Got plone.recipe.zope2install 2.3.
Getting distribution for 'plone.recipe.zope2instance'.
Got plone.recipe.zope2instance 2.4.
Installing plone.
Getting distribution for 'archetypes.kss==1.4.2'.
Got archetypes.kss 1.4.2.
Getting distribution for 'borg.localrole==2.0.1'.
Got borg.localrole 2.0.1.
Getting distribution for 'kss.core==1.4.3'.
Got kss.core 1.4.3.
Getting distribution for 'kss.demo==1.4.3'.
Got kss.demo 1.4.3.
Getting distribution for 'plone.app.content==1.3'.
Got plone.app.content 1.3.
Getting distribution for 'plone.app.contentmenu==1.1.5'.
Got plone.app.contentmenu 1.1.5.
Getting distribution for 'plone.app.contentrules==1.1.5'.
Got plone.app.contentrules 1.1.5.
Getting distribution for 'plone.app.controlpanel==1.1.2'.
Got plone.app.controlpanel 1.1.2.
Getting distribution for 'plone.app.customerize==1.1.2'.
Got plone.app.customerize 1.1.2.
Getting distribution for 'plone.app.form==1.1.5'.
Got plone.app.form 1.1.5.
Getting distribution for 'plone.app.i18n==1.0.5'.
Got plone.app.i18n 1.0.5.
Getting distribution for 'plone.app.iterate==1.1.5'.
Got plone.app.iterate 1.1.5.
Getting distribution for 'plone.app.kss==1.4.3'.
Got plone.app.kss 1.4.3.
Getting distribution for 'plone.app.layout==1.1.5'.
Got plone.app.layout 1.1.5.
Getting distribution for 'plone.app.linkintegrity==1.0.10'.
Got plone.app.linkintegrity 1.0.10.
Getting distribution for 'plone.app.openid==1.1'.
Got plone.app.openid 1.1.
Getting distribution for 'plone.app.portlets==1.1.5.1'.
Got plone.app.portlets 1.1.5.1.
Getting distribution for 'plone.app.redirector==1.0.9'.
Got plone.app.redirector 1.0.9.
Getting distribution for 'plone.app.viewletmanager==1.2.1'.
Got plone.app.viewletmanager 1.2.1.
Getting distribution for 'plone.app.vocabularies==1.0.5'.
Got plone.app.vocabularies 1.0.5.
Getting distribution for 'plone.app.workflow==1.1.5'.
Got plone.app.workflow 1.1.5.
Getting distribution for 'plone.browserlayer==1.0.0'.
Got plone.browserlayer 1.0.0.
Getting distribution for 'plone.contentrules==1.1.0'.
Got plone.contentrules 1.1.0.
Getting distribution for 'plone.fieldsets==1.0.3'.
Got plone.fieldsets 1.0.3.
Getting distribution for 'plone.i18n==1.0.6'.
Got plone.i18n 1.0.6.
Getting distribution for 'plone.intelligenttext==1.0.2'.
Got plone.intelligenttext 1.0.2.
Getting distribution for 'plone.keyring==1.2'.
Got plone.keyring 1.2.
Getting distribution for 'plone.locking==1.0.5'.
Got plone.locking 1.0.5.
Getting distribution for 'plone.memoize==1.0.4'.
Got plone.memoize 1.0.4.
Getting distribution for 'plone.openid==1.2'.
Got plone.openid 1.2.
Getting distribution for 'plone.portlets==1.1.0'.
Got plone.portlets 1.1.0.
Getting distribution for 'plone.protect==1.1'.
Got plone.protect 1.1.
Getting distribution for 'plone.session==2.0'.
Got plone.sGetting distribution for 'plone.theme==1.0'.
Got plone.theme 1.0.
Getting distribution for 'plone.portlet.collection==1.1.3'.
Got plone.portlet.collection 1.1.3.
Getting distribution for 'plone.portlet.static==1.1.5'.
Got plone.portlet.static 1.1.5.
Getting distribution for 'wicked==1.1.6'.
Got wicked 1.1.6.
Getting distribution for 'five.customerize==0.3'.
Got five.customerize 0.3.
Getting distribution for 'five.localsitemanager==0.4'.
Got five.localsitemanager 0.4.
Getting distribution for 'python-openid>=2.2.1,<2.3dev'.
zip_safe flag not set; analyzing archive contents...
Got python-openid 2.2.1.
Getting distribution for 'elementtree'.
zip_safe flag not set; analyzing archive contents...
Got elementtree 1.2.7-20070827-preview.
Installing zope2.
running build_ext
creating zope.proxy
copying zope/proxy/proxy.h -> zope.proxy
building 'AccessControl.cAccessControl' extension
creating build
creating build/temp.linux-x86_64-2.4
creating build/temp.linux-x86_64-2.4/AccessControl
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -IAcquisition -I/usr/include/python2.4 -c AccessControl/cAccessControl.c -o build/temp.linux-x86_64-2.4/AccessControl/cAccessControl.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/AccessControl/cAccessControl.o -o AccessControl/cAccessControl.so
building 'BTrees._OOBTree' extension
creating build/temp.linux-x86_64-2.4/BTrees
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_OOBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_OOBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_OOBTree.o -o BTrees/_OOBTree.so
building 'BTrees._OIBTree' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_OIBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_OIBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_OIBTree.o -o BTrees/_OIBTree.so
building 'BTrees._IIBTree' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -DEXCLUDE_INTSET_SUPPORT -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_IIBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_IIBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_IIBTree.o -o BTrees/_IIBTree.so
building 'BTrees._IOBTree' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -DEXCLUDE_INTSET_SUPPORT -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_IOBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_IOBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_IOBTree.o -o BTrees/_IOBTree.so
building 'BTrees._IFBTree' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -DEXCLUDE_INTSET_SUPPORT -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_IFBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_IFBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_IFBTree.o -o BTrees/_IFBTree.so
building 'BTrees._fsBTree' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -DEXCLUDE_INTSET_SUPPORT -IExtensionClass -I. -Ipersistent -I/usr/include/python2.4 -c BTrees/_fsBTree.c -o build/temp.linux-x86_64-2.4/BTrees/_fsBTree.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/BTrees/_fsBTree.o -o BTrees/_fsBTree.so
building 'DocumentTemplate.cDocumentTemplate' extension
creating build/temp.linux-x86_64-2.4/DocumentTemplate
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c DocumentTemplate/cDocumentTemplate.c -o build/temp.linux-x86_64-2.4/DocumentTemplate/cDocumentTemplate.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/DocumentTemplate/cDocumentTemplate.o -o DocumentTemplate/cDocumentTemplate.so
building 'ExtensionClass._ExtensionClass' extension
creating build/temp.linux-x86_64-2.4/ExtensionClass
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c ExtensionClass/_ExtensionClass.c -o build/temp.linux-x86_64-2.4/ExtensionClass/_ExtensionClass.o
ExtensionClass/_ExtensionClass.c: In function 'PyExtensionClass_Export_':
ExtensionClass/_ExtensionClass.c:768: warning: cast from pointer to integer of different size
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/ExtensionClass/_ExtensionClass.o -o ExtensionClass/_ExtensionClass.so
building 'Acquisition._Acquisition' extension
creating build/temp.linux-x86_64-2.4/Acquisition
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c Acquisition/_Acquisition.c -o build/temp.linux-x86_64-2.4/Acquisition/_Acquisition.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Acquisition/_Acquisition.o -o Acquisition/_Acquisition.so
building 'MethodObject._MethodObject' extension
creating build/temp.linux-x86_64-2.4/MethodObject
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c MethodObject/_MethodObject.c -o build/temp.linux-x86_64-2.4/MethodObject/_MethodObject.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/MethodObject/_MethodObject.o -o MethodObject/_MethodObject.so
building 'MultiMapping._MultiMapping' extension
creating build/temp.linux-x86_64-2.4/MultiMapping
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c MultiMapping/_MultiMapping.c -o build/temp.linux-x86_64-2.4/MultiMapping/_MultiMapping.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/MultiMapping/_MultiMapping.o -o MultiMapping/_MultiMapping.so
building 'Threadcreating build/temp.linux-x86_64-2.4/ThreadLock
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c ThreadLock/_ThreadLock.c -o build/temp.linux-x86_64-2.4/ThreadLock/_ThreadLock.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/ThreadLock/_ThreadLock.o -o ThreadLock/_ThreadLock.so
building 'Missing._Missing' extension
creating build/temp.linux-x86_64-2.4/Missing
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c Missing/_Missing.c -o build/temp.linux-x86_64-2.4/Missing/_Missing.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Missing/_Missing.o -o Missing/_Missing.so
building 'Record._Record' extension
creating build/temp.linux-x86_64-2.4/Record
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c Record/_Record.c -o build/temp.linux-x86_64-2.4/Record/_Record.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Record/_Record.o -o Record/_Record.so
building 'ComputedAttribute._ComputedAttribute' extension
creating build/temp.linux-x86_64-2.4/ComputedAttribute
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -IExtensionClass -I. -I/usr/include/python2.4 -c ComputedAttribute/_ComputedAttribute.c -o build/temp.linux-x86_64-2.4/ComputedAttribute/_ComputedAttribute.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/ComputedAttribute/_ComputedAttribute.o -o ComputedAttribute/_ComputedAttribute.so
building 'initgroups._initgroups' extension
creating build/temp.linux-x86_64-2.4/initgroups
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c initgroups/_initgroups.c -o build/temp.linux-x86_64-2.4/initgroups/_initgroups.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/initgroups/_initgroups.o -o initgroups/_initgroups.so
building 'Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter.ZopeSplitter' extension
creating build/temp.linux-x86_64-2.4/Products
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c -o build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.o -o Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
building 'Products.PluginIndexes.TextIndex.Splitter.ISO_8859_1_Splitter.ISO_8859_1_Splitter' extension
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -o build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.o -o Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
building 'Products.PluginIndexes.TextIndex.Splitter.UnicodeSplitter.UnicodeSplitter' extension
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter
creating build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c -o build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.o -o Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
building 'Products.ZCTextIndex.stopper' extension
creating build/temp.linux-x86_64-2.4/Products/ZCTextIndex
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c Products/ZCTextIndex/stopper.c -o build/temp.linux-x86_64-2.4/Products/ZCTextIndex/stopper.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Products/ZCTextIndex/stopper.o -o Products/ZCTextIndex/stopper.so
building 'Products.ZCTextIndex.okascore' extensionLock._ThreadLock' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c Products/ZCTextIndex/okascore.c -o build/temp.linux-x86_64-2.4/Products/ZCTextIndex/okascore.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Products/ZCTextIndex/okascore.o -o Products/ZCTextIndex/okascore.so
building 'persistent.cPersistence' extension
creating build/temp.linux-x86_64-2.4/persistent
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -Ipersistent -I/usr/include/python2.4 -c persistent/cPersistence.c -o build/temp.linux-x86_64-2.4/persistent/cPersistence.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -Ipersistent -I/usr/include/python2.4 -c persistent/ring.c -o build/temp.linux-x86_64-2.4/persistent/ring.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/persistent/cPersistence.o build/temp.linux-x86_64-2.4/persistent/ring.o -o persistent/cPersistence.so
building 'Persistence._Persistence' extension
creating build/temp.linux-x86_64-2.4/Persistence
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I. -Ipersistent -IExtensionClass -I/usr/include/python2.4 -c Persistence/_Persistence.c -o build/temp.linux-x86_64-2.4/Persistence/_Persistence.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/Persistence/_Persistence.o -o Persistence/_Persistence.so
building 'persistent.cPickleCache' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -Ipersistent -I/usr/include/python2.4 -c persistent/cPickleCache.c -o build/temp.linux-x86_64-2.4/persistent/cPickleCache.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/persistent/cPickleCache.o build/temp.linux-x86_64-2.4/persistent/ring.o -o persistent/cPickleCache.so
building 'persistent.TimeStamp' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c persistent/TimeStamp.c -o build/temp.linux-x86_64-2.4/persistent/TimeStamp.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/persistent/TimeStamp.o -o persistent/TimeStamp.so
building 'ZODB.winlock' extension
creating build/temp.linux-x86_64-2.4/ZODB
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c ZODB/winlock.c -o build/temp.linux-x86_64-2.4/ZODB/winlock.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/ZODB/winlock.o -o ZODB/winlock.so
building 'zope.proxy._zope_proxy_proxy' extension
creating build/temp.linux-x86_64-2.4/zope
creating build/temp.linux-x86_64-2.4/zope/proxy
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I. -Izope/proxy -I/usr/include/python2.4 -c zope/proxy/_zope_proxy_proxy.c -o build/temp.linux-x86_64-2.4/zope/proxy/_zope_proxy_proxy.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/proxy/_zope_proxy_proxy.o -o zope/proxy/_zope_proxy_proxy.so
building 'zope.security._proxy' extension
creating build/temp.linux-x86_64-2.4/zope/security
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I. -Izope/proxy -I/usr/include/python2.4 -c zope/security/_proxy.c -o build/temp.linux-x86_64-2.4/zope/security/_proxy.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/security/_proxy.o -o zope/security/_proxy.so
building 'zope.security._zope_security_checker' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c zope/security/_zope_security_checker.c -o build/temp.linux-x86_64-2.4/zope/security/_zope_security_checker.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/security/_zope_security_checker.o -o zope/security/_zope_security_checker.so
building 'zope.interface._zope_interface_coptimizations' extension
creating build/temp.linux-x86_64-2.4/zope/interface
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-x86_64-2.4/zope/interface/_zope_interface_coptimizations.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/interface/_zope_interface_coptimizations.o -o zope/interface/_zope_interface_coptimizations.so
building 'zope.i18nmessageid._zope_i18nmessageid_message' extension
creating build/temp.linux-x86_64-2.4/zope/i18nmessageid
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c zope/i18nmessageid/_zope_i18nmessageid_message.c -o build/temp.linux-x86_64-2.4/zope/i18nmessageid/_zope_i18nmessageid_message.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/i18nmessageid/_zope_i18nmessageid_message.o -o zope/i18nmessageid/_zope_i18nmessageid_message.so
building 'zope.hookable._zope_hookable' extension
creating build/temp.linux-x86_64-2.4/zope/hookable
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c zope/hookable/_zope_hookable.c -o build/temp.linux-x86_64-2.4/zope/hookable/_zope_hookable.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/hookable/_zope_hookable.o -o zope/hookable/_zope_hookable.so
building 'zope.thread._zope_thread' extension
creating build/temp.linux-x86_64-2.4/zope/thread
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/include/python2.4 -c zope/thread/_zope_thread.c -o build/temp.linux-x86_64-2.4/zope/thread/_zope_thread.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/thread/_zope_thread.o -o zope/thread/_zope_thread.so
building 'zope.app.container._zope_app_container_contained' extension
creating build/temp.linux-x86_64-2.4/zope/app
creating build/temp.linux-x86_64-2.4/zope/app/container
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -I. -Ipersistent -Izope/proxy -Izope/app/container -I/usr/include/python2.4 -c zope/app/container/_zope_app_container_contained.c -o build/temp.linux-x86_64-2.4/zope/app/container/_zope_app_container_contained.o
x86_64-pc-linux-gnu-gcc -pthread -shared build/temp.linux-x86_64-2.4/zope/app/container/_zope_app_container_contained.o -o zope/app/container/_zope_app_container_contained.so
running build_ext
Installing productdistros.
Installing instance.
Generated script '/storage/lugons.buildout/bin/instance'.
Generated script '/storage/lugons.buildout/bin/repozo'.
Installing zopepy.
Generated interpreter '/storage/lugons.buildout/bin/zopepy'.
milobit@BlackPearl /storage/lugons.buildout $


milobit@BlackPearl /storage $ ./bin/instance fg



Artikelaktionen