Comment 14 for bug 1319545

Revision history for this message
Chris McDonough (chrism-plope) wrote :

It may be an issue that is only local to my machine. Is anyone else having problems building libmemcache? This is the output I get:

[localhost] out: CXXLD clients/memparse
[localhost] out: libmemcached/.libs/libmemcached.so: undefined reference to `pthread_once'
[localhost] out: collect2: ld returned 1 exit status
[localhost] out: make[1]: *** [clients/memparse] Error 1
[localhost] out: make[1]: Leaving directory `/tmp/tmpB_JuTYbuildout-libmemcached/libmemcached-0.53'
[localhost] out: make: *** [all] Error 2
[localhost] out: libmemcached: cmmi failed: /tmp/tmpB_JuTYbuildout-libmemcached
[localhost] out: While:
[localhost] out: Installing libmemcached.
[localhost] out:
[localhost] out: An internal error occured due to a bug in either zc.buildout or in a
[localhost] out: recipe being used:
[localhost] out: Traceback (most recent call last):
[localhost] out: File "/srv/karltest/staging/2/lib/python2.6/site-packages/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1660, in main
[localhost] out: getattr(buildout, command)(args)
[localhost] out: File "/srv/karltest/staging/2/lib/python2.6/site-packages/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 532, in install
[localhost] out: installed_files = self[part]._call(recipe.install)
[localhost] out: File "/srv/karltest/staging/2/lib/python2.6/site-packages/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1204, in _call
[localhost] out: return f()
[localhost] out: File "/srv/karltest/staging/2/eggs/zc.recipe.cmmi-1.3.4-py2.6.egg/zc/recipe/cmmi/__init__.py", line 99, in install
[localhost] out: self.build()
[localhost] out: File "/srv/karltest/staging/2/eggs/zc.recipe.cmmi-1.3.4-py2.6.egg/zc/recipe/cmmi/__init__.py", line 182, in build
[localhost] out: self.cmmi(dest)
[localhost] out: File "/srv/karltest/staging/2/eggs/zc.recipe.cmmi-1.3.4-py2.6.egg/zc/recipe/cmmi/__init__.py", line 208, in cmmi
[localhost] out: system("make")
[localhost] out: File "/srv/karltest/staging/2/eggs/zc.recipe.cmmi-1.3.4-py2.6.egg/zc/recipe/cmmi/__init__.py", line 31, in system
[localhost] out: raise SystemError("Failed", c)
[localhost] out: SystemError: ('Failed', 'make')
[localhost] out:

Fatal error: sudo() received nonzero return code 1 while executing!

Requested: bin/buildout -N
Executed: sudo -S -p 'sudo password:' -u "karltest" /bin/bash -l -c "cd /srv/karltest/staging/2 && bin/buildout -N"

Aborting.