-
Notifications
You must be signed in to change notification settings - Fork 44
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
isless problem on .7 and windows #138
Comments
You analysis sounds correct, given that
AFAICT the |
I just added a mapping call for isless to <. While it is unlikely anything was using it I didn't want to break anything that might have been referencing <. Of course there were more breaking issues after this fix...I think another API has changed i'll work on that next ;) INFO: Extracting: libgcc_s_seh1 ERROR: The system cannot find the file specified. |
This works for me, solving problem with
|
I get this error when trying to install gcc on .7.
I suspect that in .6 maximum() used < to do comparisons and now it uses isless(). I think the correct fix is to add an override for isless(RPMVersionNumber, RPMVersionNumber). But I wanted to open an issue to get feedback before doing so.
The text was updated successfully, but these errors were encountered: