Skip to content
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

Building of dependencies fail with Debian Buster #200

Open
Solartraveler opened this issue Oct 13, 2019 · 1 comment
Open

Building of dependencies fail with Debian Buster #200

Solartraveler opened this issue Oct 13, 2019 · 1 comment

Comments

@Solartraveler
Copy link

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.

@Solartraveler
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant