Expected behavior
Build the gcc package without errors.
Additional context
While testing to build spk with @doubleailes we ran into this issue, but I don't have a build environment myself yet. It seemed legitimate to open a bug anyway, since the fix is simple (based on the commit history).
Describe the bug The file https://github.com/spkenv/spk/blob/106be3a8be5581e5c57e6b9fea3478fd2ac97994/packages/gnu/gcc/gcc63.spk.yaml#L1 defaults to version 6.3.3 which does not exist at http://ftpmirror.gnu.org/gnu/gcc/ nor in the GCC releases.
To Reproduce Steps to reproduce the behavior:
make packages
Expected behavior Build the
gcc
package without errors.Additional context While testing to build
spk
with @doubleailes we ran into this issue, but I don't have a build environment myself yet. It seemed legitimate to open a bug anyway, since the fix is simple (based on the commit history).