Re: [gentoo-portage-dev] keepdir function missing when using qmerge to install binary packages

2018-03-14 Thread Zac Medico
On 03/14/2018 09:21 AM, Joakim Tjernlund wrote:
> I got an error msg similar to
>   keepdir: function missing
> using qmerge to install.
> 
> So this function seem missing and I wonder if that one
> should be defined/impl. inside the binary packet or if qmerge
> should provide it?

It's a bug in the ebuild, since it should not call keepdir during pkg_*
phases.

> Where can I find a list(and definitions) of functions etc. that the
> package manager should provide?

Check the "Build commands" section of PMS here:

https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-13700012.3.8
-- 
Thanks,
Zac



signature.asc
Description: OpenPGP digital signature


[gentoo-portage-dev] keepdir function missing when using qmerge to install binary packages

2018-03-14 Thread Joakim Tjernlund
I got an error msg similar to
  keepdir: function missing
using qmerge to install.

So this function seem missing and I wonder if that one
should be defined/impl. inside the binary packet or if qmerge
should provide it?

Where can I find a list(and definitions) of functions etc. that the
package manager should provide?

 Jocke