We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
diffstat
I installed the tool using sudo apt install bmt, but when I ran cpbm update, it errored out because of a missing diffstat command:
sudo apt install bmt
cpbm update
$ cpbm update ../bmark_suite1.tar.gz /usr/bin/make -f /usr/share/bmt/rules.cpbm.generic clean make[1]: Entering directory '/home/ubuntu/examples/bmt/kani/bmark_suite1-foo' test -d cprover rm -rf results.* build rm -f cprover/binaries.* cprover/verified.* rm -rf cprover/results.* make[1]: Leaving directory '/home/ubuntu/examples/bmt/kani/bmark_suite1-foo' Added patch bmark_suite1-foo/cprover/patches/001-new_patch.qBJwd2 to record the following changes: /usr/share/bmt/update.sh: line 191: diffstat: command not found
Installing diffstat using sudo apt install diffstat resolved the issue, but is it possible to include it in the Debian package dependencies?
sudo apt install diffstat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed the tool using
sudo apt install bmt
, but when I rancpbm update
, it errored out because of a missingdiffstat
command:Installing
diffstat
usingsudo apt install diffstat
resolved the issue, but is it possible to include it in the Debian package dependencies?The text was updated successfully, but these errors were encountered: