You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
Any progress with this error?
currently working on this repo https://github.com/sqsoft-devops/cura-build.git
I find out that path in packaging/setup_linux.py.in is wrong, it ends on /lib but in image with latest tag Qt repository is under path
now after add to "build_in_docker.sh" commands to copy this file i've got these error
File "/srv/cura-build-environment/lib/python3.10/pathlib.py", line 816, in relative_to
raise ValueError("{!r} is not in the subpath of {!r}"
ValueError: '/home/ultimaker/src/output/build/package/usr/bin/plugins/plugins/platformthemes/libselinux.so.1' is not in the subpath of '/home/ultimaker/src/output/build/package/usr/bin/lib' OR one path is relative and the other is absolute.
Can You repair docker image to work properly with newest github repository ?
We are currently in the process of updating to Qt6 which changes a LOT of these things. Cx-Freeze is gone entirely, for one, and so is Qt5, so we wouldn't debug this any more for you. The branch where this is going on is CURA-8640_PyQt6_upgrade.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to build cura on linux
image: ultimaker/cura-build-environment:latest
newest repo freshlu pulled from github
build fails on
after look into docker container there is no "plugins" folder in /srv/cura-build-environment/lib
Is there any workaround this error ?
The text was updated successfully, but these errors were encountered: