Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9053 - cryptoapi-2.4.7.0 emerge failed using 2.4.19-crypto-r7 kernel
Summary: cryptoapi-2.4.7.0 emerge failed using 2.4.19-crypto-r7 kernel
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-12 19:09 UTC by Ramiro Salas
Modified: 2003-02-04 19:42 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 Ramiro Salas 2002-10-12 19:09:37 UTC
First error of the compilation:

cryptoloop.c: In function `transfer_cryptoapi':
cryptoloop.c:106: `LO_IV_SECTOR_SIZE' undeclared (first use in this function)
---------
Kernel is compiled with all crypto options as modules. lsmod = 
cipher-aes             32192   0  (unused)
cipher-blowfish         9252   0  (unused)
cipher-serpent         12612   0  (unused)
cryptoapi               4172   6  [cipher-aes cipher-blowfish cipher-serpent]
loop                   11372   1  (autoclean)
 
(modprobed manually)
---------
no custom USE. CFLAGS="-march=athlon -O3 -pipe"
Comment 1 Brandon Low (RETIRED) gentoo-dev 2002-10-13 08:02:47 UTC
try with USE="crypt" and emerge gentoo-sources -r9 or -r10 and then reopen if 
it is still broken.