We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have armhf and arm64 builds of the snap package. This issue is to track the blockers involved.
At the time of writing the arm64 build fails early in the snapcraft process due to being unable to find/install g++-multilib and gcc-multilib packages: https://launchpadlibrarian.net/375766264/buildlog_snap_ubuntu_xenial_arm64_ldc2-1.9_BUILDING.txt.gz
snapcraft
g++-multilib
gcc-multilib
This is a bit surprising since both appear to be available in Ubuntu 16.04 for arm64: https://packages.ubuntu.com/xenial/g++-multilib https://packages.ubuntu.com/xenial/gcc-multilib
Meanwhile armhf fails because of a phobos issue: https://launchpadlibrarian.net/375770997/buildlog_snap_ubuntu_xenial_armhf_ldc2-1.9_BUILDING.txt.gz
std/math.d(4059): Error: static assert: `nanL > 2.00000L && ((real).min_normal * (real).max <= 4)` is false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to have armhf and arm64 builds of the snap package. This issue is to track the blockers involved.
At the time of writing the arm64 build fails early in the
snapcraft
process due to being unable to find/installg++-multilib
andgcc-multilib
packages:https://launchpadlibrarian.net/375766264/buildlog_snap_ubuntu_xenial_arm64_ldc2-1.9_BUILDING.txt.gz
This is a bit surprising since both appear to be available in Ubuntu 16.04 for arm64:
https://packages.ubuntu.com/xenial/g++-multilib
https://packages.ubuntu.com/xenial/gcc-multilib
Meanwhile armhf fails because of a phobos issue: https://launchpadlibrarian.net/375770997/buildlog_snap_ubuntu_xenial_armhf_ldc2-1.9_BUILDING.txt.gz
The text was updated successfully, but these errors were encountered: