pkgsrc-Users archive

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

Re: lang/gcc breaks on scc.h on newer Linux



Op 07-09-2026 om 14:25 schreef Sijmen J. Mulder:

GCC 14 fails on my Debian with kernel 7.1.8 from backports:

../../../../gcc-14.3.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:154:10: fatal error: linux/scc.h: No such file or directory
  154 | #include <linux/scc.h>
      |          ^~~~~~~~~~~~~

The file was removed in Linux:

[...]

I don't know if GCC upstream has done the same, or that we should patch our package(s). I could, but considering we're in "careful mode" and I haven't touched GCC before, I thought I'd check in first.

I've patched lang/gcc{10,11,13}. gcc{6,7,8,9,14} have other issues on my machine (which I mean to look into), and gcc{15,16} don't need the fix.

Sijmen



Home | Main Index | Thread Index | Old Index