[Bug 207147] powerpc 11.0-CURRENT -r295543: error: field 'uz_maxaction' has incomplete type (blocking buildworld)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 13 09:57:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207147

--- Comment #2 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Mark Millard from comment #1)

If I add

X_COMPILER_TYPE=gcc
.if ${.MAKE.LEVEL} == 0
CC=/usr/bin/gcc
CXX=/usr/bin/g++
CPP=/usr/bin/cpp
.export CC
.export CXX
.export CPP
.endif

to the src.conf content that I showed in the description then it turns out that
buidlworld adds --sysroot and -isystem and other things globally. The result
seems to include avoidance of /usr/include for what I was reporting. [XCC ends
up being a copy of the CC and its being a full path is part of what enables
this. X_COMPILER_TYPE=gcc enables more.]

It still may be that CFLAGS having something for include paths is supposed to
be present. I'm not sure.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list