Found a second gotcha but it's not Debian 10 per se. Qt5 was compiled with an unnecessary kernel dependency that does not exist in the WSLv1 shim (this should go away with WSLv2). Fix is the same as the fix for an older version of Arch Linux: strip the offending cruft from the library:
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 -- Rich Pieri _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
