Date: Mon, 4 Dec 2017 17:32:32 -0500 From: Ryan Stone <rysto32@gmail.com> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Build failure in stand Message-ID: <CAFMmRNwSKOB57uYwCrMotgh9cfp881maOhu57ASV9zg3hn0c-Q@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm seeing the following build failure when doing a buildworld of head:
In file included from
/repos/users/rstone/bsd-worktree/route-change/stand/ficl/i386/sysdep.c:18:
/repos/users/rstone/bsd-worktree/route-change/stand/libsa/machine/cpufunc.h:491:13:
error: shift count >= width of type [-Werror,-Wshift-count-overflow]
high = val >> 32;
^ ~~
1 error generated.
My make.conf looks like:
PERL_VERSION=5.14.2
DEBUG_FLAGS=-g
CFLAGS+=-fno-omit-frame-pointer
#BTX_SERIAL=yes
#BOOT_PXELDR_ALWAYS_SERIAL=yes
# src/sys/boot/i386/libi386/Makefile (loader)
#BOOT_COMCONSOLE_SPEED=115200
## src/sys/boot/i386/libi386/comconsole.c (loader)
COMSPEED=115200
# src/sys/dev/sio/sioreg.h (kernel)
#CONSPEED=115200
WITHOUT_DEBUG_FILES=yes
and my src.conf is:
WITH_TESTS=yes
WITHOUT_DEBUG_FLAGS=yes
WITHOUT_INFO=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNwSKOB57uYwCrMotgh9cfp881maOhu57ASV9zg3hn0c-Q>
