projg2 / smart-live-rebuild

Update live packages whose remotes have changed
BSD 2-Clause "Simplified" License
47 stars 7 forks source link

emerge @smart-live-rebuild target reports that packages were found to rebuild, but doesn't rebuild #16

Open mothringer opened 4 years ago

mothringer commented 4 years ago

When using the @smart-live-rebuild emerge target, I am getting a result that a package was found to rebuild, but the package doesn't get rebuilt until I run smart-live-rebuild separately. I have seen this for several updates of sys-kernel/linux-firmware-99999999 in a row now, although automatic updates by the emerge target worked until recently.

mgorny commented 4 years ago

What are your EMERGE_DEFAULT_OPTS?

mothringer commented 4 years ago

EMERGE_DEFAULT_OPTS="--quiet-build=y --with-bdeps=y"

mgorny commented 4 years ago

Are you passing any options to emerge?

mgorny commented 4 years ago

…and if not, could you try passing -1?

monyarm commented 3 years ago

I have the same issue with smart-live-rebuild. It reports but doesn't rebuild them, even if i run smart-live-rebuild seperately. This is my EMERGE_DEFAULT_OPTS EMERGE_DEFAULT_OPTS="--jobs=7 --load-average 7.2 --newuse --newrepo -a --with-bdeps=y"