Skip to content

Instantly share code, notes, and snippets.

@abemusic
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abemusic/8958392 to your computer and use it in GitHub Desktop.
Save abemusic/8958392 to your computer and use it in GitHub Desktop.
M2Crypto build results
Searching for M2Crypto
Reading https://pypi.python.org/simple/M2Crypto/
Best match: M2Crypto 0.22.3
Downloading https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.22.3.tar.gz#md5=573f21aaac7d5c9549798e72ffcefedd
Processing M2Crypto-0.22.3.tar.gz
Writing /tmp/easy_install-PTgrri/M2Crypto-0.22.3/setup.cfg
Running M2Crypto-0.22.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PTgrri/M2Crypto-0.22.3/egg-dist-tmp-6_juWx
SWIG/_bio.i:64: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_rand.i:21: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_evp.i:159: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_dh.i:36: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_rsa.i:43: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_dsa.i:31: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_ssl.i:212: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_x509.i:323: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_pkcs7.i:44: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_pkcs7.i:44: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_util.i:11: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_engine.i:168: Warning(454): Setting a pointer/reference variable may leak memory.
SWIG/_m2crypto_wrap.c: In function ‘x509v3_lhash’:
SWIG/_m2crypto_wrap.c:6095: warning: return from incompatible pointer type
zip_safe flag not set; analyzing archive contents...
Adding M2Crypto 0.22.3 to easy-install.pth file
Installed /home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/M2Crypto-0.22.3-py2.6-linux-x86_64.egg
Searching for M2Crypto
Reading https://pypi.python.org/simple/M2Crypto/
Best match: M2Crypto 0.22.3
Downloading https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.22.3.tar.gz#md5=573f21aaac7d5c9549798e72ffcefedd
Processing M2Crypto-0.22.3.tar.gz
Writing /tmp/easy_install-EyBr6H/M2Crypto-0.22.3/setup.cfg
Running M2Crypto-0.22.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EyBr6H/M2Crypto-0.22.3/egg-dist-tmp-zC66vG
Error in sys.excepthook:
Traceback (most recent call last):
File "/tmp/easy_install-eHYoRJ/salt.git@3a894d760699ab155bc63a3e35e6730f87cc7d8c/salt/log/setup.py", line 652, in __global_logging_exception_handler
AttributeError: 'NoneType' object has no attribute 'getLogger'
Original exception was:
Traceback (most recent call last):
File "setup.py", line 108, in <module>
'Topic :: System :: Distributed Computing',
File "/usr/lib64/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/install.py", line 73, in run
self.do_egg_install()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/install.py", line 101, in do_egg_install
cmd.run()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 380, in run
self.easy_install(spec, not self.no_deps)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 604, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 655, in install_item
self.process_distribution(spec, dist, deps)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 706, in process_distribution
[requirement], self.local_index, self.easy_install
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/pkg_resources.py", line 618, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/pkg_resources.py", line 862, in best_match
return self.obtain(req, installer) # try and download/install
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/pkg_resources.py", line 874, in obtain
return installer(requirement)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 623, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 653, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 849, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 1130, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 1115, in run_setup
run_setup(setup_script, args)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/sandbox.py", line 69, in run_setup
lambda: execfile(
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/sandbox.py", line 120, in run
return func()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/sandbox.py", line 71, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 148, in <module>
File "/usr/lib64/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/bdist_egg.py", line 177, in run
self.run_command("egg_info")
File "/usr/lib64/python2.6/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/egg_info.py", line 185, in run
self.find_sources()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/egg_info.py", line 261, in find_sources
mm.run()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/egg_info.py", line 327, in run
self.add_defaults()
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/egg_info.py", line 363, in add_defaults
sdist.add_defaults(self)
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/sdist.py", line 231, in add_defaults
build_ext = self.get_finalized_command('build_ext')
File "/usr/lib64/python2.6/distutils/cmd.py", line 319, in get_finalized_command
cmd_obj.ensure_finalized()
File "/usr/lib64/python2.6/distutils/cmd.py", line 117, in ensure_finalized
self.finalize_options()
File "setup.py", line 69, in finalize_options
continue
File "/home/stackdio/.virtualenvs/testing/lib/python2.6/site-packages/setuptools/command/build_ext.py", line 108, in finalize_options
_build_ext.finalize_options(self)
File "/usr/lib64/python2.6/distutils/command/build_ext.py", line 183, in finalize_options
if os.name == 'nt':
AttributeError: 'NoneType' object has no attribute 'name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment