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

Temporary ugly hack to download old versions of winrpm gcc dll's #15521

Merged
merged 1 commit into from
Mar 16, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Mar 15, 2016

from juliacache to fix ABI incompatibilities and make winrpm work on nightlies
mostly reverts e4bd799 c1e565c

(cherry picked from commit 36089d7)

Confirm overwrite with 7z

(cherry picked from commit 647cb78)

forward-porting something that I needed to get winrpm to work on release-0.4, want to run it through appveyor first though

from juliacache to fix ABI incompatibilities and make winrpm work on nightlies
mostly reverts e4bd799

(cherry picked from commit 36089d7)

Confirm overwrite with 7z

(cherry picked from commit 647cb78)
@tkelman tkelman added the system:windows Affects only Windows label Mar 15, 2016
tkelman added a commit that referenced this pull request Mar 16, 2016
Temporary ugly hack to download old versions of winrpm gcc dll's
@tkelman tkelman merged commit f96e986 into master Mar 16, 2016
@tkelman tkelman deleted the tk/winrpmfix branch March 16, 2016 13:10
tkelman added a commit that referenced this pull request Aug 8, 2016
tkelman added a commit that referenced this pull request Aug 10, 2016
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
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant