Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 23:42:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207148] powerpc 11.0-CURRENT: error: 'P_KPROC' undeclared (from wrong include path so old proc.h file used)
Message-ID:  <bug-207148-8-WnmXJQQGBn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207148-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207148-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=207148

Mark Millard <markmi@dsl-only.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

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

My original src.conf had a bad "optimization" where I had been thinking that
since I had a working compiler that was not being updated with new source code
that I could avoid the time to rebuild it during the bootstrap:

WITHOUT_GCC_BOOTSTRAP=

But this makes the default include/library paths wrong for buildworld and the
like and so requires them to be enforced on the command line. The build
environment is not set up to automatically do that in such cases.

So I had wondered out of bounds.

-- 
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-207148-8-WnmXJQQGBn>