Nearly there... python-efl and python-etk now compiled in /usr instead of /usr/local, much to my dismay.
Now Im getting this piece of fun. (This is all using fresh CVS from e17 and fresh SVN from amsn2) I now have a bitter hatred towards python and its build systems :evil: Having spent 3 nights trying to make this thing build, I hope its worth it

toma@thegibson:~/Development/amsn2$ ./amsn2.py -f efl
Traceback (most recent call last):
File "ecore.evas.c_ecore_evas_base.pxi", line 32, in ecore.evas.c_ecore_evas.show_cb (ecore/evas/ecore.evas.c_ecore_evas.c:1911)
File "/home/toma/Development/amsn2/amsn2/gui/front_ends/efl/main.py", line 30, in __on_show
self._amsn_core.mainWindowShown()
File "/home/toma/Development/amsn2/amsn2/core/amsn.py", line 52, in mainWindowShown
self._main.setTitle("aMSN 2 - Loading")
File "/home/toma/Development/amsn2/amsn2/gui/base/main.py", line 21, in setTitle
raise NotImplementedError
NotImplementedError
toma@thegibson:~/Development/amsn2$