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

test_feature_extractor: add thread_lib dependency #1363

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

1480c1
Copy link
Contributor

@1480c1 1480c1 commented Apr 23, 2024

msys2's clang64 environment errors out due to undefined symbols with pthread.
The non-clang environments are fine as gcc implicitly links pthread.

Fixes #1362

msys2's clang64 environment errors out due to undefined symbols with
pthread. The non-clang environments are fine as gcc implicitly links
pthread.

mesonbuild/meson#13124 (comment)

Signed-off-by: Christopher Degawa <[email protected]>
@1480c1
Copy link
Contributor Author

1480c1 commented Apr 23, 2024

image

Compilation and test works locally. Also checked with ucrt64 and mingw64 and they all pass.

@nilfm99
Copy link
Collaborator

nilfm99 commented Apr 23, 2024

I opened #1364 to fix the ffmpeg CI issue, do you know why the other tests may be failing?

@nilfm99
Copy link
Collaborator

nilfm99 commented Apr 23, 2024

alright, I see that the other failure also has nothing to do with this PR, no idea how it got introduced 😞

This one LGTM, we will get it in after fixing that error

@nilfm99 nilfm99 self-requested a review April 23, 2024 21:29
@nilfm99 nilfm99 merged commit 8fdd064 into Netflix:master Apr 24, 2024
8 checks passed
@1480c1 1480c1 deleted the clang64/thread branch April 24, 2024 01: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.

tests: linking with ldd causes issues with missing pthread symbols
2 participants