-
Notifications
You must be signed in to change notification settings - Fork 49
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
Montage fails to build from source with gcc-10 #49
Comments
The problem has been addressed but we haven't been able to find an instance of gcc 10.1 to test against. There is a Docker image with 10.0 (different OS) but that passed the old code as well. We are hesitant to push the changes without having tested it. |
Could you create a Pull Request with the changes? Then I could try to test them with Debian experimental. |
@JohnGood BTW I use Arch :)
|
While we have maintained a presence for Montage on GitHub for a several years now, This change has been propogated. |
On Debian, we are currently testing to build our packages with the new gcc release 10. For Montage, this leads to an errror as reported in Debian#957558:
Full build log
Common problems with the new version are discussed here; it seems that the new
-fno-common
default causes this.The text was updated successfully, but these errors were encountered: