From mboxrd@z Thu Jan 1 00:00:00 1970 From: jsanders@cs.fsu.edu (Jessie Sanders) Date: Wed, 19 May 2010 08:11:53 -0400 Subject: [ltt-dev] Circular dependency in 2.6.33.4 Message-ID: I am trying to install LTTng 0.214 in a vanilla 2.6.33.4 kernel, and I am receiving a warning during modules_install from depmod. The warning is WARNING: Loop detected: /lib/modules/2.6.33.4/kernel/ltt/ltt-relay.ko needs ltt-tracer.ko which needs ltt-relay.ko again! This error is followed by more module warnings from depmod, stating that all the other LTTng modules are being ignored, due to the above loop.