The following packages will be installed: svn-all-fast-export Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching svn-all-fast-export.SlackBuild... 0%100%100%100%100%100%Done Fetching svn-all-fast-export.info... 0%100%100%100%100%100%Done svn2git-1.0.18/ svn2git-1.0.18/.github/ svn2git-1.0.18/.github/workflows/ svn2git-1.0.18/.github/workflows/build.yaml svn2git-1.0.18/.gitignore svn2git-1.0.18/.gitmodules svn2git-1.0.18/Dockerfile svn2git-1.0.18/LICENSE svn2git-1.0.18/README.md svn2git-1.0.18/fast-export2.pro svn2git-1.0.18/samples/ svn2git-1.0.18/samples/ignore-branch.rules svn2git-1.0.18/samples/merged-branches-tags.rules svn2git-1.0.18/samples/min-max-revision.rules svn2git-1.0.18/samples/recurse.rules svn2git-1.0.18/samples/standardlayout.rules svn2git-1.0.18/samples/two-projects.rules svn2git-1.0.18/src/ svn2git-1.0.18/src/CommandLineParser.cpp svn2git-1.0.18/src/CommandLineParser.h svn2git-1.0.18/src/main.cpp svn2git-1.0.18/src/repository.cpp svn2git-1.0.18/src/repository.h svn2git-1.0.18/src/ruleparser.cpp svn2git-1.0.18/src/ruleparser.h svn2git-1.0.18/src/src.pro svn2git-1.0.18/src/svn.cpp svn2git-1.0.18/src/svn.h svn2git-1.0.18/test.sh svn2git-1.0.18/test/ svn2git-1.0.18/test/base-fixture.tar svn2git-1.0.18/test/command-line.bats svn2git-1.0.18/test/common.bash svn2git-1.0.18/test/copy-directories.bats svn2git-1.0.18/test/empty-dirs.bats svn2git-1.0.18/test/libs/ svn2git-1.0.18/test/libs/bats-assert/ svn2git-1.0.18/test/libs/bats-core/ svn2git-1.0.18/test/libs/bats-file/ svn2git-1.0.18/test/libs/bats-support/ svn2git-1.0.18/test/svn-ignore.bats Info: creating stash file /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/.qmake.stash cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src/src.pro 'QMAKE_CFLAGS_RELEASE=-O2 -fPIC' 'QMAKE_CXXFLAGS_RELEASE=-O2 -fPIC' ) && make -f Makefile fatal: not a git repository (or any of the parent directories): .git make[1]: Entering directory '/usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src' g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I. -I/usr/include/subversion-1 -I/usr/local/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o ruleparser.o ruleparser.cpp ruleparser.cpp: In member function ‘void Rules::load(const QString&)’: ruleparser.cpp:159:58: warning: ‘QString::KeepEmptyParts’ is deprecated [-Wdeprecated-declarations] 159 | QStringList lines = s.readAll().split('\n', QString::KeepEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qobject.h:47, from /usr/include/qt5/QtCore/qiodevice.h:45, from /usr/include/qt5/QtCore/qtextstream.h:43, from /usr/include/qt5/QtCore/QTextStream:1, from ruleparser.cpp:18: /usr/include/qt5/QtCore/qstring.h:604:9: note: declared here 604 | KeepEmptyParts Q_DECL_ENUMERATOR_DEPRECATED, | ^~~~~~~~~~~~~~ ruleparser.cpp:159:58: warning: ‘QString::KeepEmptyParts’ is deprecated [-Wdeprecated-declarations] 159 | QStringList lines = s.readAll().split('\n', QString::KeepEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qobject.h:47, from /usr/include/qt5/QtCore/qiodevice.h:45, from /usr/include/qt5/QtCore/qtextstream.h:43, from /usr/include/qt5/QtCore/QTextStream:1, from ruleparser.cpp:18: /usr/include/qt5/QtCore/qstring.h:604:9: note: declared here 604 | KeepEmptyParts Q_DECL_ENUMERATOR_DEPRECATED, | ^~~~~~~~~~~~~~ ruleparser.cpp:159:42: warning: ‘QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 159 | QStringList lines = s.readAll().split('\n', QString::KeepEmptyParts); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qobject.h:47, from /usr/include/qt5/QtCore/qiodevice.h:45, from /usr/include/qt5/QtCore/qtextstream.h:43, from /usr/include/qt5/QtCore/QTextStream:1, from ruleparser.cpp:18: /usr/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I. -I/usr/include/subversion-1 -I/usr/local/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o repository.o repository.cpp repository.cpp:232:21: warning: ‘template class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations] 232 | class ProcessCache: QLinkedList | ^~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qvarlengtharray.h:43, from /usr/include/qt5/QtCore/qmetatype.h:48, from /usr/include/qt5/QtCore/qobject.h:54, from /usr/include/qt5/QtCore/qiodevice.h:45, from /usr/include/qt5/QtCore/qprocess.h:43, from /usr/include/qt5/QtCore/QProcess:1, from repository.h:22, from repository.cpp:19: /usr/include/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here 51 | template class QLinkedList; | ^~~~~~~~~~~ repository.cpp: In member function ‘long long int FastImportRepository::markFrom(const QString&, int, QByteArray&)’: repository.cpp:608:50: warning: ‘typename Container::const_iterator qUpperBound(const Container&, const T&) [with Container = QVector; T = int; typename Container::const_iterator = const int*]’ is deprecated: Use std::upper_bound [-Wdeprecated-declarations] 608 | QVector::const_iterator it = qUpperBound(brFrom.commits, branchRevNum); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qlist.h:43, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qalgorithms.h:286:97: note: declared here 286 | QT_DEPRECATED_X("Use std::upper_bound") Q_OUTOFLINE_TEMPLATE typename Container::const_iterator qUpperBound(const Container &container, const T &value) | ^~~~~~~~~~~ repository.cpp: In member function ‘virtual Repository::Transaction* FastImportRepository::newTransaction(const QString&, const QString&, int)’: repository.cpp:729:106: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 729 | qWarning() << "WARN: Transaction:" << branch << "is not a known branch in repository" << name << endl | ^~~~ In file included from /usr/include/qt5/QtCore/QTextStream:1, from repository.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ repository.cpp:729:106: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 729 | qWarning() << "WARN: Transaction:" << branch << "is not a known branch in repository" << name << endl | ^~~~ In file included from /usr/include/qt5/QtCore/QTextStream:1, from repository.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ repository.cpp: In member function ‘QByteArray FastImportRepository::msgFilter(QByteArray)’: repository.cpp:866:24: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 866 | filterMsg.start(CommandLineParser::instance()->optionArgument("msg-filter")); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QProcess:1, from repository.h:22, from repository.cpp:19: /usr/include/qt5/QtCore/qprocess.h:168:10: note: declared here 168 | void start(const QString &command, OpenMode mode = ReadWrite); | ^~~~~ repository.cpp: In member function ‘virtual QIODevice* FastImportRepository::Transaction::addFile(const QString&, int, qint64)’: repository.cpp:1019:25: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 1019 | modifiedFiles.append(repository->prefix + path.toUtf8()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qstring.h:1511:20: note: declared here 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^~~~~~~~~~ repository.cpp: In member function ‘virtual bool FastImportRepository::Transaction::commitNote(const QByteArray&, bool, const QByteArray&)’: repository.cpp:1072:13: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 1072 | s.append("committer " + author + " " + QString::number(datetime) + " +0000" + "\n"); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qstring.h:1511:20: note: declared here 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^~~~~~~~~~ repository.cpp:1073:13: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 1073 | s.append("data " + QString::number(message.length()) + "\n"); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qstring.h:1511:20: note: declared here 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^~~~~~~~~~ repository.cpp:1076:13: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 1076 | s.append("data " + QString::number(text.length()) + "\n"); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qstring.h:1511:20: note: declared here 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^~~~~~~~~~ repository.cpp: In member function ‘virtual int FastImportRepository::Transaction::commit()’: repository.cpp:1143:13: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 1143 | s.append("data " + QString::number(message.length()) + "\n"); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qstring.h:1511:20: note: declared here 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^~~~~~~~~~ repository.cpp:1152:14: warning: ‘void qSort(Container&) [with Container = QVector]’ is deprecated: Use std::sort [-Wdeprecated-declarations] 1152 | qSort(merges); | ~~~~~^~~~~~~~ In file included from /usr/include/qt5/QtCore/qlist.h:43, from /usr/include/qt5/QtCore/qhash.h:46, from /usr/include/qt5/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/include/qt5/QtCore/qalgorithms.h:188:46: note: declared here 188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c) | ^~~~~ g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I. -I/usr/include/subversion-1 -I/usr/local/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o svn.o svn.cpp In file included from /usr/include/subversion-1/svn_types.h:1271, from /usr/include/subversion-1/svn_fs.h:36, from svn.cpp:41: svn.cpp: In member function ‘int SvnRevision::prepareTransactions()’: svn.cpp:478:34: warning: ‘svn_error_t* svn_fs_paths_changed2(apr_hash_t**, svn_fs_root_t*, apr_pool_t*)’ is deprecated [-Wdeprecated-declarations] 478 | SVN_ERR(svn_fs_paths_changed2(&changes, fs_root, pool)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_error.h:424:35: note: in definition of macro ‘SVN_INT_ERR’ 424 | svn_error_t *svn_err__temp = (expr); \ | ^~~~ svn.cpp:478:5: note: in expansion of macro ‘SVN_ERR’ 478 | SVN_ERR(svn_fs_paths_changed2(&changes, fs_root, pool)); | ^~~~~~~ In file included from svn.cpp:41: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, | ^~~~~~~~~~~~~~~~~~~~~ svn.cpp:500:24: warning: ‘QMap::iterator QMap::insertMulti(const Key&, const T&) [with Key = QByteArray; T = svn_fs_path_change2_t*]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations] 500 | map.insertMulti(QByteArray(key), change); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QMap:1, from ruleparser.h:22, from svn.h:23, from svn.cpp:28: /usr/include/qt5/QtCore/qmap.h:1366:33: note: declared here 1366 | typename QMap::iterator QMap::insertMulti(const Key &key, const T &value) | ^~~~~~~~~~~~ In file included from /usr/include/subversion-1/svn_types.h:1271, from /usr/include/subversion-1/svn_fs.h:36, from svn.cpp:41: svn.cpp: In member function ‘int SvnRevision::fetchRevProps()’: svn.cpp:519:37: warning: ‘svn_error_t* svn_fs_revision_proplist(apr_hash_t**, svn_fs_t*, svn_revnum_t, apr_pool_t*)’ is deprecated [-Wdeprecated-declarations] 519 | SVN_ERR(svn_fs_revision_proplist(&revprops, fs, revnum, pool)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_error.h:424:35: note: in definition of macro ‘SVN_INT_ERR’ 424 | svn_error_t *svn_err__temp = (expr); \ | ^~~~ svn.cpp:519:5: note: in expansion of macro ‘SVN_ERR’ 519 | SVN_ERR(svn_fs_revision_proplist(&revprops, fs, revnum, pool)); | ^~~~~~~ In file included from svn.cpp:41: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, | ^~~~~~~~~~~~~~~~~~~~~~~~ svn.cpp: In member function ‘int SvnRevision::recursiveDumpDir(Repository::Transaction*, svn_fs_t*, svn_fs_root_t*, const QByteArray&, const QString&, apr_pool_t*, svn_revnum_t, const Rules::Match&, const MatchRuleList&, bool, int)’: svn.cpp:984:24: warning: ‘QMap::iterator QMap::insertMulti(const Key&, const T&) [with Key = QByteArray; T = svn_node_kind_t]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations] 984 | map.insertMulti(QByteArray(dirent->name), dirent->kind); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QMap:1, from ruleparser.h:22, from svn.h:23, from svn.cpp:28: /usr/include/qt5/QtCore/qmap.h:1366:33: note: declared here 1366 | typename QMap::iterator QMap::insertMulti(const Key &key, const T &value) | ^~~~~~~~~~~~ svn.cpp: In member function ‘int SvnRevision::recurse(const char*, const svn_fs_path_change2_t*, const char*, const MatchRuleList&, svn_revnum_t, apr_hash_t*, apr_pool_t*)’: svn.cpp:1053:24: warning: ‘QMap::iterator QMap::insertMulti(const Key&, const T&) [with Key = QByteArray; T = svn_node_kind_t]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations] 1053 | map.insertMulti(QByteArray(dirent->name), dirent->kind); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QMap:1, from ruleparser.h:22, from svn.h:23, from svn.cpp:28: /usr/include/qt5/QtCore/qmap.h:1366:33: note: declared here 1366 | typename QMap::iterator QMap::insertMulti(const Key &key, const T &value) | ^~~~~~~~~~~~ svn.cpp: In member function ‘int SvnRevision::addGitIgnoreOnBranch(apr_pool_t*, QString, QString, svn_fs_root_t*, Repository::Transaction*)’: svn.cpp:1280:24: warning: ‘QMap::iterator QMap::insertMulti(const Key&, const T&) [with Key = QByteArray; T = svn_node_kind_t]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations] 1280 | map.insertMulti(QByteArray(dirent->name), dirent->kind); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QMap:1, from ruleparser.h:22, from svn.h:23, from svn.cpp:28: /usr/include/qt5/QtCore/qmap.h:1366:33: note: declared here 1366 | typename QMap::iterator QMap::insertMulti(const Key &key, const T &value) | ^~~~~~~~~~~~ g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I. -I/usr/include/subversion-1 -I/usr/local/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o main.o main.cpp main.cpp: In function ‘int main(int, char**)’: main.cpp:187:89: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 187 | out << "unrecognized option or missing argument for; `" << option << "'" << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/QTextStream:1, from main.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ main.cpp:187:89: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 187 | out << "unrecognized option or missing argument for; `" << option << "'" << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/QTextStream:1, from main.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I. -I/usr/include/subversion-1 -I/usr/local/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o CommandLineParser.o CommandLineParser.cpp CommandLineParser.cpp: In member function ‘void CommandLineParser::Private::addDefinitions(const CommandLineOption*)’: CommandLineParser.cpp:82:79: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 82 | QStringList optionParts = option.split(QLatin1Char(','), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:82:79: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 82 | QStringList optionParts = option.split(QLatin1Char(','), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:82:51: warning: ‘QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 82 | QStringList optionParts = option.split(QLatin1Char(','), QString::SkipEmptyParts); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ CommandLineParser.cpp:107:88: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 107 | QStringList optionParts = definition.name.split(QLatin1Char(' '), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:107:88: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 107 | QStringList optionParts = definition.name.split(QLatin1Char(' '), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:107:60: warning: ‘QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 107 | QStringList optionParts = definition.name.split(QLatin1Char(' '), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ CommandLineParser.cpp: In member function ‘void CommandLineParser::Private::setArgumentDefinition(const char*)’: CommandLineParser.cpp:140:83: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 140 | QStringList optionParts = argumentDefinition.split(QLatin1Char(' '), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:140:83: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations] 140 | QStringList optionParts = argumentDefinition.split(QLatin1Char(' '), QString::SkipEmptyParts); | ^~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:605:9: note: declared here 605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED | ^~~~~~~~~~~~~~ CommandLineParser.cpp:140:55: warning: ‘QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 140 | QStringList optionParts = argumentDefinition.split(QLatin1Char(' '), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ CommandLineParser.cpp: In member function ‘void CommandLineParser::usage(const QString&, const QString&)’: CommandLineParser.cpp:338:13: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 338 | cout << endl << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:338:13: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 338 | cout << endl << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:338:21: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 338 | cout << endl << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:338:21: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 338 | cout << endl << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:341:31: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 341 | cout << "Options:" << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:341:31: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 341 | cout << "Options:" << endl; | ^~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:49, from /usr/include/qt5/QtCore/QDebug:1, from CommandLineParser.cpp:21: /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | ^~~~ CommandLineParser.cpp:355:39: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 355 | cout << definition.comment <