Date: Mon, 01 Aug 2016 23:39:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 208076] libc on 10.3 beta2 does not compile on 10.2-stable Message-ID: <bug-208076-8-ZWgXCplvwf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208076-8@https.bugs.freebsd.org/bugzilla/> References: <bug-208076-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=3D208076 John Baldwin <jhb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug CC| |jhb@FreeBSD.org Status|New |Closed --- Comment #1 from John Baldwin <jhb@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. --=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-208076-8-ZWgXCplvwf>