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
Indeed, there is only opencamlib within debian/tmp/usr/lib.
Looking into my backups, there was a folder python2.7 when building for Stretch.
I successfully used heekscnc with Debian Stretch, but with Buster I fail to get it running again. The old .deb files have libboost dependencies which are no longer fulfilled on Buster and therefore cant be used.
The text was updated successfully, but these errors were encountered:
I got HeeksCnc working on Buster again :)
After getting opencamlib,
change the option "Build/install the python ocl library? " in CMakeLists.txt from OFF to ON
Then run dpkg-buildpackage -b -us -uc
and proper .deb files are created.
Hello,
Following
https://github.com/Heeks/heekscnc/wiki/Build-Debian-Packages
fails when building python-ocl with Debian Buster:
dh_install
dh_install: Cannot find (any matches for) "usr/lib/python2*" (tried in ., debian/tmp)
dh_install: python-ocl missing files: usr/lib/python2*
dh_install: missing files, aborting
make: *** [debian/rules:8: binary] Fehler 25
Indeed, there is only opencamlib within debian/tmp/usr/lib.
Looking into my backups, there was a folder python2.7 when building for Stretch.
I successfully used heekscnc with Debian Stretch, but with Buster I fail to get it running again. The old .deb files have libboost dependencies which are no longer fulfilled on Buster and therefore cant be used.
The text was updated successfully, but these errors were encountered: