The command I ran is:
Code: Select all
sudo emerge -avuDN @world --autounmask-write --keep-going y
Code: Select all
*** Resuming merge...
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 10.30 s.
* Messages for package sci-libs/openblas-0.3.30-r4:
* This software has a massive number of options that
* are configurable and it is *impossible* for all of
* those to fit inside any manageable ebuild.
* The Gentoo provided package has enough to build
* a fully optimized library for your targeted CPU.
* You can set the CPU target using the environment
* variable - OPENBLAS_TARGET or it will be detected
* automatically from the target toolchain (supports
* cross compilation toolchains).
* You can control the maximum number of threads
* using OPENBLAS_NTHREAD, default=64 and number of
* parallel calls to allow before further calls wait
* using OPENBLAS_NPARALLEL, default=8.
* Messages for package media-plugins/grilo-plugins-0.3.18:
* Ignoring USE=gnome-online-accounts USE does not contain lua
* Messages for package media-libs/quirc-1.2-r2:
* ERROR: media-libs/quirc-1.2-r2::gentoo failed (compile phase):
* emake failed
* If you need support, post the output of `emerge --info '=media-libs/quirc-1.2-r2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=media-libs/quirc-1.2-r2::gentoo'`.
* The complete build log is located at '/var/tmp/portage/media-libs/quirc-1.2-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-libs/quirc-1.2-r2/temp/environment'.
* Working directory: '/var/tmp/portage/media-libs/quirc-1.2-r2/work/quirc-1.2-abi_x86_32.x86'
* S: '/var/tmp/portage/media-libs/quirc-1.2-r2/work/quirc-1.2'
* One or more packages are either masked or have missing dependencies:
*
* >=media-libs/svt-av1-0.9:0/2=[abi_x86_64(-)] pulled in by:
* (media-video/ffmpeg-7.1.2:0/59.61.61::gentoo, installed)
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.
*
* The following package has failed to build, install, or execute postinst:
*
* (media-libs/quirc-1.2-r2:0/1.2::gentoo, ebuild scheduled for merge), Log file:
* '/var/tmp/portage/media-libs/quirc-1.2-r2/temp/build.log'
*
Since I passed '--keep-going y' as argument, I thought emerge would automatically postpone the troublesome package and keep going, however that's not the case. Why?
Thanks!



