On Tue, Jan 8, 2019 at 7:44 PM Kyle Evans wrote:
>
> On Tue, Jan 8, 2019 at 7:36 PM Rebecca Cran via freebsd-stable
> wrote:
> >
> > grep(1) documents the "--exclude-dir" option, but running "grep" complains
> > it's unknown. Also, 'rgrep' doesn't exist.
> > It turns out that the grep binary is G
On Tue, Jan 8, 2019 at 7:36 PM Rebecca Cran via freebsd-stable
wrote:
>
> grep(1) documents the "--exclude-dir" option, but running "grep" complains
> it's unknown. Also, 'rgrep' doesn't exist.
> It turns out that the grep binary is GNU grep 2.5.1, while bsdgrep supports
> the option.
>
> Is WITH_
grep(1) documents the "--exclude-dir" option, but running "grep" complains
it's unknown. Also, 'rgrep' doesn't exist.
It turns out that the grep binary is GNU grep 2.5.1, while bsdgrep supports
the option.
Is WITH_BSD_GREP supposed to be defaulted to on for 12.0 and newer, or was the
man page s
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,
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
Am 08.01.2019 um 10:34 schrieb Marek Zarychta :
> W dniu 03.01.2019 o 14:13, Stefan Bethke pisze:
>>> I have under supervision a few old servers running 11.2-STABLE. The
>>> hardware is almost for retirement, but still in working condition. It's
>>> all old Nocona NetBurst microarchitecture. I have
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
W dniu 03.01.2019 o 14:13, Stefan Bethke pisze:
>> I have under supervision a few old servers running 11.2-STABLE. The
>> hardware is almost for retirement, but still in working condition. It's
>> all old Nocona NetBurst microarchitecture. I have recently tried do
>> upgrade OS two of them to 12.