I got it to work by doing a git clean within the repository and re-building.
I'm not too familiar with pants or it internals, but I had previously built using a trusty64 mesos.native and it seems as if pants was re-using this even after I placed my self built mesos.native in the third_party directory. On Tue, Feb 17, 2015 at 9:55 PM, Larry Weya <larryw...@gmail.com> wrote: > I need to run on Ubuntu 12.04 (Cant upgrade to 14.04). I built my own > mesos.native egg within an Ubuntu 12.04 VM and put in the third_party > directory when building thermos but after starting a job, I get this in the > Mesos log > > ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not > found (required by > /root/.pex/install/mesos.native-0.20.1-py2.7-linux-x86_64.egg.3ad559b2b9ba2a363146049c27abff70d4860891/mesos.native-0.20.1-py2.7-linux-x86_64.egg/mesos/native/_mesos.so) > > What am I missing? > > -- > Larry Weya > -- Larry Weya