----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9020/ -----------------------------------------------------------
(Updated Jan. 18, 2013, 11:52 p.m.) Review request for mesos, Benjamin Hindman and Vinod Kone. Changes ------- Removed the perftools linking from the mesos makefile. Summary (updated) ----------------- Added libprofiler.a to the python module objects, removed perftools from the mesos Makefile.am Description ------- This fixes a regression in the python tests to the the addition of gperftools. Diffs (updated) ----- src/Makefile.am 0ab59b75b2955c532d0833f132bdaffe323838d0 src/python/setup.py.in a564cd8a0664a962bc71fc63f2a873737c275a8e Diff: https://reviews.apache.org/r/9020/diff/ Testing ------- make check OSX (works) make check Linux, still seeing: $ ./src/examples/python/test-framework Traceback (most recent call last): File "/home/bmahler/git/mesos/build/../src/examples/python/test_framework.py", line 23, in <module> import mesos File "build/bdist.linux-x86_64/egg/mesos.py", line 22, in <module> File "build/bdist.linux-x86_64/egg/_mesos.py", line 7, in <module> File "build/bdist.linux-x86_64/egg/_mesos.py", line 6, in __bootstrap__ ImportError: /home/bmahler/.python-eggs/mesos-0.12.0-py2.6-linux-x86_64.egg-tmp/_mesos.so: undefined symbol: ProfilerStart Thanks, Ben Mahler
