Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 10:34:33 +0100
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Head not buildin in zfs.c
Message-ID:  <54BF72A9.5000608@digiware.nl>

next in thread | raw e-mail | index | archive | help

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

--WjW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BF72A9.5000608>