-
Notifications
You must be signed in to change notification settings - Fork 284
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
Invalid variable: DC #2677
Comments
|
Looks like we filed the exact same bug at the same time (#2678) 😄 |
|
This comes from https://github.com/D-Programming-Deimos/openssl/releases/tag/v3.2.1 There are a few possible workarounds:
I'll look into a proper fix. |
|
I was pretty sure dub always defines |
|
@jamesragray : What version of DUB are you using ? @Andriamanitra mentions v1.23.0 which is a bit old (but should still be supported). |
|
Thanks for the workarounds. My dub is 1.26.1 |
|
Can you try with v1.29.0 ? You can get a binary from here. |
|
My version of gzip doesn't seem to recognize those binaries as gzip files. So I cloned dub and build v1.29.0. It seems to work with openssl 3.2.2 |
|
Confirmed fixed in #2678 |
When trying to use vibe-d 0.9.5 I get the error message "Invalid variable: DC" when compiling with dub build . Using vibe-d 0.9.5-beta.1 works fine.
My dub.selections looks like this:
{ "fileVersion": 1, "versions": { "automem": "0.6.7", "diet-ng": "1.8.1", "eventcore": "0.9.20" "libasync": "0.8.6", "memutils": "1.0.4", "mir-linux-kernel": "1.0.1", "openssl": "3.2.2", "stdx-allocator": "2.77.5", "sumtype": "1.1.4", "taggedalgebraic": "0.11.22", "test_allocator": "0.3.3", "tinyredis": "2.2.1", "unit-threaded": "2.0.5", "vibe-core": "1.22.4", "vibe-d": "0.9.5" } }Here is the version that works:
{ "fileVersion": 1, "versions": { "automem": "0.6.7", "botan": "1.12.19", "botan-math": "1.0.3", "diet-ng": "1.8.1", "eventcore": "0.9.20", "libasync": "0.8.6", "memutils": "1.0.4", "mir-linux-kernel": "1.0.1", "openssl": "1.1.6+1.0.1g", "stdx-allocator": "2.77.5", "sumtype": "1.1.4", "taggedalgebraic": "0.11.22", "test_allocator": "0.3.3", "tinyredis": "2.2.1", "unit-threaded": "2.0.5", "vibe-core": "1.22.4", "vibe-d": "0.9.5-beta.1" } }The text was updated successfully, but these errors were encountered: