Opened 9 days ago

Last modified 42 hours ago

#70719 assigned defect

tmux @3.4.1: Fails to build on macOS Sequoia 15 RC — at Version 1

Reported by: tthoma24 (Teddy Thomas) Owned by: tessus (Helmut K. C. Tessarek)
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: sequoia Cc:
Port: tmux

Description (last modified by tthoma24 (Teddy Thomas))

Despite an updated Xcode 16 RC and Command Line Tools and a functional clang, the port fails to build with the below error on an Intel-based Mac. Full build log is attached.

:info:build     mv -f $depbase.Tpo $depbase.Po
:info:build cmd-swap-pane.c:87:2: error: call to undeclared function 'TAILQ_REPLACE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
:info:build    87 |         TAILQ_REPLACE(&src_w->panes, src_wp, dst_wp, entry);
:info:build       |         ^
:info:build cmd-swap-pane.c:87:47: error: use of undeclared identifier 'entry'
:info:build    87 |         TAILQ_REPLACE(&src_w->panes, src_wp, dst_wp, entry);
:info:build       |                                                      ^
:info:build 2 errors generated.

Change History (2)

Changed 9 days ago by tthoma24 (Teddy Thomas)

Attachment: main.log added

Build log

comment:1 Changed 9 days ago by tthoma24 (Teddy Thomas)

Description: modified (diff)
Note: See TracTickets for help on using tickets.