-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Some errors encountered when packaging #4144
Comments
FreeBSD failures are just different localized outputs and are easy to fix. As for clang 17 issue, I wasn't able to repro it in https://www.godbolt.org/z/cePKMjWa8. You'll need to provide more repro details. |
Eventually managed to repro on Compiler Explorer. Edit: yeah it seems you can remove |
For reference: llvm/llvm-project#61415 |
FreeBSD issue should be fixed in 79e5ae9. |
MSVC repro: https://www.godbolt.org/z/rP8s67vod |
Worked around the clang bug in 4cae2da. |
There is already a workaround for the MSVC bug but the version check was too optimistic. Fixed in 15694c9. Thanks for reporting. |
Fantastic, thanks! Looks like the MSVC 17.8 workaround triggers a follow-on
|
Updated compile-test in 565461a. |
I'm trying to update the
build2
fmt
package to v11 and have run into a few issues with certain toolchains used by thebuild2
CI configurations. Some or all of these may simply be outside offmt
supported environments, and quite likely compiler/STL bugs rather thanfmt
bugs, but I'm not qualified to make that judgement, especially since I can't locally test most of these configurations, so am just posting the errors that I've run into.All these are on latest
master
(bc3af51). I can just disable these configurations for the moment in the package, so if this is outside the scope of whatfmt
can support/address then no worries. I'm also curious though if there's a reason that thefmt
CI (from what I can see) does not seem to be building with any recent compiler versions? Looks like the most recent clang used is 11, for example.Link to full build2 CI output, which includes full platform/distribution details.
ranges-test
on debian/clang17:freebsd
:The text was updated successfully, but these errors were encountered: