From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris J Arges Date: Thu, 5 Nov 2015 14:02:31 -0600 Subject: [lustre-devel] Build Dependency Issue in Lustre Mainline Linux Message-ID: <563BB5D7.2040506@canonical.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org Just did a fresh git pull --rebase and tried to do 'make deb-pkg' with an Ubuntu config (which enables lustre). I got the following: depmod: WARNING: found 2 modules in dependency cycles! depmod: WARNING: /home/arges/src/kernel/linux/./debian/tmp/lib/modules/4.3.0+/kernel/drivers/staging/lustre/lnet/lnet/lnet.ko in dependency cycle! depmod: WARNING: /home/arges/src/kernel/linux/./debian/tmp/lib/modules/4.3.0+/kernel/drivers/staging/lustre/lustre/libcfs/libcfs.ko in dependency cycle! ./scripts/depmod.sh: line 57: 16836 Killed "$DEPMOD" "$@" "$KERNELRELEASE" $SYMBOL_PREFIX make[2]: *** [_modinst_post] Error 137 make[1]: *** [deb-pkg] Error 2 make: *** [deb-pkg] Error 2 This was building fine in v4.3, so I suspect something after this tag is causing issue. (My HEAD is at 8e483ed13). --chris