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

Strict version dependencies for debian packages #1770

Closed
bobrik opened this issue May 18, 2018 · 2 comments
Closed

Strict version dependencies for debian packages #1770

bobrik opened this issue May 18, 2018 · 2 comments

Comments

@bobrik
Copy link
Contributor

bobrik commented May 18, 2018

Currently we have:

Package: python-bcc
Architecture: all
Depends: libbcc, python, binutils
Description: Python wrappers for BPF Compiler Collection (BCC)
Package: bcc-tools
Architecture: all
Depends: python-bcc
Description: Command line tools for BPF Compiler Collection (BCC)

We upgraded bcc-tools (it's the package end users care about) and it broke, because APIs changed in libbcc. I think we should require the same package version for all packages to avoid this.

@yonghong-song
Copy link
Collaborator

cc @drzaeus77

@palmtenor
Copy link
Member

We should definitely make sure scripts and the library are from the same version......

CrackerCat pushed a commit to CrackerCat/bcc that referenced this issue Jul 31, 2024
…ovisor#1848)

* Strict version dependencies for debian packages, closes iovisor#1770

* Use correct description for libbcc-examples debian package
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

3 participants