Opened 9 days ago

#70720 new defect

sox @14.4.2_4 Fails to build on macOS Sequoia 15 RC

Reported by: tthoma24 (Teddy Thomas) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: sequoia Cc:
Port: sox

Description

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 skelform.c:214:5: error: incompatible function pointer types initializing 'sox_format_handler_seek' (aka 'int (*)(struct sox_format_t *, unsigned long)') with an expression of type 'int (sox_format_t *, uint64_t)' (aka 'int (struct sox_format_t *, unsigned long long)') [-Wincompatible-function-pointer-types]
:info:build   214 |     seek, encodings, NULL, sizeof(priv_t)
:info:build       |     ^~~~
:info:build 1 warning and 1 error generated.
:info:build make[1]: *** [libsox_la-skelform.lo] Error 1
:info:build make[1]: *** Waiting for unfinished jobs....

Attachments (1)

main.log (171.2 KB) - added by tthoma24 (Teddy Thomas) 9 days ago.
Build log

Download all attachments as: .zip

Change History (1)

Changed 9 days ago by tthoma24 (Teddy Thomas)

Attachment: main.log added

Build log

Note: See TracTickets for help on using tickets.