Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nvidia-installer log file '/var/log/nvidia-installer.log'
- creation time: Thu Mar 13 04:24:54 2014
- installer version: 304.88
- PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- nvidia-installer command line:
- ./nvidia-installer
- Using: nvidia-installer ncurses user interface
- -> License accepted.
- -> Installing NVIDIA driver version 304.88.
- -> There appears to already be a driver installed on your system (version: 304.119). As part of installing this driver (version: 304.88), the existing driver will be uninstalled. Are you sure you want to continue? ('no' will abort installation) (Answer: Yes)
- -> Performing CC sanity check with CC="cc".
- -> Performing CC version check with CC="cc".
- -> Kernel source path: '/lib/modules/3.12-1-686-pae/source'
- -> Kernel output path: '/lib/modules/3.12-1-686-pae/build'
- -> Performing rivafb check.
- -> Performing nvidiafb check.
- -> Performing Xen check.
- -> Cleaning kernel module build directory.
- executing: 'cd ./kernel; make clean'...
- -> Building kernel module:
- executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.12-1-686-pae/source SYSOUT=/lib/modules/3.12-1-686-pae/build'...
- NVIDIA: calling KBUILD...
- make -C /lib/modules/3.12-1-686-pae/build \
- KBUILD_SRC=/usr/src/linux-headers-3.12-1-common \
- KBUILD_EXTMOD="/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel" -f /usr/src/linux-headers-3.12-1-common/Makefile \
- modules
- test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
- echo >&2; \
- echo >&2 " ERROR: Kernel configuration is invalid."; \
- echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
- echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
- echo >&2 ; \
- /bin/false)
- mkdir -p /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_versions ; rm -f /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_versions/*
- make -f /usr/src/linux-headers-3.12-1-common/scripts/Makefile.build obj=/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -
- mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unused-function -Wuninitialized -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv.c:13:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv.c:13:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv.c:13:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mm
- x -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unused-function -Wuninitialized -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv-acpi.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c:15:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c: At top level:
- /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c:66:9: warning: initialization from incompatible pointer type [enabled by default]
- .remove = nv_acpi_remove,
- ^
- /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-acpi.c:66:9: warning: (near initialization for ‘nv_acpi_driver_template.ops.remove’) [enabled by default]
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-func
- tion-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unused-function -Wuninitialized -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)
- " -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv-chrdev.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-chrdev.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-chrdev.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-chrdev.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-chrdev.c:15:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wn
- o-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unused-function -Wuninitialized -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BAS
- ENAME=KBUILD_STR(nv_cray)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv-cray.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-cray.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-cray.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-cray.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-cray.c:15:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kern
- el -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unused-function -Wuninitialized -UDEBUG -U_DEBUG -
- DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv-gvi.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-gvi.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-gvi.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-gvi.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-gvi.c:15:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- cc -Wp,-MD,/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h
- -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.88\" -Wno-unu
- sed-function -Wuninitialized -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/.tmp_nv-i2c.o /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’:
- /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:26: note: in expansion of macro ‘hweight32’
- return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20,
- from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22,
- from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54,
- from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9,
- from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50,
- from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35,
- from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c:15:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
- /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
- int len = nl ? nl - buf : strlen(buf);
- ^
- In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0,
- from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5,
- from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16,
- from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15,
- from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13,
- from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-linux.h:40,
- from /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c:15:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h: In function ‘copy_from_user’:
- /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_32.h:208:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (likely(sz == -1 || sz >= n))
- ^
- /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
- # define likely(x) __builtin_expect(!!(x), 1)
- ^
- /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c: In function ‘nv_i2c_del_adapter’:
- /tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c:327:14: error: void value not ignored as it ought to be
- osstatus = i2c_del_adapter(pI2cAdapter);
- ^
- make[4]: *** [/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.o] Error 1
- make[3]: *** [_module_/tmp/selfgz4742/NVIDIA-Linux-x86-304.88/kernel] Error 2
- make[2]: *** [sub-make] Error 2
- NVIDIA: left KBUILD.
- nvidia.ko failed to build!
- make[1]: *** [module] Error 1
- make: *** [module] Error 2
- -> Error.
- ERROR: Unable to build the NVIDIA kernel module.
- ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
Advertisement
Add Comment
Please, Sign In to add comment