https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228174
Eugene Grosbein changed:
What|Removed |Added
Resolution|--- |Works As Intended
St
Hi,
probably this last changes
https://svnweb.freebsd.org/base?view=revision&revision=334229 breaks
buildkernel in stable/11
If it is related my kernel config contains IOSCHED option:
options CAM_IOSCHED_DYNAMIC
cc -target x86_64-unknown-freebsd11.2 --sysroot=/usr/obj/usr/src/tmp
-B/
On Sat, May 26, 2018 at 06:02:21PM +0300, Dmitriy Makarov wrote:
> Hi,
>
> probably this last changes
> https://svnweb.freebsd.org/base?view=revision&revision=334229 breaks
> buildkernel in stable/11
>
> If it is related my kernel config contains IOSCHED option:
> options CAM_IOSCHED_DY
Looks like sean's merge was incomplete somehow.
Warner
On Sat, May 26, 2018 at 9:02 AM, Dmitriy Makarov wrote:
> Hi,
>
> probably this last changes https://svnweb.freebsd.org/
> base?view=revision&revision=334229 breaks buildkernel in stable/11
>
> If it is related my kernel config contains IOS
Hi,
I'm running 11.2-BETA3/amd64 at r334236, and I've noticed that
"ldconfig -m" doesn't behave as expected (or perhaps it's my
understanding).
This is what I'm seeing when building security/nss in a chrooted environment:
# ldconfig -r | grep nss
# ls /usr/local/lib/nss
libcrmf.a l
# uname -a
FreeBSD rip.psg.com 10.3-RELEASE-p24 FreeBSD 10.3-RELEASE-p24 #0: Wed Nov 15
04:57:40 UTC 2017
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
# freebsd-update upgrade -r 11.1-RELEASEa
...
.3090030910309203093030940309503096030970
Looks simple mis-merge.
On hunk 1, original (head) r323831 has "hz / isc->quanta" at 2nd arg,
while r334229 (stable/11) has "hz / isc->quanta1".
r334228 and before had "hz / isc->quanta - 1", so missingly removed
" - " instead of " - 1".
Any other hunks looks fine.
Regards.
On Sat, 26 May 2018