Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2019 12:06:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239938] OpenZFS/ZoF fails to build on i386
Message-ID:  <bug-239938-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239938

            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: bugs@FreeBSD.org
          Reporter: mops@punkt.de

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=20
PORTVERSION=3D    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 l=
ong
long' to 'unsigned long' changes value from
     4294967296 to 0 [-Werror,-Wconstant-conversion]
               zfs_dirty_data_max_max =3D 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239938-227>