open-eid / chrome-token-signing

DEPRECATED Chrome and Firefox extension for signing with your eID on the web
https://github.com/open-eid/chrome-token-signing/wiki
GNU Lesser General Public License v2.1
206 stars 75 forks source link

install broke the package system #205

Closed mikucionisaau closed 3 years ago

mikucionisaau commented 3 years ago

here is the output:

(Reading database ... 664541 files and directories currently installed.)
Preparing to unpack .../token-signing-firefox_1.1.4.543-2010_all.deb ...
Unpacking token-signing-firefox (1:1.1.4.543-2010) over (1:1.1.4.543-2010) ...
/var/lib/dpkg/info/token-signing-firefox.postrm: line 11: jq: command not found
dpkg: warning: old token-signing-firefox package post-removal script subprocess returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/postrm: line 11: jq: command not found
dpkg: error processing archive /home/marius/Downloads/token-signing-firefox_1.1.4.543-2010_all.deb (--install):
 new token-signing-firefox package post-removal script subprocess returned error exit status 127
/var/lib/dpkg/tmp.ci/postrm: line 11: jq: command not found
dpkg: error while cleaning up:
 new token-signing-firefox package post-removal script subprocess returned error exit status 127
Errors were encountered while processing:
 /home/marius/Downloads/token-signing-firefox_1.1.4.543-2010_all.deb

jq is not installed. I cannot install jq because the package system asks to reinstall token-signing-firefox. How do I fix it?

metsma commented 3 years ago

You can probably create some empty jq bash script to some bin folder

mikucionisaau commented 3 years ago

@metsma thanks, I could recover using your suggestion. I'll leave this issue open in hope that jq dependency is added to the deb packages.

metsma commented 3 years ago

It is fixed already upstream https://github.com/open-eid/chrome-token-signing/blob/master/debian/control#L32