=> Checking for clear installation
===> Installing bootstrap dependencies for antlr2-2.7.7
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-24.04-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-24.04-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for antlr2-2.7.7
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20091122: tnftp-20151004~ssl found
=> Required system package gnupg>=1: gnupg-2.4.4 found
=> Required system package gzip: gzip-1.12 found
=> Required system package patch>=2.0: patch-2.7.6 found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
=> Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.13 found
===> Done bootstrap-depends for antlr2-2.7.7
===> Installing full dependencies for antlr2-2.7.7
=> Dependency digest-20080510 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for antlr2-2.7.7
=> Building with no option.
===> Checking alternatives for antlr2-2.7.7
=> Use the GNU C++ compiler: c++-compiler provided by g++>=3
=> Use the GNU C compiler: c-compiler provided by gcc>=3
=> Use openjdk JVM: java>=1.6 provided by openjdk>=1.6
=> Use python-3.12: python>=2.5 provided by python312>=3.12<3.13
===> Checking dependencies for antlr2-2.7.7
=> Required system package g++>=3: g++-13 found
=> Required system package gcc>=3: gcc-13 found
=> Required system package libstdc++: libstdc++ found
=> Required system package openjdk>=1.6: openjdk-21.0.5 found
=> Required system package python312>=3.12<3.13: python312-3.12.3 found
===> Done depends for antlr2-2.7.7
===> Extracting for antlr2-2.7.7
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Patching for antlr2-2.7.7
=> Applying robotpkg patches for antlr2-2.7.7
===> Configuring for antlr2-2.7.7
=> Modifying GNU configure scripts to avoid --recheck
./configure: 2237: test: x1: unexpected operator
./configure: 2302: test: x1: unexpected operator
./configure: 2367: test: x1: unexpected operator
./configure: 2464: test: x1: unexpected operator
./configure: 2489: test: xmake: unexpected operator
./configure: 3039: test: x: unexpected operator
./configure: 3039: test: x: unexpected operator
./configure: 3039: test: x1: unexpected operator
./configure: 5882: test: x1: unexpected operator
./configure: 6736: test: x actions/cpp/ActionLexer.java actions/cpp/ActionLexerTokenTypes.java actions/csharp/ActionLexer.java actions/csharp/ActionLexerTokenTypes.java actions/java/ActionLexer.java actions/java/ActionLexerTokenTypes.java actions/python/ActionLexer.java actions/python/ActionLexerTokenTypes.java actions/python/CodeLexer.java actions/python/CodeLexerTokenTypes.java ANTLRParser.java ANTLRTokenTypes.java ANTLRLexer.java ANTLRTokdefParser.java ANTLRTokdefLexer.java ANTLRTokdefParserTokenTypes.java: unexpected operator
===> Building for antlr2-2.7.7
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/Parser.java:244: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public static void panic() {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/Parser.java:335: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setASTNodeType(String nodeType) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/Tool.java:454: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void panic() {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/Tool.java:465: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void panic(String s) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/RecognitionException.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public RecognitionException(String s, String fileName_, int line_) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/RecognitionException.java:62: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public String getErrorMessage() {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/SemanticException.java:16: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public SemanticException(String s, String fileName, int line) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/ASTFactory.java:87: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
tokenTypeToASTClassMap.remove(new Integer(tokenType));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/ASTFactory.java:93: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
tokenTypeToASTClassMap.put(new Integer(tokenType), c);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/ASTFactory.java:107: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
Class c = (Class)tokenTypeToASTClassMap.get(new Integer(tokenType));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/ASTFactory.java:391: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setASTNodeType(String t) {
^
ANTLRLexer.java:107: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("public", this), new Integer(31));
^
ANTLRLexer.java:108: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("class", this), new Integer(10));
^
ANTLRLexer.java:109: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("header", this), new Integer(5));
^
ANTLRLexer.java:110: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("throws", this), new Integer(37));
^
ANTLRLexer.java:111: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("lexclass", this), new Integer(9));
^
ANTLRLexer.java:112: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("catch", this), new Integer(40));
^
ANTLRLexer.java:113: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("private", this), new Integer(32));
^
ANTLRLexer.java:114: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("options", this), new Integer(51));
^
ANTLRLexer.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("extends", this), new Integer(11));
^
ANTLRLexer.java:116: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("protected", this), new Integer(30));
^
ANTLRLexer.java:117: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("TreeParser", this), new Integer(13));
^
ANTLRLexer.java:118: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("Parser", this), new Integer(29));
^
ANTLRLexer.java:119: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("Lexer", this), new Integer(12));
^
ANTLRLexer.java:120: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("returns", this), new Integer(35));
^
ANTLRLexer.java:121: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("charVocabulary", this), new Integer(18));
^
ANTLRLexer.java:122: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("tokens", this), new Integer(4));
^
ANTLRLexer.java:123: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("exception", this), new Integer(39));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/PrintWriterWithSMAP.java:61: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
Integer sourceLine = new Integer(currentSourceLine);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/PrintWriterWithSMAP.java:62: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
Integer outputLine = new Integer(currentOutputLine);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/NoViableAltForCharException.java:20: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public NoViableAltForCharException(char c, String fileName, int line) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/TokenStreamRewriteEngine.java:515: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
lastRewriteTokenIndexes.put(programName, new Integer(i));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/TreeParser.java:95: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public static void panic() {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/TreeParser.java:126: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setASTNodeType(String nodeType) {
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:71: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
doneListeners.put(l, new Integer(val));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:204: warning: [removal] Character(char) in Character has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.CHAR, c, new Character(c), null, guessing, false, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:220: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.TOKEN, n, new Integer(n), text, guessing, false, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:228: warning: [removal] Character(char) in Character has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.CHAR, value, new Character(n), null, guessing, true, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:232: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.TOKEN, value, new Integer(n), text, guessing, true, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:236: warning: [removal] Character(char) in Character has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.CHAR, value, new Character(n), null, guessing, false, false);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:248: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.TOKEN, value, new Integer(n), text, guessing, false, false);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:260: warning: [removal] Character(char) in Character has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.CHAR, value, new Character(c), null, guessing, true, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:264: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
matchEvent.setValues(ParserMatchEvent.TOKEN, value, new Integer(n), text, guessing, true, true);
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/debug/ParserEventSupport.java:327: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
doneListeners.put(l, new Integer(val));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:45: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("public", this), new Integer(18));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:46: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("class", this), new Integer(8));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:47: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("throws", this), new Integer(23));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:48: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("catch", this), new Integer(26));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:49: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("private", this), new Integer(17));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:50: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("extends", this), new Integer(10));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:51: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("protected", this), new Integer(16));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:52: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("returns", this), new Integer(21));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:53: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("tokens", this), new Integer(4));
^
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/antlr/../antlr/preprocessor/PreprocessorLexer.java:54: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
literals.put(new ANTLRHashString("exception", this), new Integer(25));
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
54 warnings
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
In file included from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/CharScanner.cpp:10:
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/CharScanner.hpp:69:74: warning: 'template
struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
from /usr/include/c++/13/bits/locale_classes.h:40,
from /usr/include/c++/13/bits/ios_base.h:41,
from /usr/include/c++/13/ios:44,
from /usr/include/c++/13/ostream:40,
from /usr/include/c++/13/iostream:41,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/CharScanner.cpp:8:
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/LLkParser.hpp:12,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/LLkParser.cpp:8:
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp: In destructor 'antlr::Parser::Tracer::~Tracer()':
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:301:71: warning: 'bool std::uncaught_exception()' is deprecated: use 'std::uncaught_exceptions()' instead [-Wdeprecated-declarations]
301 | if(!ANTLR_USE_NAMESPACE(std)uncaught_exception())
| ^
In file included from /usr/include/c++/13/ios:41,
from /usr/include/c++/13/ostream:40,
from /usr/include/c++/13/iostream:41,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:13:
/usr/include/c++/13/exception:122:8: note: declared here
122 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
| ^~~~~~~~~~~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/MismatchedCharException.cpp:8:
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/CharScanner.hpp:69:74: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/bits/stl_tree.h:65,
from /usr/include/c++/13/map:62,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/CharScanner.hpp:15:
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/NoViableAltForCharException.hpp:13,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/NoViableAltForCharException.cpp:8:
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/CharScanner.hpp:69:74: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/ANTLRException.hpp:12,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/RecognitionException.hpp:12,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/NoViableAltForCharException.hpp:12:
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/Parser.cpp:8:
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp: In destructor 'antlr::Parser::Tracer::~Tracer()':
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:301:71: warning: 'bool std::uncaught_exception()' is deprecated: use 'std::uncaught_exceptions()' instead [-Wdeprecated-declarations]
301 | if(!ANTLR_USE_NAMESPACE(std)uncaught_exception())
| ^
In file included from /usr/include/c++/13/ios:41,
from /usr/include/c++/13/ostream:40,
from /usr/include/c++/13/iostream:41,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:13:
/usr/include/c++/13/exception:122:8: note: declared here
122 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
| ^~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/String.cpp: In function 'std::string antlr::operator+(const std::string&, size_t)':
/local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/../../../lib/cpp/src/String.cpp:41:23: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
41 | sprintf(tmp,"%u",rhs);
| ~^ ~~~
| | |
| | size_t {aka long unsigned int}
| unsigned int
| %lu
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
/usr/bin/ar: creating /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/libantlr.a
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
===> Installing for antlr2-2.7.7
=> Compiling python files
File "/opt/openrobots/lib/antlr.py", line 1610
return (1L << pos)
^
SyntaxError: invalid decimal literal
File "/opt/openrobots/share/antlr-2.7.7/antlr.py", line 1610
return (1L << pos)
^
SyntaxError: invalid decimal literal
File "/opt/openrobots/lib/antlr.py", line 1610
return (1L << pos)
^
SyntaxError: invalid decimal literal
File "/opt/openrobots/share/antlr-2.7.7/antlr.py", line 1610
return (1L << pos)
^
SyntaxError: invalid decimal literal
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-312.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyo'
=> Registering installation for antlr2-2.7.7
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-312.opt-1.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyo' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-312.pyo' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.opt-1.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyo' is in +CONTENTS but not on filesystem!
===> Done install for antlr2-2.7.7
===> Building binary package for antlr2-2.7.7
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-312.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-312.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyo'
Creating package /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-24.04-x86_64/All/antlr2-2.7.7
robotpkg_create: lstat failed for file lib/__pycache__/antlr.cpython-312.pyc: No such file or directory
make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:74: pkg-tarup] Error 2
=> Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-24.04-x86_64/All
=> Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-24.04-x86_64/pub
=> Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-24.04-x86_64/jrl
=> Updating debian binary packages
make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/package/package.mk:147: package-failed] Error 2
=> Marking antlr2-2.7.7 as broken
ERROR: make: *** [package] Error 2
===> Deinstalling for antlr2
robotpkg_delete: Couldn't remove /opt/openrobots/lib/__pycache__/antlr.cpython-312.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/lib/__pycache__/antlr.cpython-312.opt-1.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/lib/__pycache__/antlr.cpython-312.pyo: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-312.pyo: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.opt-1.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-312.pyo: No such file or directory
Removed antlr2-2.7.7
Removed digest-20080510
Removed tnftp-20151004~ssl