On Tue, Feb 08, 2022 at 09:21:16PM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-02-06/editors/scintilla.log
/tmp/Editor-6a96be.s: Assembler messages: /tmp/Editor-6a96be.s:45266: Error: operation combines symbols in different segments [same error multiple times] clang-13: error: assembler command failed with exit code 1 (use -v to see invocation) sparc64 is happy when building with ports-gcc, though. Index: Makefile =================================================================== RCS file: /home/cvs/ports/editors/scintilla/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 14 Jul 2019 00:39:35 -0000 1.29 +++ Makefile 10 Feb 2022 19:54:55 -0000 @@ -3,6 +3,7 @@ COMMENT= source code editing component for GTK+ VERSION= 4.0.3 +REVISION= 0 DISTNAME= scintilla${VERSION:S/.//g} PKGNAME= scintilla-${VERSION} CATEGORIES= editors x11 @@ -30,7 +31,7 @@ MAKE_ENV= CXX='${CXX}' CXXFLAGS='${CXXFL WANTLIB= m ${COMPILER_LIBCXX} # -std=gnu++17 -COMPILER= base-clang ports-clang ports-gcc +COMPILER= base-clang ports-gcc # Not LIB_DEPENDS as it's only shared libraries that don't link directly # to gtk+3 Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/editors/scintilla/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 1 Nov 2017 17:01:23 -0000 1.5 +++ pkg/PLIST 10 Feb 2022 20:03:25 -0000 @@ -7,7 +7,7 @@ include/scintilla/SciLexer.h include/scintilla/Sci_Position.h include/scintilla/Scintilla.h include/scintilla/ScintillaWidget.h -lib/libscintilla.a +@static-lib lib/libscintilla.a @lib lib/libscintilla.so.${LIBscintilla_VERSION} -lib/libscintilla_lexers.a +@static-lib lib/libscintilla_lexers.a @lib lib/libscintilla_lexers.so.${LIBscintilla_lexers_VERSION}