Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163949 - kde-base/kdepim-3.5.6 ebuild kernel option check wrong?
Summary: kde-base/kdepim-3.5.6 ebuild kernel option check wrong?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 18:18 UTC by Alexander Jenisch
Modified: 2007-03-31 00:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Jenisch 2007-01-26 18:18:09 UTC
* Found sources for kernel version:
 *     2.6.18-gentoo-r3
 * Checking for suitable kernel configuration options...                                                                                                                        [ ok ]

 * Checking for suitable kernel configuration options...                                                                                                                        [ ok ]

 * Checking for suitable kernel configuration options...
 *   CONFIG_CRYPTO_CBC:  is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.


shouldn't "CONFIG_CRYPTO_CBC" rather be "CONFIG_CRYPTO_CRC"?
Comment 1 Stephen E. Baker 2007-03-30 06:11:29 UTC
> 
> shouldn't "CONFIG_CRYPTO_CBC" rather be "CONFIG_CRYPTO_CRC"?
> 

I doubt it:  

  | Symbol: CRYPTO_CBC [=m]                                                 
  │ Prompt: CBC support                                                     │
  │   Defined at crypto/Kconfig:141                                         │
  │   Depends on: CRYPTO                                                    │
  │   Location:                                                             │
  │     -> Cryptographic options                                            │
  │       -> Cryptographic API (CRYPTO [=y])                                │
  │   Selects: CRYPTO_BLKCIPHER && CRYPTO_MANAGER                           │
  │   Selected by: INET_ESP && NET && INET || INET6_ESP && NET && INET && I

There is no CRYPTO_CRC, the closest thing is CRYPTO_CRC32C, so I believe it is correct how it is.
Comment 2 Stephen E. Baker 2007-03-30 06:15:43 UTC
There is a bug if you are getting that message for that kernel version though.  CRYPTO_CBC was added for 2.6.19
Comment 3 Alexander Jenisch 2007-03-30 06:27:46 UTC
well the error (naturally) disappeart, after i upgraded to 2.6.20, but i suppose it's still there with kernels < 2.6.19.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2007-03-31 00:35:58 UTC
CBC stands for cypher block chaining and is in itself "correct". kdepim doesn't deal with the kernel, so this message has nothing to do with kdepim. You may get such a message on a kernel module build or some else application that directly interacts with the kernel...

Anyways: It's a matter of _yours_ configuring your kernel correctly. Nothing that can be expressed via dependencies or the like. The check exists more or less for pure convenience, so you know what you have to fix. Not a bug.