-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile in 4.6.4-201.fc23.x86_64 (Fedora 23) #42
Comments
Same in Lubuntu 16.04.1 kernel 4.4.0-34 |
The problem with Ubuntu (and apparently Fedora) code is that they backport API changes. Once they do that, they break the macros that determine what capabilities should be found in that kernel version. As the API should NEVER be changed for a given kernel release, I will not fix this. You are on your own! My version compiles on kernel code that is properly updated. I am not sure why they are calling the compat headers. I do not use those. |
Well that explains why Ubuntu yakkety kernel 4.7.0 is no better on rtl8821ae loading but not making device, compared to various 4.4.0 kernels. I'll try to save myself by what you said. Just to add to the fun, I discoverred that grub2 maintainers never test their code, they just keep writing those "search --no-floppy" grub.cfg lines and in all place about three bugs into every iso menuconfig in updated grub.cfg and one in non-iso, as of August 2016. I made the best of being stuck in grub prompt, actually ran "search --help", and discoverred people were getting (hd0,msdos1) reflected back into their mutual admiration society looking busy doing nothing, unless somebody really has anything on a higher number drive and/or partition, and then humptybuntudumpty done for a while. |
Hi, |
Have you installed some "compat" package from Fedora? My copy of include/linux/compat.h has no mention of pzi_zalloc_consistent. Two possible fixes: 1. Do you really have a Micronas MSP34XX audio decoder? If not, then disable it in the build. 2. Comment out the offending definition of pci_zalloc_consistent in include/linux/compat.h. |
Hi, Fedora's just moving to kernel 4.7.2, will come back tomorrow Thanks, T My last test (commenting out the offending function in compat.h gets me In file included from ./arch/x86/include/asm/processor.h:15:0, 2016-09-03 19:31 GMT+02:00 lwfinger [email protected]:
|
Same with 4.7.2-101.fc23.x86_64 I am running the LXDE WM, maybe this brings compatibility issues? How can I list compat packages in YUM Extender? Some examples: Does it help? T. 2016-09-03 22:39 GMT+02:00 Thorsten Hitzemann [email protected]
|
...
make[2]: Entering directory '/home/user/media_build_experimental/linux'
Patches for 4.6.4-201.fc23.x86_64 already applied.
make[2]: Leaving directory '/home/user/media_build_experimental/linux'
make -C /lib/modules/4.6.4-201.fc23.x86_64/build SUBDIRS=/home/user/media_build_experimental/v4l modules
make[2]: Entering directory '/usr/src/kernels/4.6.4-201.fc23.x86_64'
CC [M] /home/user/media_build_experimental/v4l/msp3400-driver.o
In file included from :0:0:
/home/user/media_build_experimental/v4l/compat.h:1463:1: error: redefinition of 'pci_zalloc_consistent'
pci_zalloc_consistent(struct pci_dev *hwdev, size_t size,
^
In file included from include/linux/pci.h:2022:0,
from /home/user/media_build_experimental/v4l/compat.h:1459,
from :0:
include/linux/pci-dma-compat.h:23:1: note: previous definition of 'pci_zalloc_consistent' was here
pci_zalloc_consistent(struct pci_dev *hwdev, size_t size,
^
scripts/Makefile.build:291: recipe for target '/home/user/media_build_experimental/v4l/msp3400-driver.o' failed
make[3]: *** [/home/user/media_build_experimental/v4l/msp3400-driver.o] Error 1
Makefile:1433: recipe for target 'module/home/user/media_build_experimental/v4l' failed
make[2]: *** [module/home/user/media_build_experimental/v4l] Error 2
make[2]: Leaving directory '/usr/src/kernels/4.6.4-201.fc23.x86_64'
Makefile:51: recipe for target 'default' failed
make[1]: *** [default] Error 2
make[1]: Leaving directory '/home/user/media_build_experimental/v4l'
Makefile:28: recipe for target 'all' failed
make: *** [all] Error 2
make -C /home/user/media_build_experimental/v4l install
make[1]: Entering directory '/home/user/media_build_experimental/v4l'
removed directory: '/lib/modules/4.6.4-201.fc23.x86_64/updates/media'
/sbin/depmod -a 4.6.4-201.fc23.x86_64
make -C firmware install
make[2]: Entering directory '/home/user/media_build_experimental/v4l/firmware'
Installing firmwares at /lib/firmware: vicam/firmware.fw ttusb-budget/dspbootcode.bin cpia2/stv0672_vp4.bin av7110/bootcode.bin
make[2]: Leaving directory '/home/user/media_build_experimental/v4l/firmware'
install -d -v /lib/modules/4.6.4-201.fc23.x86_64/updates/media
install: creating directory '/lib/modules/4.6.4-201.fc23.x86_64/updates/media'
install .ko -> /lib/modules/4.6.4-201.fc23.x86_64/updates/media/
install: cannot stat '.ko': No such file or directory
Makefile:205: recipe for target 'install' failed
make[1]: *** [install] Error 1
make[1]: Leaving directory '/home/user/media_build_experimental/v4l'
Makefile:17: recipe for target 'install' failed
make: *** [install] Error 2
The text was updated successfully, but these errors were encountered: