On Wednesday, March 13, 2019 at 6:44:05 PM UTC+2, Andrew Jeddeloh wrote: > > Try using > > equery-amd64-usr f <package> | grep '.la' >
.la files ar not there. > to see if the .la files are in the package to begin with. If they're > not, check the use flags (equery-amd64-usr u <package>) and make sure > they're not being compile time disabled from some use flag. > They are not, the package doesn't use any use flags at all. But the package from the very same ebuild in Gentoo has .la files. And for example imagemagick imported from Gentoo into CoreOS doesn't have any .la files either. That's why I think it's something from CoreOS environment. AFAICS .la files are there after src_install() phase in the temporary location, but they will not put into package. I just can't find out why. > Hope that helps, > - Andrew > Many thanks for trying, but not yet :). Regards, -- Marek Svent > On Wed, Mar 13, 2019 at 9:04 AM <[email protected] <javascript:>> wrote: > > > > Hi, > > > > I'm trying to add some custom software to the Container Linux image, but > there is a problem – no .la files are installed in > /usr/lib64/soft/plugins/. It isn't about INSTALL_MASK (even tried to > comment out .la handling from > cores-overlay/profiles/coreos/base/make.defaults) or libtool file pruning. > I tried to import some software from Gentoo using .la files for plugins > (imagemagick for example) for testing and all .la files are removed from > these as well. > > > > Does someone have idea why it's happening and how I can fix this? > > > > > > Regards, > > > > -- > > Marek Svent >
