x86_64-pc-linux-gnu-g++: error: /var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23/qt/moc_QZBar.cpp: No such file or directory x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. make[2]: *** [Makefile:1647: qt/libzbarqt_la-moc_QZBar.lo] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23-abi_x86_64.amd64' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma-20201228-133206 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-10.2.0 * clang version 11.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/11/bin /usr/lib/llvm/11 11.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python2.7 [3] python3.9 (fallback) [4] python3.7 (fallback) [5] pypy3 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) [2] ruby26 (with Rubygems) [3] ruby27 (with Rubygems) * Available Rust versions: [1] rust-1.48.0 * The following VMs are available for generation-2: 1) IcedTea JDK 3.17.0 [icedtea-8] 2) OpenJDK 8.272_p10 [openjdk-8] *) AdoptOpenJDK 8.272_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] openjdk-8 [3] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Wed Jan 20 07:33:10 PM UTC 2021 emerge -qpvO media-gfx/zbar [ebuild N ] media-gfx/zbar-0.23-r1 USE="X dbus gtk imagemagick jpeg qt5 threads xv -graphicsmagick -introspection -java -python -static-libs -test -v4l" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_8 -python3_7"
Created attachment 683908 [details] emerge-info.txt
Created attachment 683911 [details] emerge-history.txt
Created attachment 683914 [details] environment
Created attachment 683917 [details] etc.portage.tar.bz2
Created attachment 683920 [details] logs.tar.bz2
Created attachment 683923 [details] media-gfx:zbar-0.23-r1:20210120-201833.log
Created attachment 683926 [details] temp.tar.bz2
This issue was fixed in upstream in commit https://github.com/mchehab/zbar/commit/d6578fc54bebf93a7dd463da2030593588b8445e which is part of 0.23.90 release. The problem was that configure did not detect moc utility checking for Qt5Core >= 5 Qt5Gui >= 5 Qt5Widgets >= 5.0 Qt5X11Extras >= 5.0... yes checking for moc-qt5... no checking for moc... no configure: using moc from configure: using Qt version 5.15.2 which was missing in commands creating qt/moc_%.cpp files. Iqt is first argument, the command should be called like `moc Iqt ...`. Iqt -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/include/qt5/QtWidgets -I/usr/include/qt5 -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23/include /var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23/include/zbar/QZBar.h -o qt/moc_QZBar.cpp make: Iqt: No such file or directory make: [Makefile:2456: qt/moc_QZBar.cpp] Error 127 (ignored) Iqt -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/include/qt5/QtWidgets -I/usr/include/qt5 -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23/include /var/tmp/portage/media-gfx/zbar-0.23-r1/work/zbar-0.23/qt/QZBarThread.h -o qt/moc_QZBarThread.cpp make: Iqt: No such file or directory make: [Makefile:2453: qt/moc_QZBarThread.cpp] Error 127 (ignored)