Opened 3 months ago

Last modified 3 months ago

#70201 assigned defect

xeus-sqlite build is broken — at Version 1

Reported by: Schamschula (Marius Schamschula) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: xeus-sqlite

Description (last modified by ryandesign (Ryan Carsten Schmidt))

For the record:

There is a build error

:info:build [56/107] /usr/bin/clang -Isrc/libfsearch.a.p -Isrc -I../fsearch-0.2.3/src -I. -I../fsearch-0.2.3 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -std=c11 -O0 -g -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -MD -MQ src/libfsearch.a.p/fsearch_query_parser.c.o -MF src/libfsearch.a.p/fsearch_query_parser.c.o.d -o src/libfsearch.a.p/fsearch_query_parser.c.o -c ../fsearch-0.2.3/src/fsearch_query_parser.c
:info:build FAILED: src/libfsearch.a.p/fsearch_query_parser.c.o 
:info:build /usr/bin/clang -Isrc/libfsearch.a.p -Isrc -I../fsearch-0.2.3/src -I. -I../fsearch-0.2.3 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -std=c11 -O0 -g -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -MD -MQ src/libfsearch.a.p/fsearch_query_parser.c.o -MF src/libfsearch.a.p/fsearch_query_parser.c.o.d -o src/libfsearch.a.p/fsearch_query_parser.c.o -c ../fsearch-0.2.3/src/fsearch_query_parser.c
:info:build ../fsearch-0.2.3/src/fsearch_query_parser.c:320:35: error: incompatible function pointer types passing 'bool (const char *, time_t *, time_t *)' (aka 'bool (const char *, long *, long *)') to parameter of type 'FsearchQueryIntegerParserFunc *' (aka 'bool (*)(const char *, long long *, long long *)') [-Wincompatible-function-pointer-types]
:info:build                                   fsearch_date_time_parse_interval);
:info:build                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build ../fsearch-0.2.3/src/fsearch_query_parser.c:223:54: note: passing argument to parameter 'parse_value_func' here
:info:build                        FsearchQueryIntegerParserFunc parse_value_func) {
:info:build                                                      ^
:info:build 1 error generated.

This has been reported upstream, see: https://github.com/cboxdoerfer/fsearch/issues/560

Also see: [d14a333ba8a39e36918909eaafce4e752918386a/macports-ports]

Change History (1)

comment:1 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

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