Date: Sat, 14 Nov 2015 15:37:23 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Craig Rodrigues <rodrigc@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290835 - head/lib/libopenbsd Message-ID: <27E18130-829D-41A4-BFCA-1818774E976A@gmail.com> In-Reply-To: <7BA865DA-98E0-4BA3-8F03-1FD26A87B785@gmail.com> References: <201511142307.tAEN7cZN087586@repo.freebsd.org> <7BA865DA-98E0-4BA3-8F03-1FD26A87B785@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Nov 14, 2015, at 15:24, NGie Cooper <yaneurabeya@gmail.com> wrote: >=20 >=20 >> On Nov 14, 2015, at 15:07, Craig Rodrigues <rodrigc@FreeBSD.org> = wrote: >>=20 >> Author: rodrigc >> Date: Sat Nov 14 23:07:38 2015 >> New Revision: 290835 >> URL: https://svnweb.freebsd.org/changeset/base/290835 >>=20 >> Log: >> Implemtn getdtablecount() to count open file descriptors for current = process. >>=20 >> Use underlying sysctl implemented by mjg in r290473. >>=20 >> PR: 194985 >> Reviewed by: bapt, mjg >> Differential Revision: https://reviews.freebsd.org/D4084 >=20 > This broke the build on old versions of the OS because sys/sysctl.h = isn't installed to WORLDTMP before bootstrap-tools: >=20 > 231 # 1. legacy stage [BMAKE] > 232 # This stage is responsible for creating compatibility > 233 # shims that are needed by the bootstrap-tools, > 234 # build-tools and cross-tools stages. These are generally > 235 # APIs that tools from one of those three stages need to > 236 # build that aren't present on the host. > 237 # 1. bootstrap-tools stage [BMAKE] > 238 # This stage is responsible for creating programs that > 239 # are needed for backward compatibility reasons. They > 240 # are not built as cross-tools. >=20 > See: = https://jenkins.freebsd.org/job/FreeBSD_HEAD_i386/1663/consoleFull This should fix it (and other style bugs / other issues): = https://people.freebsd.org/~ngie/fix-r290835.patch . Going to try it out = on ref11-amd64..=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27E18130-829D-41A4-BFCA-1818774E976A>