https://bugs.winehq.org/show_bug.cgi?id=55366
Bug ID: 55366 Summary: The GitLab CI sometimes tries to link winscard with libpcsclite on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The GitLab CI sometimes tries to link winscard with libpcsclite on macOS and fails. For instance in MR!3459:
ld: library not found for -lpcsclite clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [dlls/winscard/winscard.so] Error 1
This issue started with commit f74c4af257e0 but the root cause looks more like it has to do with the way the GitLab CI caches the configure information. MR!3389 may have more details. https://gitlab.winehq.org/wine/wine/-/merge_requests/3389