FS#22081 - [kernel26-headers] Missing header files

Attached to Project: Arch Linux
Opened by Peter (gl00my) - Monday, 13 December 2010, 11:57 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 26 January 2011, 12:37 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
There are some missing header files in kernel26-headers
Additional info:
* 2.6.36.2-1

Steps to reproduce:
ls -la /lib/modules/`uname -r`/build/include/crypto
ls: cannot access /lib/modules/2.6.36-ARCH/build/include/crypto: No such file or directory

So, i can not compile my crypto modules... :)
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 26 January 2011, 12:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  in all kernels
Comment by Kevin (anonymous_user) - Tuesday, 14 December 2010, 01:52 GMT
Well there is a /lib/modules/2.6.36-ARCH/kernel/crypto folder at least.
Comment by Ike Devolder (BlackEagle) - Tuesday, 14 December 2010, 17:22 GMT
maybe the modules stuff needs some revamp

in my personal pkgbuild i changed it as you can see in: https://github.com/BlackIkeEagle/herecura/blob/master/herecura-stable/kernel26-bede/PKGBUILD

and for that kernel my output of Peters ls is:

# ls -la /lib/modules/`uname -r`/build/include/crypto
totaal 120
drwxr-xr-x 3 root root 4096 10 dec 14:53 .
drwxr-xr-x 22 root root 4096 10 dec 14:53 ..
-rw-r--r-- 1 root root 2651 20 okt 22:30 aead.h
-rw-r--r-- 1 root root 1019 20 okt 22:30 aes.h
-rw-r--r-- 1 root root 10223 20 okt 22:30 algapi.h
-rw-r--r-- 1 root root 609 20 okt 22:30 authenc.h
-rw-r--r-- 1 root root 2471 20 okt 22:30 b128ops.h
-rw-r--r-- 1 root root 4106 20 okt 22:30 compress.h
-rw-r--r-- 1 root root 1174 20 okt 22:30 cryptd.h
-rw-r--r-- 1 root root 122 20 okt 22:30 crypto_wq.h
-rw-r--r-- 1 root root 524 20 okt 22:30 ctr.h
-rw-r--r-- 1 root root 403 20 okt 22:30 des.h
-rw-r--r-- 1 root root 8218 20 okt 22:30 gf128mul.h
-rw-r--r-- 1 root root 9029 20 okt 22:30 hash.h
drwxr-xr-x 2 root root 4096 10 dec 14:53 internal
-rw-r--r-- 1 root root 288 20 okt 22:30 md5.h
-rw-r--r-- 1 root root 1435 20 okt 22:30 pcrypt.h
-rw-r--r-- 1 root root 1841 20 okt 22:30 rng.h
-rw-r--r-- 1 root root 3450 20 okt 22:30 scatterwalk.h
-rw-r--r-- 1 root root 2065 20 okt 22:30 sha.h
-rw-r--r-- 1 root root 2805 20 okt 22:30 skcipher.h
-rw-r--r-- 1 root root 613 20 okt 22:30 twofish.h
-rw-r--r-- 1 root root 2074 20 okt 22:30 vmac.h

Loading...