-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remove libQt5*.so.5 libs that are missing from the actual toolchain #3
Comments
That or convince reMarkable to add them back. |
Right. But if I had to guess I’d say they removed it to save space on the root partition, since xochitl does not use that lib. Therefore they’re unlikely to add it back. |
Very likely. I've opened HiroshiTamura/1bitpaint_for_reMarkable#2 to get 1bitpaint updated to stop using it. |
List of Qt libs that are in Toltec’s qt image but not on the reMarkable:
|
Would we be able to include some of these in a package under |
Yes, it’s also a valid possibility. |
Thinking again about this. Currently, libraries in the rM root system link to the I can think of several possible solutions to this:
|
This might be preferable. That way they continue to work if a system upgrade removes portions of the library again. |
I would be fine with it. Developer could probably either take advantage of our libs with toltec or, for a standalone non-toltec release, ship a statically compile binary. This should make both options, a dev would probably like to do, independent of official system updates. |
Fixed in v1.4. |
It looks like the current rM-provided toolchain, and the current rM system, do not include all of Qt’s libraries (e.g. libQt5Widgets.so.5, see toltec-dev/toltec#83.) This causes builds to succeed, but failing binaries due to missing dynamic libs on the device. We should remove those libs from the qt image.
The text was updated successfully, but these errors were encountered: