Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#33558 - [linux-headers] Missing version.h
Attached to Project:
Arch Linux
Opened by MYOB (cros13) - Friday, 25 January 2013, 12:39 GMT
Last edited by Thomas Bächler (brain0) - Friday, 25 January 2013, 13:37 GMT
Opened by MYOB (cros13) - Friday, 25 January 2013, 12:39 GMT
Last edited by Thomas Bächler (brain0) - Friday, 25 January 2013, 13:37 GMT
|
DetailsDescription:
This package does not contain a version.h causing many external kernel modules to fail compiling. Additional info: Version 3.7.4-1 Steps to reproduce: |
This task depends upon
Closed by Thomas Bächler (brain0)
Friday, 25 January 2013, 13:37 GMT
Reason for closing: Not a bug
Additional comments about closing: Linux doesn't generate linux/version.h anymore.
Friday, 25 January 2013, 13:37 GMT
Reason for closing: Not a bug
Additional comments about closing: Linux doesn't generate linux/version.h anymore.
$ bsdtar tf /var/cache/pacman/pkg/linux-headers-3.7.3-1-x86_64.pkg.tar.xz | grep -F /version.h
usr/src/linux-3.7.3-1-ARCH/include/generated/uapi/linux/version.h
usr/src/linux-3.7.3-1-ARCH/include/config/arch/want/compat/ipc/parse/version.h
usr/src/linux-3.7.3-1-ARCH/include/xen/interface/version.h
usr/src/linux-3.7.3-1-ARCH/include/uapi/linux/dvb/version.h
$ bsdtar tf /var/cache/pacman/pkg/linux-headers-3.7.4-1-x86_64.pkg.tar.xz | grep -F /version.h
usr/src/linux-3.7.4-1-ARCH/include/generated/uapi/linux/version.h
usr/src/linux-3.7.4-1-ARCH/include/config/arch/want/compat/ipc/parse/version.h
usr/src/linux-3.7.4-1-ARCH/include/xen/interface/version.h
usr/src/linux-3.7.4-1-ARCH/include/uapi/linux/dvb/version.h
It seems more likely that there's wrongly hardcoded paths which are failing now in your "many external kernel modules" because of the uapi changes. Notice that we've had no problems compiling any of the external modules we ship in the repos.