Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2024 10:51:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283653] sysutils/seatd: multiple unknown type names
Message-ID:  <bug-283653-7788@https.bugs.freebsd.org/bugzilla/>

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

            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=3D256192&action=
=3Dedit
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=3Dnever -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -W=
extra
-Wpedantic -Werror -std=3Dc11 -D_XOPEN_SOURCE=3D700 -D__BSD_VISIBLE
-D_NETBSD_SOURCE '-DSEATD_VERSION=3D"0.9.1"'
'-DSEATD_DEFAULTPATH=3D"/var/run/seatd.sock"'
'-DSEATD_INSTALLPATH=3D"/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=3DALL -D_FORTIFY_SOURCE=3D2 '-DREL_SRC_DIR=3D"../"'
-DCONSOLEKIT2_ENABLED=3D1 -O2 -pipe -fstack-protector-strong -fno-strict-al=
iasing
-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-launc=
h.c

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

cc -Iseatd-launch.p -I. -I.. -I../include -fdiagnostics-color=3Dnever
-D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -st=
d=3Dc11
-D_XOPEN_SOURCE=3D700 -D__BSD_VISIBLE -D_NETBSD_SOURCE '-DSEATD_VERSION=3D"=
0.9.1"'
'-DSEATD_DEFAULTPATH=3D"/var/run/seatd.sock"'
'-DSEATD_INSTALLPATH=3D"/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=3DALL -D_FORTIFY_SOURCE=3D2 '-DREL_SRC_DIR=3D"../"'
-DCONSOLEKIT2_ENABLED=3D1 -O2 -pipe -fstack-protector-strong -fno-strict-al=
iasing
-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-launc=
h.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 =3D (__uintptr_t)leftp;
      |         ^
note: '__uint128_t' declared here
/usr/include/ssp/ssp.h:95:22: error: use of undeclared identifier '__uintpt=
r_t'
   95 |         __uintptr_t left =3D (__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 =3D (__uintptr_t)rightp;
      |         ^
note: '__uint128_t' declared here
/usr/include/ssp/ssp.h:96:23: error: use of undeclared identifier '__uintpt=
r_t'
   96 |         __uintptr_t right =3D (__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

--=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-283653-7788>