Hi, I'm currently running -current and this is the first time I had to use the ports to compile using a particular flavor : vim with python (along with perl and no_x11). but my problem is mainly with python.
my flavor options : export FLAVOR="no_x11 perl python" after doing a make install on /usr/ports/editors/vim, the package got built and installed without problems. However, as soon as I launch vim and type :python import sys I get the following message : Vim: Caught deadly signal SEGV vim:/usr/local/lib/libpython2.7.so.0.0: undefined symbol 'pthread_self' lazy binding failed! the port tree is in sync with the system and I don't see where my problem comes from. Have anybody experienced something equivalent ?