The following packages will be installed: qconf Fetching README... 0%100%100%100%100%100%Done Fetching qconf.SlackBuild... 0%100%100%100%100%100%Done Fetching qconf.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done qconf-1.4/ qconf-1.4/configure qconf-1.4/AUTHORS qconf-1.4/COPYING qconf-1.4/README qconf-1.4/TODO qconf-1.4/conf/ qconf-1.4/conf/conf.cpp qconf-1.4/conf/conf.pro qconf-1.4/conf/conf4.cpp qconf-1.4/conf/conf4.h qconf-1.4/conf/conf4.pro qconf-1.4/src/ qconf-1.4/src/qconf.cpp qconf-1.4/src/stringhelp.cpp qconf-1.4/src/stringhelp.h qconf-1.4/qconf.pro qconf-1.4/qconf.qc qconf-1.4/examples/ qconf-1.4/examples/sample.qc qconf-1.4/examples/samplecustom.qc qconf-1.4/examples/sampledeps.qc qconf-1.4/examples/samplelib.qc qconf-1.4/modules/ qconf-1.4/modules/qt31.qcm qconf-1.4/modules/qt41.qcm Configuring QConf ... Verifying Qt 4 build environment ... ok Good, your configure finished. Now run /usr/bin/gmake. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DDATADIR=\"/usr/share\" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/lib64/qt4/include/QtCore -I/usr/lib64/qt4/include/QtXml -I/usr/lib64/qt4/include -I. -o stringhelp.o src/stringhelp.cpp In file included from /usr/lib64/qt4/include/QtCore/qobject.h:48, from /usr/lib64/qt4/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt4/include/QtCore/QtCore:3, from src/stringhelp.h:23, from src/stringhelp.cpp:21: /usr/lib64/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib64/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/lib64/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/lib64/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/lib64/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib64/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/lib64/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/lib64/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/lib64/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib64/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/lib64/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/lib64/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 -Wall -W -D_REENTRANT -DDATADIR=\"/usr/share\" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/lib64/qt4/include/QtCore -I/usr/lib64/qt4/include/QtXml -I/usr/lib64/qt4/include -I. -o qconf.o src/qconf.cpp In file included from /usr/lib64/qt4/include/QtCore/qobject.h:48, from /usr/lib64/qt4/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt4/include/QtCore/QtCore:3, from src/qconf.cpp:20: /usr/lib64/qt4/include/QtCore/qstring.h: In member function ‘int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib64/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/lib64/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/lib64/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/lib64/qt4/include/QtCore/qstring.h: In static member function ‘static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)’: /usr/lib64/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/lib64/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/lib64/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/lib64/qt4/include/QtCore/qstring.h: In member function ‘QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const’: /usr/lib64/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/lib64/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/lib64/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; | ~~~~~~~~~~~~~~^~~ src/qconf.cpp: In function ‘int main(int, char**)’: src/qconf.cpp:1232:70: warning: implicitly-declared ‘QStringList& QStringList::operator=(const QStringList&)’ is deprecated [-Wdeprecated-copy] 1232 | list = cur.entryList(QStringList() << "*.pro"); | ^ In file included from /usr/lib64/qt4/include/QtCore/QtCore:65, from src/qconf.cpp:20: /usr/lib64/qt4/include/QtCore/qstringlist.h:71:12: note: because ‘QStringList’ has user-provided ‘QStringList::QStringList(const QStringList&)’ 71 | inline QStringList(const QStringList &l) : QList(l) { } | ^~~~~~~~~~~ src/qconf.cpp: In member function ‘Conf& Conf::operator=(Conf&&)’: src/qconf.cpp:1111:7: warning: implicitly-declared ‘QStringList& QStringList::operator=(const QStringList&)’ is deprecated [-Wdeprecated-copy] 1111 | class Conf | ^~~~ In file included from /usr/lib64/qt4/include/QtCore/QtCore:65, from src/qconf.cpp:20: /usr/lib64/qt4/include/QtCore/qstringlist.h:71:12: note: because ‘QStringList’ has user-provided ‘QStringList::QStringList(const QStringList&)’ 71 | inline QStringList(const QStringList &l) : QList(l) { } | ^~~~~~~~~~~ src/qconf.cpp: In function ‘int main(int, char**)’: src/qconf.cpp:1308:38: note: synthesized method ‘Conf& Conf::operator=(Conf&&)’ first required here 1308 | conf = xmlToConf(base); | ^ g++ -Wl,-O1 -Wl,-rpath,/usr/lib64/qt4/lib -o qconf stringhelp.o qconf.o -L/usr/lib64/qt4/lib -lQtXml -L/usr/lib64/qt4/lib -lQtCore -lpthread install -m 755 -p "qconf" "/usr/src/slapt-src/development/qconf/package-qconf/usr/bin/qconf" strip "/usr/src/slapt-src/development/qconf/package-qconf/usr/bin/qconf" cp -f -r /usr/src/slapt-src/development/qconf/qconf-1.4/conf /usr/src/slapt-src/development/qconf/package-qconf/usr/share/qconf/ cp -f -r /usr/src/slapt-src/development/qconf/qconf-1.4/modules /usr/src/slapt-src/development/qconf/package-qconf/usr/share/qconf/ 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/qconf/qconf-1.4-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/qconf usr/doc/ usr/doc/qconf-1.4/ usr/doc/qconf-1.4/AUTHORS usr/doc/qconf-1.4/COPYING usr/doc/qconf-1.4/README usr/doc/qconf-1.4/TODO usr/doc/qconf-1.4/qconf.SlackBuild usr/share/ usr/share/qconf/ usr/share/qconf/conf/ usr/share/qconf/conf/conf.cpp usr/share/qconf/conf/conf.pro usr/share/qconf/conf/conf4.cpp usr/share/qconf/conf/conf4.h usr/share/qconf/conf/conf4.pro usr/share/qconf/modules/ usr/share/qconf/modules/qt31.qcm usr/share/qconf/modules/qt41.qcm Slackware package /usr/src/slapt-src/development/qconf/qconf-1.4-x86_64-1salix15.0.txz created. Installing package qconf-1.4-x86_64-1salix15.0... | qconf (qmake configure script tool) | | QConf allows you to have a nice configure script for your qmake-based | project. It is intended for developers who don't need (or want) to | use the more complex GNU autotools. | | | | | | | |