Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 09:57:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207147] powerpc 11.0-CURRENT -r295543: error: field 'uz_maxaction' has incomplete type (blocking buildworld)
Message-ID:  <bug-207147-8-zpVSbum9RR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207147-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207147-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207147

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

If I add

X_COMPILER_TYPE=3Dgcc
.if ${.MAKE.LEVEL} =3D=3D 0
CC=3D/usr/bin/gcc
CXX=3D/usr/bin/g++
CPP=3D/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 e=
nds
up being a copy of the CC and its being a full path is part of what enables
this. X_COMPILER_TYPE=3Dgcc enables more.]

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207147-8-zpVSbum9RR>