circular dependencies?

Michael Pyne mpyne at purinchu.net
Tue Aug 26 02:18:13 UTC 2014


On Mon, August 25, 2014 22:26:50 Marko Käning wrote:
> Hi,
> 
> I just see (on the OSX/CI system) using e.g.
> 
> ---
> $ cd ~/scripts/dependencies/tools
> $ list_dependencies frameworks/kauth
> desupport/extra-cmake-modules
> Qt5[stable]
> frameworks/kcoreaddons
> frameworks/kauth
> ---
> 
> that all frameworks depend on themselves.
> 
> Is that intended, just an artifact or a bug?

Artifact, it's listing modules in a proper build order (not simply a "list of 
deps"), but you're right: it should not list the last module since this is 
supposed to be a dependency listing.

Regards,
 - Michael Pyne


More information about the Kde-frameworks-devel mailing list