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

Microsoft broke windows32 env variable setting #104

Merged
merged 14 commits into from
Feb 5, 2020

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Feb 4, 2020

No description provided.

@mratsim
Copy link
Owner Author

mratsim commented Feb 5, 2020

The last bug left in win32 seems to come from mingw undefined reference: Alexpux/mingw-w64#2

https://dev.azure.com/numforge/Weave/_build/results?buildId=340&view=logs&j=1dc2135d-7f2f-5e04-2f1c-000f370e57c5&t=3806340f-fc14-550d-444d-a3485218203e&l=171

C:\Users\VssAdministrator\nimcache\memory_pools_r\@mmemory_pools.nim.c.o:@mmemory_pools.nim.c:(.text+0x341c): undefined reference to `EnterSynchronizationBarrier@8'
C:\Users\VssAdministrator\nimcache\memory_pools_r\@mmemory_pools.nim.c.o:@mmemory_pools.nim.c:(.text+0x418a): undefined reference to `InitializeSynchronizationBarrier@12'
C:\Users\VssAdministrator\nimcache\memory_pools_r\@mmemory_pools.nim.c.o:@mmemory_pools.nim.c:(.text+0x420a): undefined reference to `InitializeSynchronizationBarrier@12'
collect2.exe: error: ld returned 1 exit status

Note sure why it wasn't triggered previously

…onBarrier symbols (previous $PATH priority was wrong?)
@mratsim
Copy link
Owner Author

mratsim commented Feb 5, 2020

It's probable that either the previous or the current mingw-w64 setup between the builtin mingw in Azure and the one downloaded was wrong. Given that 87013fc commit was needed, I think the previous setup was not really using 32-bit test.

For now comment out Win 32-bit

@mratsim mratsim merged commit bf0227c into master Feb 5, 2020
@mratsim mratsim deleted the microsoft-broke-win-32bit-CI branch February 10, 2020 08:59
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 this pull request may close these issues.

2 participants