Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 11:54:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226600] cpucontrol fails to compile, so "make buildworld" fails also
Message-ID:  <bug-226600-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: oz42@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226600-8>