Bug 286705 - x11/kitty: Fails to build on at least stable/14, amd64
Summary: x11/kitty: Fails to build on at least stable/14, amd64
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-10 03:35 UTC by Tomoaki AOKI
Modified: 2025-05-10 03:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (nivit)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoaki AOKI 2025-05-10 03:35:19 UTC
The last time build successfully finished was:
  Started poudriere-devel at 2025-04-29T04:21:36+09:00 (JST)
  Ports top last git commit: 65d0bc0310bd

The first time the build failed was:
  Started poudriere-devel at 2025-05-04T17:04:57+09:00 (JST)
  Ports top last git commit: 31160ccc9fb6

As the last update to x11/kitty was
* 	x11/kitty: Update to 0.41.1	Nicola Vitale	2025-04-04	3	-8/+8
the problem would be in elsewhere that x11/kitty depends on.
And sorry, if the `git bisect` causes full rebuilds on poudriere, the turnaround time is 1+ "day", so cannot proceed.


The faulure mode is as follows.

[20/130] Compiling [wayland] glfw/wl_client_side_decorations.c ...
[21/130] Compiling [x11] glfw/window.c ...
[22/130] Compiling [wayland] glfw/window.c ...
[23/130] Compiling [wayland] glfw/wl_init.c ...
glfw/wl_window.c:669:17: error: 4 enumeration values not handled in switch: 'XDG_TOPLEVEL_STATE_CONSTRAINED_LEFT', 'XDG_TOPLEVEL_STATE_CONSTRAINED_RIGHT', 'XDG_TOPLEVEL_STATE_CONSTRAINED_TOP'... [-Werror,-Wswitch]
  669 |         switch (*state) {
      |                 ^~~~~~
1 error generated.
 done
Compiling [wayland] glfw/wl_window.c ...
cc -MMD -DNDEBUG -DEPOLL_SHIM_DISABLE_WRAPPER_MACROS -I/usr/local/include/libepoll-shim -D_GLFW_WAYLAND -D_GLFW_BUILD_DLL -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -pedantic-errors -Werror -O3 -fwrapv -fstack-protector-strong -pipe -fvisibility=hidden -fno-plt -fPIC -O2 -pipe -march=haswell -Wno-error=invalid-utf8 -Winvalid-utf8 -fstack-protector-strong -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -flto -I/usr/local/include -fcf-protection=full -fPIC -pthread -I/usr/local/include -I/usr/local/include/libepoll-shim -I/usr/local/include -I/usr/local/include/libepoll-shim -I/usr/local/include -I/usr/local/libdata/pkgconfig/../../include/dbus-1.0 -I/usr/local/libdata/pkgconfig/../../lib/dbus-1.0/include -c glfw/wl_window.c -o build/glfw-wayland-glfw-wl_window.c.o
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/kitty
=>> Cleaning up wrkdir
===>  Cleaning for kitty-0.41.1
build of x11/kitty | kitty-0.41.1 ended at 2025-05-10T11:55:58+09:00
build time: 00:01:12
!!! build failure encountered !!!