QA: other One or more CMake variables were not used by the project: AFTEN ALSA DCAENC FAAC FAAD ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-hardened_20190210-111633 -------------------------------------------------------------------
Created attachment 565470 [details] elog-media-libs:avidemux-plugins-2.7.0:20190214-214711.log
Created attachment 565472 [details] etc.portage.tbz2
Created attachment 565474 [details] media-libs:avidemux-plugins-2.7.0:20190214-214217.log.bz2
tinderbox has reproduced this issue with version 2.7.8 - Updating summary.
ci has reproduced this issue with version 2.8.1 - Updating summary.
ci has reproduced this issue with version 2.8.1-r1 - Updating summary.
Still happens also with media-video/avidemux, I think the problem is that ebuild says "yes" instead of "True". ************************** *** Optional Library *** *** Summary *** ************************** *** Video Encoder *** NVENC Yes *** Miscellaneous *** gettext Yes SDL No XVideo Yes ************************** *** Release Build *** ************************** ... -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: ENABLE_QT4 ENABLE_QT5 ENABLE_QT6 LRELEASE_EXECUTABLE LibVA OPENGL VDPAU cmake -C /mnt/nocrypt/var/tmp/portage/portage/media-video/avidemux-2.8.1/work/avidemux-2.8.1_build/buildQt4/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DGETTEXT=yes -DSDL=no -DLibVA=yes -DOPENGL=yes -DVDPAU=yes -DXVIDEO=yes -DENABLE_QT4=OFF -DENABLE_QT6=OFF -DENABLE_QT5=yes -DLRELEASE_EXECUTABLE=/usr/lib64/qt5/bin/lrelease -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/mnt/nocrypt/var/tmp/portage/portage/media-video/avidemux-2.8.1/work/avidemux-2.8.1_build/buildQt4/gentoo_toolchain.cmake /mnt/nocrypt/var/tmp/portage/portage/media-video/avidemux-2.8.1/work/avidemux2-2.8.1/avidemux/qt4 loading initial cache file /mnt/nocrypt/var/tmp/portage/portage/media-video/avidemux-2.8.1/work/avidemux-2.8.1_build/buildQt4/gentoo_common_config.cmake ... >>> Completed installing media-libs/avidemux-plugins-2.8.1-r1 into /mnt/nocrypt/var/tmp/portage/portage/media-libs/avidemux-plugins-2.8.1-r1/image * Final size of build directory: 157000 KiB (153.3 MiB) * Final size of installed tree: 10836 KiB ( 10.5 MiB) * One or more CMake variables were not used by the project: * AFTEN * ALSA * DCAENC * ENABLE_QT4 * ENABLE_QT5 * ENABLE_QT6 * FAAC * FAAD * FDK_AAC * JACK * LAME * LIBDCA * LIBVORBIS * NVENC * OPENCORE_AMRNB * OPENCORE_AMRWB * OPENGL * OPUS * OSS * PULSEAUDIO * TWOLAME * USE_EXTERNAL_LIBMP4V2 * VDPAU * VORBIS * VPXDEC * XVID * XVIDEO >>> Installing (2 of 2) media-libs/avidemux-plugins-2.8.1-r1::gentoo Basically, only the plugins which were NOT configured through portage were build, because they had unexected value. The file bootStrap.bash at least at the top sets default -DENABLE_QT5=True internally when calling cmake but itself it accepts --enable-foo=yes syntax. Just guessing what may the generic problem across all these avidemux packages.
ci has reproduced this issue with version 2.8.1-r2 - Updating summary.