tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

GCC_REQD+=14



I'm just reviewing all the regressions committed since 2024Q4, and one of the largest, math/py-scipy, is due to the GCC_REQD requirement being bumped from 9 to 14.

I don't really understand why this was made, given its own meson.build still says 9 is sufficient, and it builds fine for me with GCC 13, but it was enough to break the build on illumos (which has been clearly prominent in the daily bulk builds posted ever since).

I just wanted to call out this one specifically. GCC 14 is a absolute disaster, breaking almost all existing software. It can't even bootstrap pkgsrc without significant work.

I would _strongly_ advise that nobody add GCC_REQD+=14, especially if it's not even required! Also a reminder that we have USE_*_FEATURES that are better placed to determine whether a compiler is suitable or not based on the actual features required rather than some arbitrary version.

I will be holding onto GCC 13 for as long as possible...

--
Jonathan Perkin                    pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index