-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
GCC is installed multiple times #24907
Comments
Commit: |
comment:3
Do you mean |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:7
This looks fine to me but I don't fully understand the details of how gcc and its dependencies are installed in sage, so someone else should finish the review of this ticket. |
Reviewer: Volker Braun |
comment:9
This wasn't the cause for the breakage in ppl/givaro noted at #24703 comment:17, various 32-bit buildbots are still borked |
comment:10
In fact mpir isn't built a second time, there is only the first build which does disable the c++ interface:
|
comment:12
It does fix the building-gcc-twice bug tho; but maybe the remaining toolchain dependencies coud be fixed here as well? |
comment:13
If you insist... but one could also consider that an independent bug. |
Changed branch from u/jdemeyer/gcc_is_installed_multiple_times to |
Changed commit from |
comment:18
I didn't even get to see this before it was closed as "fixed", but I must insist that in the future Instead this should change something about how the makefile works... |
comment:19
What's a reliable way to reproduce this, so that I can try out a different fix? Is it just to install Sage's gcc package, and then what? Why would the gcc in Sage be broken? |
comment:21
I still cannot figure out an exact sequence of steps to reproduce this on 8.2.beta8. I install GCC, then I install giac, then I |
#24599 introduced an import regression: GCC is installed multiple times:
Depends on #24867
CC: @embray
Component: build: configure
Author: Jeroen Demeyer
Branch:
a682787
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/24907
The text was updated successfully, but these errors were encountered: