Re: fatal error: 'immintrin.h' file not found

2018-07-22 Thread Dimitry Andric
On 22 Jul 2018, at 23:48, Stefan Hagen wrote > > Dimitry Andric wrote: >> Stefan Hagen wrote: >>> --- lz_encoder.o --- >>> In file included from /usr/src/contrib/xz/src/liblzma/lz/lz_encoder.c:23: >>> /usr/src/contrib/xz/src/liblzma/common/memcmplen.h:19:11: fatal error: >>> 'immintrin.h' file n

Re: ntpd as ntpd user question

2018-07-22 Thread bob prohaska
On Sun, Jul 22, 2018 at 01:49:41AM +0200, Herbert J. Skuhra wrote: > On Sat, Jul 21, 2018 at 03:09:26PM -0700, bob prohaska wrote: > > The failure is a little surprising, is ntpd a reserved name? > > Why? You obviously entered the string "ntpd" instead of an integer when > asked for the uid!? >

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Li-Wen Hsu
On Sun, Jul 22, 2018 at 11:04 PM Konstantin Belousov wrote: > The change to __riscv looks strange. At least arch(7) should be updated, > but this also contradicts the usual syntax. Just found that arch(7) was also updated in r322168. > Anyway, I do not have an opinion there, perhaps use __riscv

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Li-Wen Hsu
On Sun, Jul 22, 2018 at 10:27 PM Konstantin Belousov wrote: > > On Sun, Jul 22, 2018 at 06:16:02PM +0100, Li-Wen Hsu wrote: > > On Sun, Jul 22, 2018 at 18:45:05 +0300, Konstantin Belousov wrote: > > > On Sun, Jul 22, 2018 at 01:01:16AM +, Li-Wen Hsu wrote: > > > Well, the arch(7) manpage docum

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Konstantin Belousov
On Sun, Jul 22, 2018 at 10:39:08PM +0100, Li-Wen Hsu wrote: > On Sun, Jul 22, 2018 at 10:27 PM Konstantin Belousov > wrote: > > > > On Sun, Jul 22, 2018 at 06:16:02PM +0100, Li-Wen Hsu wrote: > > > On Sun, Jul 22, 2018 at 18:45:05 +0300, Konstantin Belousov wrote: > > > > On Sun, Jul 22, 2018 at 0

Re: fatal error: 'immintrin.h' file not found

2018-07-22 Thread Stefan Hagen
Hi Dimitry, Dimitry Andric wrote: > Stefan Hagen wrote: >> --- lz_encoder.o --- >> In file included from /usr/src/contrib/xz/src/liblzma/lz/lz_encoder.c:23: >> /usr/src/contrib/xz/src/liblzma/common/memcmplen.h:19:11: fatal error: >> 'immintrin.h' file not found >> # include >>

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Konstantin Belousov
On Sun, Jul 22, 2018 at 06:16:02PM +0100, Li-Wen Hsu wrote: > On Sun, Jul 22, 2018 at 18:45:05 +0300, Konstantin Belousov wrote: > > On Sun, Jul 22, 2018 at 01:01:16AM +, Li-Wen Hsu wrote: > > > On Sun, Jul 22, 2018 at 02:18:32 +0300, Konstantin Belousov wrote: > > > > On Sat, Jul 21, 2018 at 0

Re: fatal error: 'immintrin.h' file not found

2018-07-22 Thread Dimitry Andric
On 22 Jul 2018, at 21:59, Stefan Hagen wrote: > > I think I broke something and I can't figure out what it is. Since a few > weeks, I'm not able to build current anymore. > > make buildkernel, buildworld, toolchain - all abort with the following > error: > > --- lz_encoder.o --- > In file inclu

fatal error: 'immintrin.h' file not found

2018-07-22 Thread Stefan Hagen
Hello, I think I broke something and I can't figure out what it is. Since a few weeks, I'm not able to build current anymore. make buildkernel, buildworld, toolchain - all abort with the following error: --- lz_encoder.o --- In file included from /usr/src/contrib/xz/src/liblzma/lz/lz_encoder.c

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Li-Wen Hsu
On Sun, Jul 22, 2018 at 18:45:05 +0300, Konstantin Belousov wrote: > On Sun, Jul 22, 2018 at 01:01:16AM +, Li-Wen Hsu wrote: > > On Sun, Jul 22, 2018 at 02:18:32 +0300, Konstantin Belousov wrote: > > > On Sat, Jul 21, 2018 at 02:16:17AM +, jenkins-ad...@freebsd.org wrote: > > > > --- lib/of

Re: ntpd as ntpd user question

2018-07-22 Thread Ian Lepore
On Sat, 2018-07-21 at 15:09 -0700, bob prohaska wrote: > On Sat, Jul 21, 2018 at 12:14:10PM -0600, Ian Lepore wrote: > > > > > > I can't see any way that installkernel would lead to the complaint > > about the ntpd user not existing; that check is tied to the > > installworld target. > > > My mi

Re: FreeBSD-head-riscv64-build - Build #9623 (r336573) - Failure

2018-07-22 Thread Konstantin Belousov
On Sun, Jul 22, 2018 at 01:01:16AM +, Li-Wen Hsu wrote: > On Sun, Jul 22, 2018 at 02:18:32 +0300, Konstantin Belousov wrote: > > On Sat, Jul 21, 2018 at 02:16:17AM +, jenkins-ad...@freebsd.org wrote: > > > --- lib/ofed/libmlx5__L --- > > > In file included from /workspace/src/contrib/ofed/l

Re: ntpd as ntpd user question

2018-07-22 Thread RW
On Sat, 21 Jul 2018 12:02:19 -0700 Cy Schubert wrote: >> I wish mergemaster had an option to just add new users and groups, >> rather than merging the files. > What's the difference? It would be automatic, so less hassle and no chance of getting the merge wrong. ___