[Bug 234944] sysutils/pefs-kmod version 2018.11.26 fails to build on 10.4-STABLE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 14 14:55:27 UTC 2019


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

            Bug ID: 234944
           Summary: sysutils/pefs-kmod version 2018.11.26 fails to build
                    on 10.4-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gleb at FreeBSD.org
          Reporter: shersch at dssgmbh.de
          Assignee: gleb at FreeBSD.org
             Flags: maintainer-feedback?(gleb at FreeBSD.org)

Fails to build on FreeBSD 10 because of missing function explicit_bzero in
library strings.h (The explicit_bzero() function first appeared in OpenBSD 5.5
and FreeBSD 11.0.).

cc -O2 -pipe -fno-strict-aliasing  -fno-omit-frame-pointer -Werror -D_KERNEL
-DKLD_MODULE -nostdinc 
-I/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2018-12-29/sys/modules/pefs/../../
-I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer   -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality -Wno-error-unused-function    -c
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2018-12-29/sys/modules/pefs/../../fs/pefs/pefs_subr.c
-o pefs_subr.o
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2018-12-29/sys/modules/pefs/../../fs/pefs/pefs_subr.c:129:2:
error: implicit declaration of function 'explicit_bzero' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
        explicit_bzero(mem, size);
        ^
1 error generated.
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list