* Package: dev-util/qdevicemonitor-1.0.1-r2:0 * Repository: gentoo * Maintainer: alopatindev@gmail.com proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking qdevicemonitor-1.0.1.tar.gz to /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work >>> Source unpacked in /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work >>> Preparing source in /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1 ... * Applying qdevicemonitor-1.0.1-qt-5.11.patch ... [ ok ] * Applying qdevicemonitor-1.0.1-crash-after-fresh-install.patch ... [ ok ] * Applying qdevicemonitor-1.0.1-screen-geometry-is-deprecated.patch ... [ ok ] * Applying qdevicemonitor-1.0.1-endl-is-deprecated.patch ... [ ok ] * Applying qdevicemonitor-1.0.1-disable-warnings-as-errors.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1 ... * Running qmake ... Info: creating stash file /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1/qdevicemonitor/.qmake.stash [ ok ] >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1 ... make -j4 /usr/lib64/qt5/bin/uic ui/MainWindow.ui -o ui_MainWindow.h /usr/lib64/qt5/bin/uic ui/DeviceWidget.ui -o ui_DeviceWidget.h /usr/lib64/qt5/bin/uic ui/SettingsDialog.ui -o ui_SettingsDialog.h clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o Utils.o Utils.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o ColorTheme.o ui/colors/ColorTheme.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o BaseDevice.o devices/BaseDevice.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o DeviceFacade.o devices/DeviceFacade.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o AndroidDevice.o devices/AndroidDevice.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o IOSDevice.o devices/IOSDevice.cpp In file included from devices/DeviceFacade.cpp:22: In file included from devices/BaseDevice.h:24: ./StringRingBuffer.h:92:14: warning: definition of implicit copy constructor for 'ConstIterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const ConstIterator& other) ^ ./StringRingBuffer.h:72:16: note: in implicit copy constructor for 'StringRingBuffer::ConstIterator' first required here return ConstIterator(QPointer(this)); ^ In file included from devices/BaseDevice.cpp:18: In file included from devices/BaseDevice.h:24: ./StringRingBuffer.h:92:14: warning: definition of implicit copy constructor for 'ConstIterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const ConstIterator& other) ^ ./StringRingBuffer.h:72:16: note: in implicit copy constructor for 'StringRingBuffer::ConstIterator' first required here return ConstIterator(QPointer(this)); ^ 1 warning generated. clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o TextFileDevice.o devices/TextFileDevice.cpp In file included from devices/AndroidDevice.cpp:18: In file included from devices/AndroidDevice.h:21: In file included from devices/BaseDevice.h:24: ./StringRingBuffer.h:92:14: warning: definition of implicit copy constructor for 'ConstIterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const ConstIterator& other) ^ ./StringRingBuffer.h:72:16: note: in implicit copy constructor for 'StringRingBuffer::ConstIterator' first required here return ConstIterator(QPointer(this)); ^ 1 warning generated. clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o AndroidDevicesTracker.o devices/trackers/AndroidDevicesTracker.cpp In file included from devices/IOSDevice.cpp:18: In file included from devices/IOSDevice.h:21: In file included from devices/BaseDevice.h:24: ./StringRingBuffer.h:92:14: warning: definition of implicit copy constructor for 'ConstIterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const ConstIterator& other) ^ ./StringRingBuffer.h:72:16: note: in implicit copy constructor for 'StringRingBuffer::ConstIterator' first required here return ConstIterator(QPointer(this)); ^ 1 warning generated. clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o IOSDevicesTracker.o devices/trackers/IOSDevicesTracker.cpp In file included from devices/TextFileDevice.cpp:18: In file included from devices/TextFileDevice.h:21: In file included from devices/BaseDevice.h:24: ./StringRingBuffer.h:92:14: warning: definition of implicit copy constructor for 'ConstIterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const ConstIterator& other) ^ ./StringRingBuffer.h:72:16: note: in implicit copy constructor for 'StringRingBuffer::ConstIterator' first required here return ConstIterator(QPointer(this)); ^ 1 warning generated. clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o BaseUsbTracker.o devices/trackers/usb/BaseUsbTracker.cpp clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o TimerUsbTracker.o devices/trackers/usb/TimerUsbTracker.cpp 1 warning generated. clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -pedantic-errors -pedantic -Wextra -Wall -O3 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o UdevUsbTracker.o devices/trackers/usb/UdevUsbTracker.cpp clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -pedantic-errors -pedantic -Wextra -Wall -std=c11 -O3 -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEBUG -DVERSION=\"1.0.1\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o UdevImpl.o devices/trackers/usb/UdevImpl.c In file included from devices/trackers/usb/UdevImpl.c:18: devices/trackers/usb/UdevImpl.h:20:10: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void init(); ^ void devices/trackers/usb/UdevImpl.h:21:13: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void release(); ^ void devices/trackers/usb/UdevImpl.h:23:17: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] bool isAvailable(); ^ void devices/trackers/usb/UdevImpl.h:25:12: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void update(); ^ void devices/trackers/usb/UdevImpl.h:26:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] bool hasNewDevice(); ^ void devices/trackers/usb/UdevImpl.c:38:10: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void init() ^ void devices/trackers/usb/UdevImpl.c:51:13: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void release() ^ void devices/trackers/usb/UdevImpl.c:66:17: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] bool isAvailable() ^ void devices/trackers/usb/UdevImpl.c:71:12: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void update() ^ void devices/trackers/usb/UdevImpl.c:114:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] bool hasNewDevice() ^ void 10 errors generated. make: *** [Makefile:922: UdevImpl.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: dev-util/qdevicemonitor-1.0.1-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-util/qdevicemonitor-1.0.1-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/qdevicemonitor-1.0.1-r2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-util:qdevicemonitor-1.0.1-r2:20221004-100740.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1/qdevicemonitor' * S: '/var/tmp/portage/dev-util/qdevicemonitor-1.0.1-r2/work/qdevicemonitor-1.0.1'