I ran into Cogserver's CythonServer Test# 5 with the following error:
Failure: ImportError (/usr/local/lib/opencog/libstorage-types.so: undefined symbol: _ZN7opencog13TYPE_SET_LINKE) ... ERROR
more precisely in:
cogserver/tests/cython/server/test_agent_finder.py ", line 3, in <module>
from opencog.agent_finder import find_subclasses
so i went to see the test_agent_finder.py file and the cogserver import was after the from opencog.agent_finder
from opencog.agent_finder import find_subclasses
import opencog.cogserver
Inverting them I solved.
I don't know if it's an error and/or it's already fixed .. I pulled all repo a few days ago.
(Extra: I'm following the developments of the github branches and, obviously, all my build folders and their file are uncommited, why aren't they added to gitignore?)
Thanks.
Have a good time