Opened 4 years ago

Closed 4 years ago

#60236 closed defect (fixed)

kitty @0.13.2: error: multiple methods named 'center' found

Reported by: RCIIIcm Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: kitty

Description

MacOS 10.15.3, Xcode 11.3.1

A peek in the log suggests that this is related to: https://github.com/kovidgoyal/kitty/issues/1766

Apparently resolved in v0.14.3

Attachments (1)

main.log (175.5 KB) - added by RCIIIcm 4 years ago.
log

Download all attachments as: .zip

Change History (4)

Changed 4 years ago by RCIIIcm

Attachment: main.log added

log

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

Error is:

:info:build /usr/bin/clang -MMD -DNDEBUG -D_GLFW_COCOA -D_GLFW_BUILD_DLL -DGL_SILENCE_DEPRECATION -Wno-missing-field-initializers -Wno-deprecated-declarations -Wall -std=c99 -Werror -O3 -fwrapv -fstack-protector-strong -pipe -march=native -fvisibility=hidden -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -flto -fpic -c /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/glfw/input.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/build/glfw-cocoa-input.c.o/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/glfw/cocoa_window.m:1289:9: error: multiple methods named 'center' found [-Werror,-Wobjc-multiple-method-names]
:info:build         [window->ns.object center];
:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:601:19: note: using
:info:build @property NSPoint center;
:info:build                   ^~~~~~
:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:312:1: note: also found
:info:build - (void)center;
:info:build ^~~~~~~~~~~~~~~
:info:build 1 error generated.

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

Summary: kitty @0.13.2 (aqua): Build failure "command execution failed"kitty @0.13.2: error: multiple methods named 'center' found

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In e8a1a1d4da0c1371f10b84f62020be81880df8fe/macports-ports (master):

kitty: Update to 0.17.1

Closes: #60236

Note: See TracTickets for help on using tickets.