Created
July 26, 2015 23:30
-
-
Save lemmi/b360ca25c122bd0293f8 to your computer and use it in GitHub Desktop.
catalyst-dkms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DKMS make.log for fglrx-15.20.1046_2 for kernel 4.1.3_1 (x86_64) | |
Mo 27. Jul 01:26:03 CEST 2015 | |
AMD kernel module generator version 2.1 | |
doing Makefile based build for kernel 2.6.x and higher | |
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers | |
make -C /lib/modules/4.1.3_1/build SUBDIRS=/var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x modules | |
make[1]: Entering directory '/usr/src/kernel-headers-4.1.3_1' | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/firegl_public.o | |
/var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/firegl_public.c:6448:12: warning: 'KCL_fpu_save_init' defined but not used [-Wunused-function] | |
static int KCL_fpu_save_init(struct task_struct *tsk) | |
^ | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_acpi.o | |
/var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_acpi.c:832:20: warning: 'KCL_ACPI_Slot_No_Hotplug' defined but not used [-Wunused-function] | |
static acpi_status KCL_ACPI_Slot_No_Hotplug(KCL_ACPI_DevHandle handle, u32 lvl, void *data, void **rv) | |
^ | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_agp.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_debug.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_ioctl.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_io.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_pci.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_str.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_iommu.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl.o | |
CC [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/kcl_wait.o | |
LD [M] /var/lib/dkms/fglrx/15.20.1046_2/build/2.6.x/fglrx.o | |
Building modules, stage 2. | |
MODPOST 1 modules | |
FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol 'pci_ignore_hotplug' | |
scripts/Makefile.modpost:90: recipe for target '__modpost' failed | |
make[2]: *** [__modpost] Error 1 | |
Makefile:1386: recipe for target 'modules' failed | |
make[1]: *** [modules] Error 2 | |
make[1]: Leaving directory '/usr/src/kernel-headers-4.1.3_1' | |
Makefile:88: recipe for target 'kmod_build' failed | |
make: *** [kmod_build] Error 2 | |
build failed with return value 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment