[Bug 278709] editors/scite: build fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 May 2024 06:34:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278709

            Bug ID: 278709
           Summary: editors/scite: build fail
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rozhuk.im@gmail.com
                CC: cyberbotx@cyberbotx.com
                CC: cyberbotx@cyberbotx.com
             Flags: maintainer-feedback?(cyberbotx@cyberbotx.com)

FreeBSD 14/stable, amd64
# pkg version -vI | grep lua
lua52-5.2.4_1                      =   up-to-date with index
lua53-5.3.6_1                      =   up-to-date with index
lua54-5.4.6_1                      =   up-to-date with index
lua54-argparse-0.7.1               =   up-to-date with index
lua54-luacheck-0.25.g20200825      =   up-to-date with index
lua54-luafilesystem-1.8.0          =   up-to-date with index


c++ -Os  -fstack-protector-strong  -rdynamic \
-Wl,--version-script ./lua.vers SciTEGTK.o GUIGTK.o Widget.o
DirectorExtension.o Cookie.o Credits.o EditorConfig.o ExportHTML.o ExportPDF.o
ExportRTF.o ExportTEX.o ExportXML.o FilePath.o FileWorker.o IFaceTable.o
JobQueue.o LexillaLibrary.o MatchMarker.o MultiplexExtension.o PropSetFile.o
ScintillaCall.o ScintillaWindow.o SciTEBase.o SciTEBuffers.o SciTEIO.o
SciTEProps.o StringHelpers.o StringList.o StyleDefinition.o StyleWriter.o
Utf8_16.o LuaExtension.o lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o
lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o
ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o
liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o loslib.o linit.o lutf8lib.o
-o ../bin/SciTE -lscintilla \
-Wl,--as-needed -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0
-lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lintl
ld: error: version script assignment of 'VERS_1.0' to symbol
'_Z11raise_errorP9lua_StatePKc' failed: symbol not defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_Z14absolute_indexP9lua_Statei' failed: symbol not defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_ZN14StylingContext10PushMethodEP9lua_StatePFiS1_EPKc' failed: symbol not
defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_ZN14StylingContext7ContextEP9lua_State' failed: symbol not defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_ZN8LexerCPP14EvaluateTokensERSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EERKSt3mapIS6_NS_11SymbolValueESt4lessIS6_ESaISt4pairIKS6_SB_EEE'
failed: symbol not defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_ZN8LexerCPP18EvaluateExpressionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_NS_11SymbolValueESt4lessIS5_ESaISt4pairIS6_S9_EEE'
failed: symbol not defined
ld: error: version script assignment of 'VERS_1.0' to symbol
'_ZNK11PropSetFile8EvaluateB5cxx11EPKc' failed: symbol not defined
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [makefile:152: ../bin/SciTE] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.