* [ruby-core:121574] [Ruby Bug#21255] Ruby couldn't build with Windows SDK 10.0.26100
@ 2025-04-08 7:05 hsbt (Hiroshi SHIBATA) via ruby-core
2025-04-08 10:43 ` [ruby-core:121585] [Ruby Bug#21255] Can't build Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-14 8:44 ` [ruby-core:122531] " nagachika (Tomoyuki Chikanaga) via ruby-core
0 siblings, 2 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-04-08 7:05 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21255 has been reported by hsbt (Hiroshi SHIBATA).
----------------------------------------
Bug #21255: Ruby couldn't build with Windows SDK 10.0.26100
https://bugs.ruby-lang.org/issues/21255
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
I tried to build ruby.exe with Windows SDK 10.0.26100. But it failed with:
```
dmyext.obj dmyenc.obj
linking shared-library x64-vcruntime140-ruby350.dll
x64-vcruntime140-ruby350.def : error LNK2001: 外部シンボル "Avx2WmemEnabledWeakValue" は未解決です。
dummy.lib : fatal error LNK1120: 1 件の未解決の外部参照
```
(This message is the japanese edition of VS2019 Ver.16.11.45)
I and @nobu faced the same issue at GitHub Actions.
```
x64-vcruntime140-ruby350.def : error LNK2001: unresolved external symbol Avx2WmemEnabledWeakValue
```
https://github.com/nobu/ruby/actions/runs/13630688130/job/38097613034#step:20:1516
I resolved this issue to downgrade Windows SDK to 10.0.22261.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:121585] [Ruby Bug#21255] Can't build Ruby with Windows SDK 10.0.26100
2025-04-08 7:05 [ruby-core:121574] [Ruby Bug#21255] Ruby couldn't build with Windows SDK 10.0.26100 hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-04-08 10:43 ` hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-14 8:44 ` [ruby-core:122531] " nagachika (Tomoyuki Chikanaga) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-04-08 10:43 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21255 has been updated by hsbt (Hiroshi SHIBATA).
Subject changed from Ruby couldn't build with Windows SDK 10.0.26100 to Can't build Ruby with Windows SDK 10.0.26100
Status changed from Open to Assigned
Assignee set to windows
----------------------------------------
Bug #21255: Can't build Ruby with Windows SDK 10.0.26100
https://bugs.ruby-lang.org/issues/21255#change-112641
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: windows
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
I tried to build ruby.exe with Windows SDK 10.0.26100. But it failed with:
```
dmyext.obj dmyenc.obj
linking shared-library x64-vcruntime140-ruby350.dll
x64-vcruntime140-ruby350.def : error LNK2001: 外部シンボル "Avx2WmemEnabledWeakValue" は未解決です。
dummy.lib : fatal error LNK1120: 1 件の未解決の外部参照
```
(This message is the japanese edition of VS2019 Ver.16.11.45)
I and @nobu faced the same issue at GitHub Actions.
```
x64-vcruntime140-ruby350.def : error LNK2001: unresolved external symbol Avx2WmemEnabledWeakValue
```
https://github.com/nobu/ruby/actions/runs/13630688130/job/38097613034#step:20:1516
I resolved this issue to downgrade Windows SDK to 10.0.22261.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:122531] [Ruby Bug#21255] Can't build Ruby with Windows SDK 10.0.26100
2025-04-08 7:05 [ruby-core:121574] [Ruby Bug#21255] Ruby couldn't build with Windows SDK 10.0.26100 hsbt (Hiroshi SHIBATA) via ruby-core
2025-04-08 10:43 ` [ruby-core:121585] [Ruby Bug#21255] Can't build Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-06-14 8:44 ` nagachika (Tomoyuki Chikanaga) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: nagachika (Tomoyuki Chikanaga) via ruby-core @ 2025-06-14 8:44 UTC (permalink / raw)
To: ruby-core; +Cc: nagachika (Tomoyuki Chikanaga)
Issue #21255 has been updated by nagachika (Tomoyuki Chikanaga).
Backport changed from 3.2: REQUIRED, 3.3: REQUIRED, 3.4: REQUIRED to 3.2: REQUIRED, 3.3: DONE, 3.4: REQUIRED
ruby_3_3 commit:a205407e165e4570b8b6d6e4b7a019b51962ecba merged revision(s) commit:72bda0f981c7136f50254c433bbfb97a953f634b.
----------------------------------------
Bug #21255: Can't build Ruby with Windows SDK 10.0.26100
https://bugs.ruby-lang.org/issues/21255#change-113757
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Assignee: windows
* Backport: 3.2: REQUIRED, 3.3: DONE, 3.4: REQUIRED
----------------------------------------
I tried to build ruby.exe with Windows SDK 10.0.26100. But it failed with:
```
dmyext.obj dmyenc.obj
linking shared-library x64-vcruntime140-ruby350.dll
x64-vcruntime140-ruby350.def : error LNK2001: 外部シンボル "Avx2WmemEnabledWeakValue" は未解決です。
dummy.lib : fatal error LNK1120: 1 件の未解決の外部参照
```
(This message is the japanese edition of VS2019 Ver.16.11.45)
I and @nobu faced the same issue at GitHub Actions.
```
x64-vcruntime140-ruby350.def : error LNK2001: unresolved external symbol Avx2WmemEnabledWeakValue
```
https://github.com/nobu/ruby/actions/runs/13630688130/job/38097613034#step:20:1516
I resolved this issue to downgrade Windows SDK to 10.0.22261.
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-14 8:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-08 7:05 [ruby-core:121574] [Ruby Bug#21255] Ruby couldn't build with Windows SDK 10.0.26100 hsbt (Hiroshi SHIBATA) via ruby-core
2025-04-08 10:43 ` [ruby-core:121585] [Ruby Bug#21255] Can't build Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-14 8:44 ` [ruby-core:122531] " nagachika (Tomoyuki Chikanaga) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).