Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2016 13:26:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211173] sysutils/atop fails to build in head r302904 with poudriere
Message-ID:  <bug-211173-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211173

            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@FreeBSD.org
          Reporter: guru@unixarea.de
                CC: samm@os2.kiev.ua
             Flags: maintainer-feedback?(samm@os2.kiev.ua)
                CC: samm@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 ) || (pba=
se->ki_flag & P_KTHREAD)))=20
>                                                                          =
              ^
> 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 =3D ((pp->ki_flag & P_KTHREAD) ? pp->ki_p=
ri.pri_native :
>                                                   ^
> photoproc.c:694:44: error: use of undeclared identifier 'P_KTHREAD'
>             curtask->cpu.rtprio =3D ((pp->ki_flag & P_KTHREAD) ? pp->ki_p=
ri.pri_native :

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

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

--=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-211173-13>