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 cd src/ && /usr/local/bin/qmake /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src/src.pro QMAKE_CFLAGS_RELEASE=-O2\ -march=i586\ -mtune=i686 QMAKE_CXXFLAGS_RELEASE=-O2\ -march=i586\ -mtune=i686 -o Makefile /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src/src.pro:1: defined(function, type): unexpected type [var]. /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src/src.pro:4: defined(function, type): unexpected type [var]. /usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src/src.pro:9: defined(function, type): unexpected type [var]. fatal: not a git repository (or any of the parent directories): .git cd src/ && make -f Makefile make[1]: Entering directory '/usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src' g++ -c -pipe -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include -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. -o ruleparser.o ruleparser.cpp In file included from /usr/lib/qt4/include/QtCore/qobject.h:48, from /usr/lib/qt4/include/QtCore/qiodevice.h:46, from /usr/lib/qt4/include/QtCore/qtextstream.h:45, from /usr/lib/qt4/include/QtCore/QTextStream:1, from ruleparser.cpp:18: /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1254:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib/qt4/include/QtCore/qstring.h:1260:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1278:23: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of ‘int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const’ 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ ruleparser.cpp: In member function ‘void Rules::load(const QString&)’: ruleparser.cpp:162:26: warning: implicitly-declared ‘constexpr QList::iterator& QList::iterator::operator=(const QList::iterator&)’ is deprecated [-Wdeprecated-copy] 162 | for(it = lines.begin(); it != lines.end(); ++it) { | ^ In file included from /usr/lib/qt4/include/QtCore/qobject.h:50, from /usr/lib/qt4/include/QtCore/qiodevice.h:46, from /usr/lib/qt4/include/QtCore/qtextstream.h:45, from /usr/lib/qt4/include/QtCore/QTextStream:1, from ruleparser.cpp:18: /usr/lib/qt4/include/QtCore/qlist.h:192:16: note: because ‘QList::iterator’ has user-provided ‘QList::iterator::iterator(const QList::iterator&) [with T = QString]’ 192 | inline iterator(const iterator &o): i(o.i){} | ^~~~~~~~ g++ -c -pipe -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include -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. -o repository.o repository.cpp In file included from /usr/lib/qt4/include/QtCore/qobject.h:48, from /usr/lib/qt4/include/QtCore/qiodevice.h:46, from /usr/lib/qt4/include/QtCore/qdatastream.h:46, from /usr/lib/qt4/include/QtCore/qpair.h:45, from /usr/lib/qt4/include/QtCore/qhash.h:49, from /usr/lib/qt4/include/QtCore/QHash:1, from repository.h:21, from repository.cpp:19: /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1254:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib/qt4/include/QtCore/qstring.h:1260:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1278:23: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of ‘int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const’ 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ g++ -c -pipe -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include -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. -o svn.o svn.cpp In file included from /usr/lib/qt4/include/QtCore/qobject.h:48, from /usr/lib/qt4/include/QtCore/qiodevice.h:46, from /usr/lib/qt4/include/QtCore/qdatastream.h:46, from /usr/lib/qt4/include/QtCore/qpair.h:45, from /usr/lib/qt4/include/QtCore/qhash.h:49, from /usr/lib/qt4/include/QtCore/QHash:1, from svn.h:21, from svn.cpp:28: /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1254:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib/qt4/include/QtCore/qstring.h:1260:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1278:23: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of ‘int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const’ 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ 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, | ^~~~~~~~~~~~~~~~~~~~~ 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, | ^~~~~~~~~~~~~~~~~~~~~~~~ g++ -c -pipe -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include -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. -o main.o main.cpp In file included from /usr/lib/qt4/include/QtCore/qobject.h:48, from /usr/lib/qt4/include/QtCore/qcoreapplication.h:45, from /usr/lib/qt4/include/QtCore/QCoreApplication:1, from main.cpp:18: /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1254:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib/qt4/include/QtCore/qstring.h:1260:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1278:23: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of ‘int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const’ 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ g++ -c -pipe -O2 -march=i586 -mtune=i686 -Wall -W -D_REENTRANT -DVER="\"\"" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include -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. -o CommandLineParser.o CommandLineParser.cpp In file included from /usr/lib/qt4/include/QtCore/QString:1, from CommandLineParser.h:22, from CommandLineParser.cpp:19: /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1254:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib/qt4/include/QtCore/qstring.h:1260:33: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:634:45: note: initializing argument 3 of ‘static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)’ 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/lib/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib/qt4/include/QtCore/qstring.h:1278:23: warning: implicitly-declared ‘constexpr QLatin1String::QLatin1String(const QLatin1String&)’ is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:658:27: note: because ‘QLatin1String’ has user-provided ‘QLatin1String& QLatin1String::operator=(const QLatin1String&)’ 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/lib/qt4/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of ‘int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const’ 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ g++ -Wl,-O1 -Wl,-rpath,/usr/lib/qt4/lib -o ../svn-all-fast-export ruleparser.o repository.o svn.o main.o CommandLineParser.o -L/usr/lib/qt4/lib -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1 -lQtCore -L/usr/lib/qt4/lib -lpthread make[1]: Leaving directory '/usr/src/slapt-src/development/svn-all-fast-export/svn2git-1.0.18/src' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/development/svn-all-fast-export/svn-all-fast-export-1.0.18-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/svn-all-fast-export usr/doc/ usr/doc/svn-all-fast-export-1.0.18/ usr/doc/svn-all-fast-export-1.0.18/README.md usr/doc/svn-all-fast-export-1.0.18/samples/ usr/doc/svn-all-fast-export-1.0.18/samples/ignore-branch.rules usr/doc/svn-all-fast-export-1.0.18/samples/merged-branches-tags.rules usr/doc/svn-all-fast-export-1.0.18/samples/min-max-revision.rules usr/doc/svn-all-fast-export-1.0.18/samples/recurse.rules usr/doc/svn-all-fast-export-1.0.18/samples/standardlayout.rules usr/doc/svn-all-fast-export-1.0.18/samples/two-projects.rules usr/doc/svn-all-fast-export-1.0.18/svn-all-fast-export.SlackBuild Slackware package /usr/src/slapt-src/development/svn-all-fast-export/svn-all-fast-export-1.0.18-i586-1salix15.0.txz created. Installing package svn-all-fast-export-1.0.18-i586-1salix15.0... | svn-all-fast-export (A fast-import based converter for svn to git) | | This project contains all the tools required to do a conversion of | an svn repository (server side, not a checkout) to one or more git | repositories. | | This is the tool used to convert KDE's Subversion into multiple Git | repositories. | | https://github.com/svn-all-fast-export/svn2git | | |