Opened 3 years ago

Closed 2 years ago

#61476 closed defect (fixed)

birdfont @2.29.1_0: build failed

Reported by: Tommaso93 Owned by: johanmattssonm (Johan Mattsson)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: birdfont

Description (last modified by mf2k (Frank Schima))

Hi, sorry to bother again, but also the new version fails to build. Here is the log produced (the entire log file is attached):

:info:build build/libbirdfont/load_font.c:800:25: warning: passing 'FT_Byte *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build                 utf8_str = g_convert (name_table_data->string, name_table_data->string_len, "utf-8", "ucs-2be", &read, &written, &error);
:info:build                                       ^~~~~~~~~~~~~~~~~~~~~~~
:info:build /opt/local/include/glib-2.0/glib/gconvert.h:99:47: note: passing argument to parameter 'str' here
:info:build gchar* g_convert               (const gchar  *str,
:info:build                                               ^
:info:build build/libbirdfont/load_font.c:1092:2: error: implicit declaration of function 'bird_font_open_font_format_reader_append_kerning' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         bird_font_open_font_format_reader_append_kerning (bf, file);
:info:build         ^

Attachments (1)

main.log (463.9 KB) - added by Tommaso93 3 years ago.

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by Tommaso93

Attachment: main.log added

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Cc: johan.mattsson.m@… removed
Owner: set to johanmattssonm
Status: newassigned

comment:2 Changed 3 years ago by mf2k (Frank Schima)

Please don't paste the entire contents of the main.log into the description. Attaching it is sufficient.

comment:3 Changed 3 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:4 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 337b4ffd7abcbfab3017a46be99d2c8c3d73b31f/macports-ports (master):

birdfont: Update to 2.29.6

Closes: #61476

Note: See TracTickets for help on using tickets.