Re: x86intrin.h not found after 10.4->11.2 upgrade

2019-01-08 Thread Morgan Reed
Ah, that's the problem, /usr/include/x86intrin.h was a symlink to an old clang 3.4.1 version of that header which doesn't exist on the filesystem any more, I've deleted it and now things are much happier. Really ought to do a clean rebuild on this box one of these days... Thanks, Morgan On Wed,

Re: x86intrin.h not found after 10.4->11.2 upgrade

2019-01-08 Thread Dimitry Andric
On 8 Jan 2019, at 12:50, Morgan Reed wrote: > > Just did a find across /usr for the file and it's definitely there so I'm > not sure why the compiler can't find it :/ Please post the output of: cc -v -x c -c /dev/null -o /dev/null > > # find /usr -name x86intrin.h > /usr/include/x86intrin.h

Re: x86intrin.h not found after 10.4->11.2 upgrade

2019-01-08 Thread Morgan Reed
Just did a find across /usr for the file and it's definitely there so I'm not sure why the compiler can't find it :/ # find /usr -name x86intrin.h /usr/include/x86intrin.h /usr/src/contrib/llvm/tools/clang/lib/Headers/x86intrin.h /usr/local/lib/gcc7/gcc/x86_64-portbld-freebsd11.2/7.4.0/include/x86

x86intrin.h not found after 10.4->11.2 upgrade

2019-01-07 Thread Morgan Reed
Hi All, Finally got around to upgrading my NAS which was running FreeBSD 10.4 to a supported version (11.2). Ran into an issue when I came to do a portupgrade -a to update all my installed ports, a number of the ports are failing with "x86intrin.h No such file or directory", not sure what's