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

Revert "Temporary ugly hack to download old versions of winrpm gcc dl… #17906

Merged
merged 1 commit into from
Aug 10, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Aug 8, 2016

…l's"

This reverts commit 97f1841.
ref #15521

These appear to have been deleted from juliacache.

@tkelman tkelman added domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows backport pending 0.4 labels Aug 8, 2016
@tkelman
Copy link
Contributor Author

tkelman commented Aug 10, 2016

osx failure was ccall test due to #17823 - this will be necessary to fix make win-extras and get windows binaries built

@tkelman tkelman merged commit 8a24871 into master Aug 10, 2016
@tkelman tkelman deleted the tk/winrpmgccdlls branch August 10, 2016 00:54
tkelman added a commit that referenced this pull request Aug 11, 2016
…l's" (#17906)

This reverts commit 97f1841.
ref #15521
(cherry picked from commit 8a24871)
tkelman added a commit that referenced this pull request Aug 16, 2016
This mostly reverts #17906 and puts #15521 back in place,
but from a slightly more permanent download location now.

Unfortunately using the latest opensuse copy of the gcc dll's
is causing issues when a cygwin-built Julia tries to load an
opensuse-built libzmq.dll. Using these slightly old gcc 5 versions
seems to fix it. I suspect the difference is which libstdc++ ABI
is being used. GCC 5 has both old and new available, but many distros
had it using the old ABI by default for compatibility. GCC 6 (which
opensuse is using now) is more likely to be using the new ABI by
default.
tkelman added a commit that referenced this pull request Aug 17, 2016
This mostly reverts #17906 and puts #15521 back in place,
but from a slightly more permanent download location now.

Unfortunately using the latest opensuse copy of the gcc dll's
is causing issues when a cygwin-built Julia tries to load an
opensuse-built libzmq.dll. Using these slightly old gcc 5 versions
seems to fix it. I suspect the difference is which libstdc++ ABI
is being used. GCC 5 has both old and new available, but many distros
had it using the old ABI by default for compatibility. GCC 6 (which
opensuse is using now) is more likely to be using the new ABI by
default.
tkelman added a commit that referenced this pull request Aug 20, 2016
This mostly reverts #17906 and puts #15521 back in place,
but from a slightly more permanent download location now.

Unfortunately using the latest opensuse copy of the gcc dll's
is causing issues when a cygwin-built Julia tries to load an
opensuse-built libzmq.dll. Using these slightly old gcc 5 versions
seems to fix it. I suspect the difference is which libstdc++ ABI
is being used. GCC 5 has both old and new available, but many distros
had it using the old ABI by default for compatibility. GCC 6 (which
opensuse is using now) is more likely to be using the new ABI by
default.

(cherry picked from commit 477a026)
ref #18059
mfasi pushed a commit to mfasi/julia that referenced this pull request Sep 5, 2016
mfasi pushed a commit to mfasi/julia that referenced this pull request Sep 5, 2016
This mostly reverts JuliaLang#17906 and puts JuliaLang#15521 back in place,
but from a slightly more permanent download location now.

Unfortunately using the latest opensuse copy of the gcc dll's
is causing issues when a cygwin-built Julia tries to load an
opensuse-built libzmq.dll. Using these slightly old gcc 5 versions
seems to fix it. I suspect the difference is which libstdc++ ABI
is being used. GCC 5 has both old and new available, but many distros
had it using the old ABI by default for compatibility. GCC 6 (which
opensuse is using now) is more likely to be using the new ABI by
default.
tkelman added a commit that referenced this pull request Sep 13, 2016
…l's" (#17906)

This reverts commit 97f1841.
ref #15521

(cherry picked from commit 8a24871)
tkelman added a commit that referenced this pull request Sep 13, 2016
This mostly reverts #17906 and puts #15521 back in place,
but from a slightly more permanent download location now.

Unfortunately using the latest opensuse copy of the gcc dll's
is causing issues when a cygwin-built Julia tries to load an
opensuse-built libzmq.dll. Using these slightly old gcc 5 versions
seems to fix it. I suspect the difference is which libstdc++ ABI
is being used. GCC 5 has both old and new available, but many distros
had it using the old ABI by default for compatibility. GCC 6 (which
opensuse is using now) is more likely to be using the new ABI by
default.
(cherry picked from commit 7b4077f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant