-
Notifications
You must be signed in to change notification settings - Fork 99
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
Update depends #636
Update depends #636
Conversation
new config.sub new config.guess set vars before trying to use them
What's the purpose of updating Of course, we could update the entire build system to align with the new |
configs were not set as executable newer config.sub (with proper commenting link and other updates)
I'm not sure of a specific instance where that's relevant. The build scripts are getting their system info from the depends and the guess would be identical (x=x).
The point of that comment is about forward thinking. How are we to be the "bleeding edge of tech" if we build our base with a sub system that is nearly a decade old and doesn't recognize anything new since 2015? Code shouldn't be updated "for the sake of updating it", it should be updated when there are systems that it doesn't work on and those systems are to be the standard. As for rust, the pulled file could be named blipbloptar.gz and it wouldn't effect what's done with it after (the exception to that is the hard-coded cp line for win or some other thing done similarly to avoid using the vars) as it goes into a dir and the configs will reguess the same thing which will repoint to that dir in the build (see links above).
As opposed to waiting a week before the next hard fork? Logically, "the real benefit of doing this right now" is nearly a year of testing and further development! |
On which systems exactly, that we support, does the current code not work? Can you provide some examples? Anyway, thank you so much for your contribution and for taking the time to propose an update for At the moment, seems the current versions of these scripts already cover all the systems we officially support. As a result, we won’t be updating them right now. However, we’ll definitely consider your changes when we revisit this in the future. Please don’t hesitate to contribute again in the future. Your efforts are always welcome! |
You already did that, and it's sad that I have to point that out:
That it "technically" "works" shouldn't be the standard. That it works properly and properly identifies as many setups as possible should be the standard! Do we, and more specifically the team, want komodo to be a thing "mostly works" if you ignore x or y being outdated or do we want komodo to be a leader in the space and a thing to aspire to be? |
Been a few years since we last updated these. - bitcoin/bitcoin#27508 - KomodoPlatform/komodo#636 Taking into account that the `x86_64-unknown-linux-gnu` triplet has been changed to `x86_64-pc-linux-gnu` with the new files.
Been a few years since we last updated these. - bitcoin/bitcoin#27508 - #636 - DeckerSU/KomodoOcean#84 Taking into account that the `x86_64-unknown-linux-gnu` triplet has been changed to `x86_64-pc-linux-gnu` with the new files.
Been a few years since we last updated these. - bitcoin/bitcoin#27508 - #636 - DeckerSU/KomodoOcean#84 Taking into account that the `x86_64-unknown-linux-gnu` triplet has been changed to `x86_64-pc-linux-gnu` with the new files.
new config.sub
new config.guess
set vars before trying to use them
closes #633, #634, and #635