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

Fix Alpine rootfs build #4657

Merged
merged 1 commit into from
Jan 21, 2020
Merged

Conversation

janvorli
Copy link
Member

Specifying the edge/main and edge/testing repos for all the
packages lead to an unintended installation of libstdc++.so.6.0.27.
The libstdc++.so.6.0.25 from 3.9/main should be installed instead,
otherwise the binaries we build have unresolved dependency to
std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()
that got apparently added in the latest version of the library.

This change fixes it by separating installations of packages from
the edge/testing and edge/main.

Specifying the edge/main and edge/testing repos for all the
packages lead to an unintended installation of libstdc++.so.6.0.27.
The libstdc++.so.6.0.25 should be installed instead, otherwise
the binaries we build have unresolved dependency to
`std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()`
that got apparently added in the latest version of the library.

This change fixes it by separating installations of packages from
the edge/testing and edge/main.
@janvorli janvorli merged commit e06e280 into dotnet:master Jan 21, 2020
@janvorli janvorli deleted the fix-alpine-rootfs-build branch January 21, 2020 20:14
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