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.
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.