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

Include diffstat in the dependencies #2

Open
zhassan-aws opened this issue Jan 10, 2023 · 0 comments
Open

Include diffstat in the dependencies #2

zhassan-aws opened this issue Jan 10, 2023 · 0 comments

Comments

@zhassan-aws
Copy link

I installed the tool using sudo apt install bmt, but when I ran cpbm update, it errored out because of a missing diffstat command:

$ 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?

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