Re: Build failed compiling ittnotify_static.pico

2020-03-16 Thread Mark Millard
On 2020-Mar-13, at 16:01, Mark Millard wrote: > Bob Willcox bob at immure.com wrote on > Fri Mar 13 21:08:16 UTC 2020 : > >> My 13.0-current system (just updated about 2 hours ago) that is failing with >> this >> error when trying to do a 'make makeworld' >> >> --- ittnotify_static.pico ---

Re: Build failed compiling ittnotify_static.pico

2020-03-15 Thread Chuck Tuffli
On Sat, Mar 14, 2020 at 1:16 AM Dimitry Andric wrote: > > 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

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: 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

Re: Build failed compiling ittnotify_static.pico

2020-03-13 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 always

Re: Build failed compiling ittnotify_static.pico

2020-03-13 Thread Waitman Gobble
On 2020-03-13 20:07, Waitman Gobble wrote: On 2020-03-13 20:00, 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-13 Thread Waitman Gobble
On 2020-03-13 20:00, 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-13 Thread Dimitry Andric
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: >>> '/usr/src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c' >>> cc: error: no

Re: Build failed compiling ittnotify_static.pico

2020-03-13 Thread Mark Millard
Bob Willcox bob at immure.com wrote on Fri Mar 13 21:08:16 UTC 2020 : > My 13.0-current system (just updated about 2 hours ago) that is failing with > this > error when trying to do a 'make makeworld' > > --- ittnotify_static.pico --- > cc -target x86_64-unknown-freebsd13.0 >

Re: Build failed compiling ittnotify_static.pico

2020-03-13 Thread Waitman Gobble
On 2020-03-13 17:49, Waitman Gobble wrote: On 2020-03-13 16:57, Bob Willcox wrote: My 13.0-current system (just updated about 2 hours ago) that is failing with this error when trying to do a 'make makeworld' --- ittnotify_static.pico --- cc -target x86_64-unknown-freebsd13.0

Re: Build failed compiling ittnotify_static.pico

2020-03-13 Thread Waitman Gobble
On 2020-03-13 16:57, Bob Willcox wrote: My 13.0-current system (just updated about 2 hours ago) that is failing with this error when trying to do a 'make makeworld' --- ittnotify_static.pico --- cc -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp

Build failed compiling ittnotify_static.pico

2020-03-13 Thread Bob Willcox
My 13.0-current system (just updated about 2 hours ago) that is failing with this error when trying to do a 'make makeworld' --- ittnotify_static.pico --- cc -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -fpic -DPIC