https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239938

            Bug ID: 239938
           Summary: OpenZFS/ZoF fails to build on i386
           Product: Base System
           Version: 12.0-STABLE
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

root@gimli:/usr/ports/sysutils/openzfs # uname -a
FreeBSD gimli 12.0-STABLE FreeBSD 12.0-STABLE r351102 GENERIC  i386

root@gimli:/usr/ports/sysutils/openzfs # grep PORTVERSION Makefile 
PORTVERSION=    2019072200

root@gimli:/usr/ports/sysutils/openzfs # make
[...]
timestamp.c:54:26: error: format specifies type 'long' but the argument has
type 'time_t' (aka 'int') [-Werror,-Wformat]
              (void) printf("%ld\n", t);
                             ~~~     ^
                             %d
1 error generated.
[...]
../../module/zfs/arc.c:7818:51: error: implicit conversion from 'unsigned long
long' to 'unsigned long' changes value from
     4294967296 to 0 [-Werror,-Wconstant-conversion]
               zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024,
                                      ~     ~~~~~~~~~~~~~~~~~~~^~~~~~
/usr/include/sys/param.h:305:30: note: expanded from macro 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
                            ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to