Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-29 Thread Mark Millard via freebsd-ports
[Updating devel/powerpc64-gcc's BUILD_DEPENDS seems to have
fixed the issue. Also: Stupid of me to have typed _BOOTSTRAP
at the end of WITH_BINUTILS and WITH_ELFTOOLCHAIN
references. I've noted the references to avoid future
confusions.]

On 2018-Jul-29, at 6:55 PM, Mark Millard  wrote:

> [Looks like this might be objdump being available vs. not
> for the architecture doing the build of devel/powerpc64-gcc
> (or which ever *-gcc), such as via poudriere-devel: configure.ac
> and its configure produced depend on objdump for -rdynamic
> testing but devel/powerpc64-gcc and the like do not list
> appropriate build dependencies for the architecture doing the
> build. If buildworld did not include objdump that leaves only
> a port to supply it and a path would need to be set up to
> find it. More evidence listed bottom-posted.]
> 
> On 2018-Jul-29, at 5:22 PM, Mark Millard  wrote:
> 
>> [In my poudriere-devel enviroment configure is deciding: enable_plugin='no' 
>> .]
>> 
>> On 2018-Jul-29, at 10:51 AM, Mark Millard  wrote:
>> 
>>> On 2018-Jul-29, at 8:42 AM, John Baldwin  wrote:
>>> 
 On 7/28/18 9:39 AM, Mark Millard wrote:
> [Older directions of investigation omitted.]
> 
> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
> 
>> On 7/26/18 12:02 AM, Mark Millard wrote:
>>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>>> (from
>>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
>>> --and
>>> other things). . .
>>> 
>>> ===>  Building package for powerpc64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>>  such file or directory
>>> . . .
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>>  such file or directory
>>> *** Error code 1
>>> 
>>> 
>>> ===>  Building package for amd64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-29 Thread Mark Millard via freebsd-ports
[Looks like this might be objdump being available vs. not
for the architecture doing the build of devel/powerpc64-gcc
(or which ever *-gcc), such as via poudriere-devel: configure.ac
and its configure produced depend on objdump for -rdynamic
testing but devel/powerpc64-gcc and the like do not list
appropriate build dependencies for the architecture doing the
build. If buildworld did not include objdump that leaves only
a port to supply it and a path would need to be set up to
find it. More evidence listed bottom-posted.]

On 2018-Jul-29, at 5:22 PM, Mark Millard  wrote:

> [In my poudriere-devel enviroment configure is deciding: enable_plugin='no' .]
> 
> On 2018-Jul-29, at 10:51 AM, Mark Millard  wrote:
> 
>> On 2018-Jul-29, at 8:42 AM, John Baldwin  wrote:
>> 
>>> On 7/28/18 9:39 AM, Mark Millard wrote:
 [Older directions of investigation omitted.]
 
 On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
 
> On 7/26/18 12:02 AM, Mark Millard wrote:
>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>> (from
>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
>> --and
>> other things). . .
>> 
>> ===>  Building package for powerpc64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>  such file or directory
>> . . .
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>  such file or directory
>> *** Error code 1
>> 
>> 
>> ===>  Building package for amd64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directo
>> ry
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-29 Thread Mark Millard via freebsd-ports
[In my poudriere-devel enviroment configure is deciding: enable_plugin='no' .]

On 2018-Jul-29, at 10:51 AM, Mark Millard  wrote:

> On 2018-Jul-29, at 8:42 AM, John Baldwin  wrote:
> 
>> On 7/28/18 9:39 AM, Mark Millard wrote:
>>> [Older directions of investigation omitted.]
>>> 
>>> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
>>> 
 On 7/26/18 12:02 AM, Mark Millard wrote:
> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
> (from
> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
> --and
> other things). . .
> 
> ===>  Building package for powerpc64-gcc-6.4.0_2
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>  such file or directory
> . . .
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>  such file or directory
> *** Error code 1
> 
> 
> ===>  Building package for amd64-gcc-6.4.0_2
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>  such file or directo
> ry
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>  such file or directory
> pkg-static: Unable to access file 
> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-29 Thread Mark Millard via freebsd-ports
On 2018-Jul-29, at 8:42 AM, John Baldwin  wrote:

> On 7/28/18 9:39 AM, Mark Millard wrote:
>> [Older directions of investigation omitted.]
>> 
>> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
>> 
>>> On 7/26/18 12:02 AM, Mark Millard wrote:
 Based on attempting to update (via poudriere-devel and pkg) to -r475344 
 (from
 a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
 --and
 other things). . .
 
 ===>  Building package for powerpc64-gcc-6.4.0_2
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
  such file or directory
 . . .
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
  such file or directory
 *** Error code 1
 
 
 ===>  Building package for amd64-gcc-6.4.0_2
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
  such file or directo
 ry
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
  such file or directory
 pkg-static: Unable to access file 
 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[portmaster -DK devel/powerpc64-gcc built and installed
powerpc64-gcc just fine.]

On 2018-Jul-28, at 6:51 PM, Mark Millard  wrote:

> [Top note of a correction: I used portmaster -C and am
> trying without -C. The -K references below are wrong.
> No further updated material follows in this note.]
> 
> On 2018-Jul-28, at 6:47 PM, Mark Millard  wrote:
> 
>> [Completing building aarch64-gcc via portmaster -K (after pkg
>> install of  poudriere-devel builds of things required) worked
>> fine. But powerpc64-gcc via -K failed like under poudriere.]
>> 
>> On 2018-Jul-28, at 12:15 PM, Mark Millard  wrote:
>> 
>>> On 2018-Jul-28, at 10:36 AM, Mark Millard  wrote:
>>> 
 [So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz 
 files.
 and the version relationship was wrong for when I first saw the issue.]
 
 On 2018-Jul-28, at 9:39 AM, Mark Millard  wrote:
 
> [Older directions of investigation omitted.]
> 
> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
> 
>> On 7/26/18 12:02 AM, Mark Millard wrote:
>>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>>> (from
>>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
>>> --and
>>> other things). . .
 
 During experiments with this issue I have progressed past
 -r475344 and the problem has repeated.
 
 But I should have noticed 475344 < 475361 .
 
>>> ===>  Building package for powerpc64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>>  such file or directory
>>> . . .
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>>  such file or directory
>>> *** Error code 1
>>> 
>>> 
>>> ===>  Building package for amd64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Completing building aarch64-gcc via portmaster -K (after pkg
install of  poudriere-devel builds of things required) worked
fine. But powerpc64-gcc via -K failed like under poudriere.]

On 2018-Jul-28, at 12:15 PM, Mark Millard  wrote:

> On 2018-Jul-28, at 10:36 AM, Mark Millard  wrote:
> 
>> [So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz 
>> files.
>> and the version relationship was wrong for when I first saw the issue.]
>> 
>> On 2018-Jul-28, at 9:39 AM, Mark Millard  wrote:
>> 
>>> [Older directions of investigation omitted.]
>>> 
>>> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
>>> 
 On 7/26/18 12:02 AM, Mark Millard wrote:
> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
> (from
> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
> --and
> other things). . .
>> 
>> During experiments with this issue I have progressed past
>> -r475344 and the problem has repeated.
>> 
>> But I should have noticed 475344 < 475361 .
>> 
> ===>  Building package for powerpc64-gcc-6.4.0_2
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>  such file or directory
> . . .
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>  such file or directory
> *** Error code 1
> 
> 
> ===>  Building package for amd64-gcc-6.4.0_2
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>  such file or directo
> ry
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>  such file or directory
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>  such file or directory
> pkg-static: Unable 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Top note of a correction: I used portmaster -C and am
trying without -C. The -K references below are wrong.
No further updated material follows in this note.]

On 2018-Jul-28, at 6:47 PM, Mark Millard  wrote:

> [Completing building aarch64-gcc via portmaster -K (after pkg
> install of  poudriere-devel builds of things required) worked
> fine. But powerpc64-gcc via -K failed like under poudriere.]
> 
> On 2018-Jul-28, at 12:15 PM, Mark Millard  wrote:
> 
>> On 2018-Jul-28, at 10:36 AM, Mark Millard  wrote:
>> 
>>> [So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz 
>>> files.
>>> and the version relationship was wrong for when I first saw the issue.]
>>> 
>>> On 2018-Jul-28, at 9:39 AM, Mark Millard  wrote:
>>> 
 [Older directions of investigation omitted.]
 
 On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
 
> On 7/26/18 12:02 AM, Mark Millard wrote:
>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>> (from
>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
>> --and
>> other things). . .
>>> 
>>> During experiments with this issue I have progressed past
>>> -r475344 and the problem has repeated.
>>> 
>>> But I should have noticed 475344 < 475361 .
>>> 
>> ===>  Building package for powerpc64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>  such file or directory
>> . . .
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>  such file or directory
>> *** Error code 1
>> 
>> 
>> ===>  Building package for amd64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directo
>> ry
>> pkg-static: Unable to access file 
>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
On 2018-Jul-28, at 10:36 AM, Mark Millard  wrote:

> [So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz 
> files.
> and the version relationship was wrong for when I first saw the issue.]
> 
> On 2018-Jul-28, at 9:39 AM, Mark Millard  wrote:
> 
>> [Older directions of investigation omitted.]
>> 
>> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
>> 
>>> On 7/26/18 12:02 AM, Mark Millard wrote:
 Based on attempting to update (via poudriere-devel and pkg) to -r475344 
 (from
 a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc 
 --and
 other things). . .
> 
> During experiments with this issue I have progressed past
> -r475344 and the problem has repeated.
> 
> But I should have noticed 475344 < 475361 .
> 
 ===>  Building package for powerpc64-gcc-6.4.0_2
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
  such file or directory
 . . .
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
  such file or directory
 *** Error code 1
 
 
 ===>  Building package for amd64-gcc-6.4.0_2
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
  such file or directo
 ry
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
  such file or directory
 pkg-static: Unable to access file 
 /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
  such file or directory
 pkg-static: Unable to access file 
 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[So much for reverting -r475361 : it still is producing *-gcc-6.4.0_2.tbz files.
and the version relationship was wrong for when I first saw the issue.]

On 2018-Jul-28, at 9:39 AM, Mark Millard  wrote:

> [Older directions of investigation omitted.]
> 
> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
> 
>> On 7/26/18 12:02 AM, Mark Millard wrote:
>>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>>> (from
>>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --and
>>> other things). . .

During experiments with this issue I have progressed past
-r475344 and the problem has repeated.

But I should have noticed 475344 < 475361 .

>>> ===>  Building package for powerpc64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>>  such file or directory
>>> . . .
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>>  such file or directory
>>> *** Error code 1
>>> 
>>> 
>>> ===>  Building package for amd64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directo
>>> ry
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
[Older directions of investigation omitted.]

On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:

> On 7/26/18 12:02 AM, Mark Millard wrote:
>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 (from
>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --and
>> other things). . .
>> 
>> ===>  Building package for powerpc64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>  such file or directory
>> . . .
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>  such file or directory
>> *** Error code 1
>> 
>> 
>> ===>  Building package for amd64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directo
>> ry
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports


On 2018-Jul-28, at 1:33 AM, Mark Millard  wrote:

> On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:
> 
>> On 7/26/18 12:02 AM, Mark Millard wrote:
>>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 
>>> (from
>>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --and
>>> other things). . .
>>> 
>>> ===>  Building package for powerpc64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>>  such file or directory
>>> . . .
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>>  such file or directory
>>> *** Error code 1
>>> 
>>> 
>>> ===>  Building package for amd64-gcc-6.4.0_2
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>>  such file or directo
>>> ry
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>>  such file or directory
>>> pkg-static: Unable to access file 
>>> 

Re: Building devel/powerpc64-gcc and devel/amd64-gcc and the like fail: "Unable to access file" for many files in work/stage/...

2018-07-28 Thread Mark Millard via freebsd-ports
On 2018-Jul-26, at 10:24 AM, John Baldwin  wrote:

> On 7/26/18 12:02 AM, Mark Millard wrote:
>> Based on attempting to update (via poudriere-devel and pkg) to -r475344 (from
>> a prior 2018-Jul-15 6.4.0_1 build and installation of such devel/*-gcc --and
>> other things). . .
>> 
>> ===>  Building package for powerpc64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-host.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/auto-profile.h:No
>>  such file or directory
>> . . .
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoff.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/lib/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/include/xcoffout.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/powerpc64-gcc/work/stage/usr/local/libexec/gcc/powerpc64-unknown-freebsd12.0/6.4.0/plugin/gengtype:No
>>  such file or directory
>> *** Error code 1
>> 
>> 
>> ===>  Building package for amd64-gcc-6.4.0_2
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/gtype.state:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ada/gcc-interface/ada-tree.def:No
>>  such file or directo
>> ry
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/addresses.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alias.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/all-tree.def:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/alloc-pool.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/ansidecl.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/asan.h:No
>>  such file or directory
>> pkg-static: Unable to access file 
>> /wrkdirs/usr/ports/devel/amd64-gcc/work/stage/usr/local/lib/gcc/x86_64-unknown-freebsd12.0/6.4.0/plugin/include/attribs.h:No
>>  such file or directory