spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
40 stars 6 forks source link

[BUG] GCC 6.3.3 does not exist #1091

Closed maximd closed 3 months ago

maximd commented 3 months ago

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:

  1. Go to the root of 'spk'
  2. Run make packages
  3. See error

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).