[Erp5-report] r32862 luke - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 14:22:24 CET 2010


Author: luke
Date: Fri Feb 19 14:22:24 2010
New Revision: 32862

URL: http://svn.erp5.org?rev=32862&view=rev
Log:
 - check that memcached is able to find proper libevent

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32862&r1=32861&r2=32862&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Fri Feb 19 14:22:24 2010
@@ -7,7 +7,7 @@
 # run make assert to check that all is working
 assert: assert-software
 
-assert-software: assert-python2.4 assert-eggs-2.4
+assert-software: assert-python2.4 assert-eggs-2.4 assert-parts-libs
 
 assert-python2.4: bin/python2.4
 	bin/python2.4 -c 'import _ssl'
@@ -36,5 +36,8 @@
 	ls -d develop-eggs/MySQL_python-*-py2.4-*-*.egg
 	ldd develop-eggs/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg/_mysql.so | grep 'parts/mysql-tritonn-5.0/lib/mysql/libmysqlclient_r.so'
 
+assert-parts-libs:
+	ldd parts/memcached/bin/memcached | grep 'parts/libevent/lib/libevent'
+
 create-mandriva2010-rpm: bin/buildout
 	bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm




More information about the Erp5-report mailing list