sys-fs/pytagsfs does not emerge in dev-python/inotifyx. With test use flag enabled it does emerge inotifyx.
I have to add that inotifyx is a dependency of pytagsfs. It is in the ebuild but it doesn't get installed.
Please attach build log.
Created attachment 213782 [details] Build log
Could you clarify what this bug is about?
(In reply to comment #4) > Could you clarify what this bug is about? > inotifyx contains some sort of python module that gets loaded when pytagsfs starts. But it is not installed as a dependency when you emerge pytagsfs. So now if you run it with -d (debug), pytagsfs displays this message: WARNING: failed to initialize source tree monitor pytagsfs.sourcetreemon.inotifyx_.DeferredInotifyxSourceTreeMonitor: missing dependency inotifyx
(In reply to comment #5) > WARNING: failed to initialize source tree monitor > pytagsfs.sourcetreemon.inotifyx_.DeferredInotifyxSourceTreeMonitor: missing > dependency inotifyx Correct, I get that too. However pytagsfs can work with either inotifyx or gamin/gam-server for filesystem notifications. I suppose the reason why emerge didn't pull inotifyx in is because you have gamin and gam-server installed. Apart from re-formatting in the ebuild it reads: || ( dev-python/inotifyx ( dev-libs/libgamin[python] app-admin/gam-server ) ) (The two bars indicate alternatives.) Unless I got you wrong this seems expected to me: pytagsfs seems operating fine without it. So I'm closing this as "INVALID" for now, please re-open if necessary.