Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2022 11:44:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263447] sysutils/xen-tools: Fails to build if sysutils/fusefs-libs3 is installed
Message-ID:  <bug-263447-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 263447
           Summary: sysutils/xen-tools: Fails to build if
                    sysutils/fusefs-libs3 is installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lantw44@gmail.com
                CC: royger@freebsd.org, se@FreeBSD.org
                CC: royger@freebsd.org, se@FreeBSD.org

When sysutils/fusefs-libs3 is installed, qemu-xen automatically enables FUSE
exports. This causes the build to fail because block/export/fuse.c cannot be
compiled.

../qemu-xen/block/export/fuse.c:621:16: error: use of undeclared identifier
'FALLOC_FL_KEEP_SIZE'
    if (mode & FALLOC_FL_KEEP_SIZE) {
               ^
../qemu-xen/block/export/fuse.c:625:16: error: use of undeclared identifier
'FALLOC_FL_PUNCH_HOLE'
    if (mode & FALLOC_FL_PUNCH_HOLE) {
               ^
../qemu-xen/block/export/fuse.c:626:22: error: use of undeclared identifier
'FALLOC_FL_KEEP_SIZE'
        if (!(mode & FALLOC_FL_KEEP_SIZE)) {
                     ^
3 errors 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-263447-7788>