[PLD 3.x (Th): Bug 133] New: can't build kernel modules
btsadmin at pld-linux.org
btsadmin at pld-linux.org
Fri Apr 11 17:16:53 CEST 2008
http://bugs.pld-linux.org/show_bug.cgi?id=133
Summary: can't build kernel modules
Product: PLD 3.x (Th)
Version: unspecified
Platform: All
OS/Version: PLD Linux
Status: NEW
Severity: major
Priority: normal
Component: Core system
AssignedTo: bugs at pld-linux.org
ReportedBy: shinden at linux.pl
CC: shadzik at pld-linux.org
Estimated Hours: 0.0
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13)
Gecko/20080327 PLD/3.0 (Th) BonEcho/2.0.0.13
Build Identifier: kernel-laptop-3:2.6.24.4-0.1.x86_64
After unification of x86 and x86_64 asm-offsets was splitted to three files.
Desktop kernel doesn't account for this, and include only first file, which
requires other two.
Reproducible: Always
Steps to Reproduce:
1. build kernel-desktop-module-build
2. try to build xorg-driver-video-nvidia.spec
Actual Results:
Using /usr/src/linux-2.6.24.4_laptop as source for kernel
GEN
/home/sh/rpm/BUILD/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/o/Makefile
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CC arch/x86/kernel/asm-offsets.s
/usr/src/linux-2.6.24.4_laptop/arch/x86/kernel/asm-offsets.c:4:29: error:
asm-offsets_64.c: No such file or directory
make[2]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make[1]: *** [prepare0] Error 2
make: *** [sub-make] Error 2
make: Leaving directory `/usr/src/linux-2.6.24.4_laptop'
error: Bad exit status from /home/sh/tmp/rpm-tmp.25687 (%build)
Expected Results:
Using /usr/src/linux-2.6.24.4_laptop as source for kernel
GEN
/home/sh/rpm/BUILD/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/o/Makefile
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CC arch/x86/kernel/asm-offsets.s
GEN include/asm-x86/asm-offsets.h
CALL /usr/src/linux-2.6.24.4_laptop/scripts/checksyscalls.sh
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
...
--
Configure bugmail: http://bugs.pld-linux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the pld-bugs
mailing list