[Bug 265003] powerpc64le build fails due to 985c33b132f6c23a69bd808e008ae0f46131a31e (merged in 1f1e2261e341e6ca6862f82261066ef1705f0a7a)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Jul 2022 21:05:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265003

            Bug ID: 265003
           Summary: powerpc64le build fails due to
                    985c33b132f6c23a69bd808e008ae0f46131a31e (merged in
                    1f1e2261e341e6ca6862f82261066ef1705f0a7a)
           Product: Base System
           Version: CURRENT
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org

buildkernel fails with:
cc -target powerpc64le-unknown-freebsd14.0
--sysroot=/usr/obj/root/src/powerpc.powerpc64le/tmp
-B/usr/obj/root/src/powerpc.powerpc64le/tmp/usr/bin  -O2 -pipe -fno-common
-D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY
-DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -DIN_FREEBSD_BASE
-DBITS_PER_LONG=64  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
-DKLD_TIED -nostdinc  -I/root/src/sys/contrib/openzfs/include
-I/root/src/sys/contrib/openzfs/include/os/freebsd
-I/root/src/sys/contrib/openzfs/include/os/freebsd/spl
-I/root/src/sys/contrib/openzfs/include/os/freebsd/zfs
-I/root/src/sys/contrib/openzfs/module/zstd/include
-I/root/src/sys/contrib/openzfs/module/icp/include -I/root/src/sys/modules/zfs
-DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/root/src/powerpc.powerpc64le/sys/GENERIC64LE/opt_global.h -I.
-I/root/src/sys -I/root/src/sys/contrib/ck/include -fno-common -g -fPIC
-mlongcall -fno-omit-frame-pointer
-fdebug-prefix-map=./machine=/root/src/sys/powerpc/include
-I/usr/obj/root/src/powerpc.powerpc64le/sys/GENERIC64LE     -MD 
-MF.depend.blake3_x86-64.o -MTblake3_x86-64.o -mno-altivec -msoft-float
-mabi=elfv2 -ffreestanding -fwrapv -fstack-protector -Wall -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef
-Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=tautological-compare
-Wno-error=empty-body -Wno-error=parentheses-equality
-Wno-error=unused-function -Wno-error=pointer-sign
-Wno-error=shift-negative-value -Wno-address-of-packed-member
-Wno-format-zero-length -Wno-nested-externs     -std=iso9899:1999 -include
/root/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include
/root/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include
/root/src/sys/modules/zfs/static_ccompile.h -c
/root/src/sys/contrib/openzfs/module/icp/algs/blake3/blake3_x86-64.c -o
blake3_x86-64.o
/root/src/sys/contrib/openzfs/module/icp/algs/blake3/blake3_x86-64.c:78:28:
error: implicit declaration of function 'zfs_vsx_available' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
        return (kfpu_allowed() && zfs_vsx_available());
                                  ^
/root/src/sys/contrib/openzfs/module/icp/algs/blake3/blake3_x86-64.c:144:28:
error: implicit declaration of function 'zfs_vsx_available' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
        return (kfpu_allowed() && zfs_vsx_available());


Happens since 1f1e2261e341e6ca6862f82261066ef1705f0a7a.

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