[Bug 226600] cpucontrol fails to compile, so "make buildworld" fails also
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 14 11:54:25 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226600
Bug ID: 226600
Summary: cpucontrol fails to compile, so "make buildworld"
fails also
Product: Base System
Version: 11.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: oz42 at oz42.eu
cpucontrol fails to compile, so "make buildworld" fails also.
/usr/local/libexec/ccache/world/cc -O2 -pipe -MD -MF.depend.cpucontrol.o
-MTcpucontrol.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c
/usr/src/usr.sbin/cpucontrol/cpucontrol.c -o cpucontrol.o
/usr/src/usr.sbin/cpucontrol/cpucontrol.c:353:20: error: use of undeclared
identifier 'CPUCTL_EVAL_CPU_FEATURES'
error = ioctl(fd, CPUCTL_EVAL_CPU_FEATURES, NULL);
^
1 error generated.
*** Error code 1
Stop.
make: stopped in /usr/src/usr.sbin/cpucontrol
System is FreeBSD 11.1-RELEASE-p7 amd64 now, so I assume the bug appeared with
FreeBSD 11.1-RELEASE-p8.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list