Opened 6 years ago
Closed 6 years ago
#12295 closed defect (fixed)
Fix Qt5 to work with Linux-5.2+
Reported by: | Douglas R. Reno | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Per http://lists.linuxfromscratch.org/pipermail/blfs-dev/2019-July/036297.html and http://lists.linuxfromscratch.org/pipermail/blfs-dev/2019-July/036298.html, Qt5 is broken with Linux-5.2+ (5.2.1+) because of changes in the Linux API headers (sockios.h has been moved from asm/ to linux/).
The fix is to add "#include <linux/sockios.h>" within "qt-everywhere-src-5.13.0/qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp".
Per Ken, it seems that Firefox and Qemu are affected as well.
Note:
See TracTickets
for help on using tickets.
qtwebengine is also affected.