ipartola / hawkeye

An simple and fast USB webcam MJPEG streaming server.
Other
206 stars 28 forks source link

Unable to build form source #20

Open leopheard opened 4 years ago

leopheard commented 4 years ago

So, at the debuild stage, I get the following message. What am I doing wrong?

_Finished running lintian. Now signing changes and any dsc files... signfile dsc hawkeye_0.6.dsc Igor Partola igor@igorpartola.com gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: skipped "Igor Partola igor@igorpartola.com": No secret key gpg: /tmp/debsign.bmmVmivL/hawkeye0.6.dsc: clear-sign failed: No secret key

gnmerritt commented 3 years ago

Try $ debuild --no-sign.

I'll have a PR up in a couple that fixes the other issues I hit building on my raspi 4 (cat /etc/debian_version says 10.5)

ipartola commented 3 years ago

Merged. Sorry it took so long. 2020's been a year. I also made a number of other changes to make it more compatible with Debian/Raspbian. Let me know if you run into any issues.