Date: Wed, 21 Jan 2015 11:05:21 +0100 From: Willem Jan Withagen <wjw@digiware.nl> To: Benjamin Perrault <ben.perrault@gmail.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: Head not buildin in zfs.c Message-ID: <54BF79E1.3060401@digiware.nl> In-Reply-To: <31627BCE-2B7A-44AA-9442-2D9347C1F571@gmail.com> References: <54BF72A9.5000608@digiware.nl> <31627BCE-2B7A-44AA-9442-2D9347C1F571@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-01-21 10:51, Benjamin Perrault wrote: > >> On Jan 21, 2015, at 1:34 AM, Willem Jan Withagen <wjw@digiware.nl> >> wrote: >> >> >> Found this lastnight build. Just fetched the most recent HEAD. >> Error remains >> >> --- zfs/zfs.o --- In file included from >> /usr/srcs/src11/src/lib/libprocstat/zfs/../zfs.c:39: >> /usr/srcs/src11/src/lib/libprocstat/zfs/../../../cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h:538:9: >> error: 'NSEC_TO_TICK' macro redefined [-Werror,-Wmacro-redefined] >> #define NSEC_TO_TICK(usec) ((usec) / (NANOSEC / hz)) ^ >> /usr/srcs/src11/src/lib/libprocstat/zfs/../../../sys/cddl/compat/opensolaris/sys/time.h:54:9: >> note: previous definition is here #define NSEC_TO_TICK(nsec) >> ((nsec) / (NANOSEC / hz)) ^ /etc/{make,src}.conf are empty >> > I’m seeing the exact same issue. It began for me at r277472 and is > still persisting as of r277482 ( the most recent HEAD as of writing > this email ). Well, the problem is reported several times during compilation. This is the first warning that also has -Werror, and hence building stops. I have not been able to find where this -Werror "all of a sudden" pops up. Has to be in any of those commits... --WjW
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BF79E1.3060401>