79833544

Date: 2025-11-29 21:16:57
Score: 1.5
Natty:
Report link

On Manjaro as of Nov 2025, the default gcc version is 15.2.1 and it does not work well with old ruby versions. To install ruby 2.1.9, I needed to do two things:

  1. Install gcc-5 with yay -S gcc5

  2. Run install command with setting environment variable CC=/usr/bin/gcc-5 rbenv install 2.1.9

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pavlo Petryk