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

regression: tests/dll/client.nim fails on openbsd: could not load: libgc.so.4.0 #18177

Closed
timotheecour opened this issue Jun 4, 2021 · 2 comments · Fixed by #18180
Closed

Comments

@timotheecour
Copy link
Member

timotheecour commented Jun 4, 2021

Example

https://azusa.runners.sr.ht/logs/519617/test/log

Current Output

[31mFAIL: �[36mtests/dll/client.nim c  --gc:boehm --threads:on             �[34m ( 0.82 sec)�[0m

Category: dllName: tests/dll/client.nim c  --gc:boehm --threads:onAction: runResult: reExitcodesDiffer-------- Expected -------exitcode: 0--------- Given  --------exitcode: 1
Output:could not load: libgc.so.4.0(compile with -d:nimDebugDlOpen for more information)<br class="Apple-interchange-newline">

could not load: libgc.so.4.0

Additional Information

1.5.1 a77360d
https://gist.github.com/timotheecour/734653f1aab6021f87d1e742a6257dcb
my guess is the fix in #12134 was fragile, and the version should be picked in a more robust way /cc @euantorano

@euantorano
Copy link
Contributor

euantorano commented Jun 4, 2021

I'd guess this is due to freebsd/latest now being OpenBSD 6.9 rather than 6.8, and picking up a newer version of boehm.

@euantorano
Copy link
Contributor

Yep, in OpenBSD 6.9 it's now libgc.so.5.0. That would definitely cause this breakage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants