robotpkg/wip/antlr2 bulk build results
Log for antlr2-2.7.7 on Fedora-42-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for antlr2-2.7.7
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-42-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-42-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 gzip: gzip-1.13 found
=> Required system package patch>=2.0: patch-2.8 found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 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.13: python>=2.5 provided by python313>=3.13<3.14
===> Checking dependencies for antlr2-2.7.7
=> Required system package g++>=3: g++-15.1.1 found
=> Required system package gcc>=3: gcc-15.1.1 found
=> Required system package libstdc++: libstdc++ found
=> Required system package openjdk>=1.6: openjdk-21.0.7 found
=> Required system package python313>=3.13<3.14: python313-3.13.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
===> Building for antlr2-2.7.7
/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
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<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function<ANTLR_USE_NAMESPACE(std)string,ANTLR_USE_NAMESPACE(std)string,bool> {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/ios:46,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
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++/15/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++/15/ios:43,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:13:
/usr/include/c++/15/exception:127:8: note: declared here
127 | 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<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function<ANTLR_USE_NAMESPACE(std)string,ANTLR_USE_NAMESPACE(std)string,bool> {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/bits/stl_tree.h:67,
from /usr/include/c++/15/map:64,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/CharScanner.hpp:15:
/usr/include/c++/15/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<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
69 | class ANTLR_API CharScannerLiteralsLess : public ANTLR_USE_NAMESPACE(std)binary_function<ANTLR_USE_NAMESPACE(std)string,ANTLR_USE_NAMESPACE(std)string,bool> {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
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++/15/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++/15/ios:43,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
from /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/scripts/../lib/cpp/antlr/Parser.hpp:13:
/usr/include/c++/15/exception:127:8: note: declared here
127 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
| ^~~~~~~~~~~~~~~~~~
/usr/bin/ar: creating /local/robotpkg/var/tmp/robotpkg/wip/antlr2/work/antlr-2.7.7/lib/cpp/src/libantlr.a
===> 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-313.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-313.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-313.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-313.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyo'
=> Registering installation for antlr2-2.7.7
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-313.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-313.opt-1.pyc' is in +CONTENTS but not on filesystem!
robotpkg_admin: antlr2-2.7.7: File `/opt/openrobots/lib/__pycache__/antlr.cpython-313.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-313.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-313.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-313.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-313.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-313.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-313.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/lib/__pycache__/antlr.cpython-313.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-313.pyo'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.opt-1.pyc'
robotpkg_create: can't stat `/opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyo'
robotpkg_create: lstat failed for file lib/__pycache__/antlr.cpython-313.pyc: No such file or directory
Creating package /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-42-x86_64/All/antlr2-2.7.7
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/Fedora-42-x86_64/All
=> Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-42-x86_64/pub
=> Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-42-x86_64/jrl
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-313.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/lib/__pycache__/antlr.cpython-313.opt-1.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/lib/__pycache__/antlr.cpython-313.pyo: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/__init__.cpython-313.pyo: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.opt-1.pyc: No such file or directory
robotpkg_delete: Couldn't remove /opt/openrobots/share/antlr-2.7.7/__pycache__/antlr.cpython-313.pyo: No such file or directory
Removed antlr2-2.7.7
Removed digest-20080510
Removed tnftp-20151004~ssl