Skip to content

Link to Swift libraries for CI tests #105

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

Merged
merged 1 commit into from
Jul 14, 2016
Merged

Conversation

seabaylea
Copy link
Contributor

The libdispatch CI test failed for #100:
#100

Due to the following linkage issues when building the tests:

../src/.libs/libdispatch.so: undefined reference to `_TTSgq5SiSis10ComparablesSis11_Strideables___TFVs14CountableRangeg8endIndexx'
../src/.libs/libdispatch.so: undefined reference to `_TTSgq5SiSis10ComparablesSis11_Strideables___TFVs14CountableRangeg10startIndexx'
../src/.libs/libdispatch.so: undefined reference to `_TTSgq5SiSis10ComparablesSis11_Strideables___TFVs14CountableRangeCfT15uncheckedBoundsT5lowerx5upperx__GS_x_'

Those symbols appear in libswiftSwiftOnoneSupport. Additionally after adding that library to the linkage flags, the tests fail to find the Swift libraries during test execution, which can be fixed by adding the Swift library directory to the RPATH.

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