[Bug 208076] libc on 10.3 beta2 does not compile on 10.2-stable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 1 23:39:14 UTC 2016


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

John Baldwin <jhb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
                 CC|                            |jhb at FreeBSD.org
             Status|New                         |Closed

--- Comment #1 from John Baldwin <jhb at FreeBSD.org> ---
That would not be correct, no.  The buildworld process creates a new
/usr/include tree that is populated with headers from the source tree.  The
implicit -I /usr/include added by the C compiler is redirected to that path
which is why you don't see it via -I.  Something else must have been out of
whack in your environment.  You can try blowing /usr/obj away entirely.

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


More information about the freebsd-bugs mailing list