[Bug 283653] sysutils/seatd: multiple unknown type names

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Dec 2024 10:51:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283653

            Bug ID: 283653
           Summary: sysutils/seatd: multiple unknown type names
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: dan.kotowski@a9development.com
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)
 Attachment #256192 text/plain
         mime type:

Created attachment 256192
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256192&action=edit
doas poudriere bulk -I -C -j FreeBSD:15:amd64 -p latest sysutils/seatd

[ 31% 31/38] cc -Iseatd-launch.p -I. -I.. -I../include
-fdiagnostics-color=never -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra
-Wpedantic -Werror -std=c11 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE
-D_NETBSD_SOURCE '-DSEATD_VERSION="0.9.1"'
'-DSEATD_DEFAULTPATH="/var/run/seatd.sock"'
'-DSEATD_INSTALLPATH="/usr/local/bin/seatd"' -Wundef -Wunused
-Wmissing-include-dirs -Wold-style-definition -Wpointer-arith
-Wstrict-prototypes -Wimplicit-fallthrough -Wmissing-prototypes
-Wno-unknown-warning-option -Wno-unused-command-line-argument -Wvla
-Wl,--exclude-libs=ALL -D_FORTIFY_SOURCE=2 '-DREL_SRC_DIR="../"'
-DCONSOLEKIT2_ENABLED=1 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-MD -MQ seatd-launch.p/seatd-launch_seatd-launch.c.o -MF
seatd-launch.p/seatd-launch_seatd-launch.c.o.d -o
seatd-launch.p/seatd-launch_seatd-launch.c.o -c ../seatd-launch/seatd-launch.c

FAILED: seatd-launch.p/seatd-launch_seatd-launch.c.o

cc -Iseatd-launch.p -I. -I.. -I../include -fdiagnostics-color=never
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11
-D_XOPEN_SOURCE=700 -D__BSD_VISIBLE -D_NETBSD_SOURCE '-DSEATD_VERSION="0.9.1"'
'-DSEATD_DEFAULTPATH="/var/run/seatd.sock"'
'-DSEATD_INSTALLPATH="/usr/local/bin/seatd"' -Wundef -Wunused
-Wmissing-include-dirs -Wold-style-definition -Wpointer-arith
-Wstrict-prototypes -Wimplicit-fallthrough -Wmissing-prototypes
-Wno-unknown-warning-option -Wno-unused-command-line-argument -Wvla
-Wl,--exclude-libs=ALL -D_FORTIFY_SOURCE=2 '-DREL_SRC_DIR="../"'
-DCONSOLEKIT2_ENABLED=1 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-MD -MQ seatd-launch.p/seatd-launch_seatd-launch.c.o -MF
seatd-launch.p/seatd-launch_seatd-launch.c.o.d -o
seatd-launch.p/seatd-launch_seatd-launch.c.o -c ../seatd-launch/seatd-launch.c

In file included from ../seatd-launch/seatd-launch.c:2:
In file included from /usr/include/poll.h:113:
In file included from /usr/include/ssp/poll.h:30:
/usr/include/ssp/ssp.h:93:54: error: unknown type name '__size_t'
   93 | __ssp_overlap(const void *leftp, const void *rightp, __size_t sz)
      |                                                      ^
/usr/include/ssp/ssp.h:95:2: error: unknown type name '__uintptr_t'; did you
mean '__uint128_t'?
   95 |         __uintptr_t left = (__uintptr_t)leftp;
      |         ^
note: '__uint128_t' declared here
/usr/include/ssp/ssp.h:95:22: error: use of undeclared identifier '__uintptr_t'
   95 |         __uintptr_t left = (__uintptr_t)leftp;
      |                             ^
/usr/include/ssp/ssp.h:96:2: error: unknown type name '__uintptr_t'; did you
mean '__uint128_t'?
   96 |         __uintptr_t right = (__uintptr_t)rightp;
      |         ^
note: '__uint128_t' declared here
/usr/include/ssp/ssp.h:96:23: error: use of undeclared identifier '__uintptr_t'
   96 |         __uintptr_t right = (__uintptr_t)rightp;
      |                              ^
5 errors generated.



root@pkg1:/usr/ports/sysutils/seatd # freebsd-version -ru
15.0-CURRENT
15.0-CURRENT
root@pkg1:/usr/ports/sysutils/seatd # uname -a
FreeBSD pkg1 15.0-CURRENT FreeBSD 15.0-CURRENT 1500029 amd64

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