On Thursday, March 14, 2019 at 12:00:08 AM UTC+2, David Michael wrote: > > If you're installing packages for a production image, you'll also have > to edit profiles/coreos/targets/generic/prod/make.defaults to remove > .la files from INSTALL_MASK. >
OK, that was actually it. I knew it's there and thought I tested to remove it, but obviously not. Or probably I just held it wrong. The point is that there was no need to remove it before (as seen from comment as well), but it has been changed probably with last portage upgrade. Portage had a shell code to deal with INSTALL_MASK before, but it was switched to python fnmatch(). And now the pattern matches really any *.la file regardless directory depth while it was meant to match only *.la files under /usr/lib/ directly. Many thanks, -- Marek Svent
