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

Debian build broken because of changelog divergence with last tag #4842

Closed
ader1990 opened this issue Dec 14, 2023 · 0 comments · Fixed by #4845
Closed

Debian build broken because of changelog divergence with last tag #4842

ader1990 opened this issue Dec 14, 2023 · 0 comments · Fixed by #4845

Comments

@ader1990
Copy link
Contributor

ader1990 commented Dec 14, 2023

Hello,

Because of commit 7cdf90e which adds a
changelog entry for version 0.29.0 and the existence of tag 0.29.1 in the repository, at this moment, the Debian .deb build fails.

Build error log:

#10 28.62 + tar -A -f bcc_0.29.1.orig.tar bcc_libbpf_0.29.1.orig.tar
#10 28.63 + gzip bcc_0.29.1.orig.tar
#10 29.52 + tar xf bcc_0.29.1.orig.tar.gz
#10 29.71 + cd bcc
#10 29.71 + debuild=debuild
#10 29.71 + [[ release = \t\e\s\t ]]
#10 29.71 + [[ release = \n\i\g\h\t\l\y ]]
#10 29.71 + DEB_BUILD_OPTIONS='nocheck parallel=1'
#10 29.71 + debuild -us -uc
#10 29.80 This package has a Debian revision number but there does not seem to be
#10 29.80 an appropriate original tar file or .orig directory in the parent directory;
#10 29.80 (expected one of bcc_0.29.0.orig.tar.gz, bcc_0.29.0.orig.tar.bz2,

One option is to add a changelog entry in the debian/changelog file for the 0.29.1 version.

Thank you.

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

Successfully merging a pull request may close this issue.

1 participant