Date: Mon, 14 Jan 2019 14:55:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234944] sysutils/pefs-kmod version 2018.11.26 fails to build on 10.4-STABLE Message-ID: <bug-234944-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234944 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@FreeBSD.org Reporter: shersch@dssgmbh.de Assignee: gleb@FreeBSD.org Flags: maintainer-feedback?(gleb@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=20 -I/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2018-12-29/sys/modules/pe= fs/../../ -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red= -zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestand= ing -fstack-protector -std=3Diso9899: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=20 -Wno-error-tautological-compare -Wno-error-empty-body=20 -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 --=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-234944-7788>