Re: randconfig build error with next-20141015, in crypto

From: Herbert Xu
Date: Wed Oct 15 2014 - 21:29:02 EST


On Wed, Oct 15, 2014 at 04:24:20PM -0700, Jim Davis wrote:
> This looks like a similar problem to one reported in August
> (https://lists.01.org/pipermail/kbuild-all/2014-August/006021.html),
> but there are significantly more errors this time. Random
> configuration file attached:
>
> crypto/built-in.o: In function `crypto_ctr_free':
> ctr.c:(.text+0x41): undefined reference to `crypto_drop_spawn'

Something is wrong with your test because your config file is
inconsistent with the current Kconfig description. In particular,
you've got CRYPTO_CTR=y and CRYPTO_BLKCIPHER=m and yet in our
Kconfig CRYPTO_CTR explicitly selects CRYPTO_BLKCIPHER.

If you're just doing a simple make then this could be a bug in the
kbuild system.

Cheers,
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/