-
Notifications
You must be signed in to change notification settings - Fork 9
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
build failure with gcc 13 #25
Comments
Hello, The first typo you refer to in the first code snippet is not in the source here: https://github.com/nanoporetech/vbz_compression/blob/master/vbz/v0/vbz_streamvbyte.h, I'm not sure whats going on there. On the warnings around Thanks,
|
Hm, this is embarassing. The csdtint typo was mine and I copy/pasta'ed the wrong build log. I'll edit the issue so it makes sense. Sorry about my mess. |
There there, the first part of the build log should be the appropriate one now. Many thanks for your time! :) |
Perfect - I've got fixes staged to resolve this - will update when ready. Thanks,
|
Hi,
vbz_compression currently fails to build from source with gcc 13.1.0 currently in Debian sid. Relevant error messages are:
I fixed them with the following patch (I can open a merge request if you like):
But in a subsequent build after applying the patch, I also hit the following issue:
As far as I could witness by strolling through the web, this could be an overzealous warning, so I worked around it by building with -Wno-error=dangling-reference, but I thought you might want to be aware of the problem.
This issue was initially reported in Debian Bug#1037746; a full build log is available on qa-logs.debian.net.
The text was updated successfully, but these errors were encountered: