[Bug 211173] sysutils/atop fails to build in head r302904 with poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 17 13:26:53 UTC 2016


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

            Bug ID: 211173
           Summary: sysutils/atop fails to build in head r302904 with
                    poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: guru at unixarea.de
                CC: samm at os2.kiev.ua
             Flags: maintainer-feedback?(samm at os2.kiev.ua)
                CC: samm at os2.kiev.ua

the port fails to comile in 12-CURRENT:

> clang -O2 -pipe  -fstack-protector -fno-strict-aliasing -Wall -DFREEBSD -c photoproc.c -o photoproc.o
> photoproc.c:397:51: error: use of undeclared identifier 'P_KTHREAD'
>             ((pp->ki_flag & P_SYSTEM ) || (pp->ki_flag & P_KTHREAD)))
>                                                          ^
> photoproc.c:464:75: error: use of undeclared identifier 'P_KTHREAD'
>                         if (filterkernel && ((pbase->ki_flag & P_SYSTEM ) || (pbase->ki_flag & P_KTHREAD)))
>                                                                                                ^
> photoproc.c:577:74: error: use of undeclared identifier 'P_KTHREAD'
>                 if (filterkernel && ((pbase->ki_flag & P_SYSTEM ) || (pbase->ki_flag & P_KTHREAD))) 
>                                                                                        ^
> photoproc.c:674:51: error: use of undeclared identifier 'P_KTHREAD'
>                 if ((pp->ki_flag & P_SYSTEM ) || (pp->ki_flag & P_KTHREAD))
>                                                                 ^
> photoproc.c:690:44: error: use of undeclared identifier 'P_KTHREAD'
>             curtask->cpu.rtprio = ((pp->ki_flag & P_KTHREAD) ? pp->ki_pri.pri_native :
>                                                   ^
> photoproc.c:694:44: error: use of undeclared identifier 'P_KTHREAD'
>             curtask->cpu.rtprio = ((pp->ki_flag & P_KTHREAD) ? pp->ki_pri.pri_native :

Konstantin Belousov <kostikbel at gmail.com> commented in freebsd-ports@:

The flag was renamed to P_KPROC in HEAD/stable-12.

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


More information about the freebsd-ports-bugs mailing list