Opened 3 years ago

Closed 3 years ago

#61916 closed defect (fixed)

frei0r-plugins fails on big sur due to implicit strcmp

Reported by: ShadSterling (Shad Sterling) Owned by: ddennedy (Dan Dennedy)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur Cc:
Port: frei0r-plugins

Description

:info:build In file included from filter/cairoimagegrid/cairoimagegrid.c:27:
:info:build ../include/frei0r_cairo.h:63:6: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
:info:build   if(strcmp(op, NORMAL) == 0)
:info:build      ^
:info:build ../include/frei0r_cairo.h:63:6: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
:info:build 1 error generated.

This came up in reinstalling everything on Big Sur, frei0r-plugins is not requested.

Attachments (1)

main.log (175.1 KB) - added by ShadSterling (Shad Sterling) 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by ShadSterling (Shad Sterling)

Attachment: main.log added

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

Cc: ddennedy removed
Owner: set to ddennedy
Status: newassigned

comment:2 Changed 3 years ago by ddennedy (Dan Dennedy)

I reproduced this and fixed it through an upgrade in pull request https://github.com/macports/macports-ports/pull/9534

comment:3 Changed 3 years ago by ddennedy (Dan Dennedy)

Resolution: fixed
Status: assignedclosed

In 02886dab09c0fa310537d13c0cdc1b0346ce35d7/macports-ports (master):

frei0r-plugins: update to 1.7.0

fixes #61916

Note: See TracTickets for help on using tickets.