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

Error during the build/start process #90

Open
Temeteron opened this issue Aug 19, 2017 · 0 comments
Open

Error during the build/start process #90

Temeteron opened this issue Aug 19, 2017 · 0 comments

Comments

@Temeteron
Copy link

After building the library, when i run the command:
sudo make install

to start pi-blaster, i get the following output:

root@9243439:/app/pi-blaster# sudo make install
make[1]: Entering directory '/app/pi-blaster'
 /bin/mkdir -p '/usr/sbin'
  /usr/bin/install -c pi-blaster '/usr/sbin'
 /bin/mkdir -p '/lib/systemd/system'
 /usr/bin/install -c -m 644 pi-blaster.service '/lib/systemd/system'
make  install-data-hook
make[2]: Entering directory '/app/pi-blaster'
systemctl enable pi-blaster
systemctl start pi-blaster
Failed to get D-Bus connection: Unknown error -1
Makefile:846: recipe for target 'install-data-hook' failed
make[2]: *** [install-data-hook] Error 1
make[2]: Leaving directory '/app/pi-blaster'
Makefile:771: recipe for target 'install-data-am' failed
make[1]: *** [install-data-am] Error 2
make[1]: Leaving directory '/app/pi-blaster'
Makefile:719: recipe for target 'install-am' failed
make: *** [install-am] Error 2

As it seems some errors came up. I cloned this project and followed the instructions.

Those errors don't particularly "affect" my project, since i can run/start manually the pi-blaster successfully via the command:
sudo ./pi-blaster
and start using my servo motor.

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