Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Roman Bogorodskiy
Dimitry Andric wrote: > On 14 Mar 2020, at 17:24, Roman Bogorodskiy wrote: > > > > Dimitry Andric wrote: > >> On 13 Mar 2020, at 23:58, Waitman Gobble wrote: > >>> > >>> On 2020-03-13 17:49, Waitman Gobble wrote: > On 2020-03-13 16:57, Bob Willcox wrote: > >> ... > > cc: error: no

Re: when does a server need to use SSL_CTX_set_client_CA_list()?

2020-03-14 Thread Rick Macklem
Garrett Wollman wrote: >Rick Macklem writes: >>Since it is done in sample code, I have an option in the RPC-over-TLS >>server daemon that does the SSL_CTX_set_client_CA_list() call. >>When I test, I have not used this option and the code seems to work. >>Maybe this is because the client only has a

Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Ed Maste
On Sat, 14 Mar 2020 at 13:14, Dimitry Andric wrote: > > These are for the 32-bit stage. The initial fix I committed in r358907 > worked for the main buildword stage, but apparently not for the 32-bit > stage, which stores its object files in a slightly different directory > (e.g. the obj-lib32

Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Dimitry Andric
On 14 Mar 2020, at 17:24, Roman Bogorodskiy wrote: > > Dimitry Andric wrote: >> On 13 Mar 2020, at 23:58, Waitman Gobble wrote: >>> >>> On 2020-03-13 17:49, Waitman Gobble wrote: On 2020-03-13 16:57, Bob Willcox wrote: >> ... > cc: error: no such file or directory: >

Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Roman Bogorodskiy
Dimitry Andric wrote: > On 13 Mar 2020, at 23:58, Waitman Gobble wrote: > > > > On 2020-03-13 17:49, Waitman Gobble wrote: > >> On 2020-03-13 16:57, Bob Willcox wrote: > ... > >>> cc: error: no such file or directory: > >>>

Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Dimitry Andric
On 14 Mar 2020, at 04:53, Masachika ISHIZUKA wrote: > >>> cc: error: no such file or directory: >>> '/usr/src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' >>> cc: error: no input files >>> *** [ittnotify_static.pico] Error code 1 >> >> 'make

Re: Build failed compiling ittnotify_static.pico

2020-03-14 Thread Masachika ISHIZUKA
>>> cc: error: no such file or directory: >>> '/usr/src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' >>> cc: error: no input files >>> *** [ittnotify_static.pico] Error code 1 >> >> 'make cleanworld' solved it, build without error. >> I used to