-
Notifications
You must be signed in to change notification settings - Fork 36
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
Semigroups under Cygwin #480
Comments
@alex-konovalov I don't see anything missing, it looks like the Just to also note that this is not an issue with Semigroups itself, but rather with the wrapping of the release of GAP, right? |
Ok, I will look at that Someone was expressing opinion elsewhere that we may stop doing this conversion, because more Windows editors now handle UNIX line endings properly. |
@james-d-mitchell will this be fixed by #494 ? |
I don't think #494 and this are related, I still think that this issue is related to something in the process for wrapping GAP, and not the Semigroups package itself, but I might be wrong. |
The Cygwin machine that we use has gcc 4.9.2, so it should be upgraded. Note also that compilation still does not go as intended in this case:
|
Semigroups and Digraphs are usable in GAP 4.11.0. The underlying problem is still there. Using their versions with Unix line ends is a temporary solution. |
@olexandr-konovalov is this still an issue? |
In Jenkins builds for GAP 4.9.1 release candidates (the one that uses the
-win.zip
archives with line endings for text files converted to Windows format), the following problem happens:However, this does not happen for the nightly build (which uses Unix style line endings). The nightly build properly fails because of the old gcc compiler (which indeed should be upgraded, but that's another TODO item for me).
I suspect that some file has been converted to have Windows line ends, while it should be not. Patterns to decide which files are text and which binary are specified at https://github.com/gap-system/gap-distribution/blob/master/DistributionUpdate/patternstextbinary.txt - do you see anything missing there?
The text was updated successfully, but these errors were encountered: