Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread Sam James
> On 29 Aug 2021, at 19:44, Michał Górny wrote: > > On Sun, 2021-08-29 at 14:41 -0400, Ionen Wolkens wrote: >>> [snip] >> >> If anything I'd personally prefer the rough opposite of this, in the >> event multiple eclass export the same, have the package manager merge >> them. >> >> e.g. rather

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread Michał Górny
On Sun, 2021-08-29 at 14:41 -0400, Ionen Wolkens wrote: > On Sun, Aug 29, 2021 at 12:23:22PM -0500, William Hubbs wrote: > > On Sat, Aug 28, 2021 at 06:35:06PM +0200, Michał Górny wrote: > > > Hi, > > > > > > I've been informed of a slight inconsistency in package manager behavior > > > that affec

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread Sam James
> On 29 Aug 2021, at 19:41, Ionen Wolkens wrote: > > On Sun, Aug 29, 2021 at 12:23:22PM -0500, William Hubbs wrote: >> On Sat, Aug 28, 2021 at 06:35:06PM +0200, Michał Górny wrote: >>> Hi, >>> >>> I've been informed of a slight inconsistency in package manager behavior >>> that affects combini

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread Ionen Wolkens
On Sun, Aug 29, 2021 at 12:23:22PM -0500, William Hubbs wrote: > On Sat, Aug 28, 2021 at 06:35:06PM +0200, Michał Górny wrote: > > Hi, > > > > I've been informed of a slight inconsistency in package manager behavior > > that affects combining EXPORT_FUNCTIONS with inherit (by ionic, thanks > > for

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread Michał Górny
On Sun, 2021-08-29 at 12:23 -0500, William Hubbs wrote: > On Sat, Aug 28, 2021 at 06:35:06PM +0200, Michał Górny wrote: > > Hi, > > > > I've been informed of a slight inconsistency in package manager behavior > > that affects combining EXPORT_FUNCTIONS with inherit (by ionic, thanks > > for the re

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-29 Thread William Hubbs
On Sat, Aug 28, 2021 at 06:35:06PM +0200, Michał Górny wrote: > Hi, > > I've been informed of a slight inconsistency in package manager behavior > that affects combining EXPORT_FUNCTIONS with inherit (by ionic, thanks > for the report!). Please consider the three following snippets: ... > 1.

Re: [gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-28 Thread Ulrich Mueller
> On Sat, 28 Aug 2021, Michał Górny wrote: > I've been informed of a slight inconsistency in package manager behavior > that affects combining EXPORT_FUNCTIONS with inherit (by ionic, thanks > for the report!). Please consider the three following snippets: > xdg.eclass: > EXPORT_FUNCTIONS

[gentoo-dev] The inherit-EXPORT_FUNCTIONS ordering problem

2021-08-28 Thread Michał Górny
Hi, I've been informed of a slight inconsistency in package manager behavior that affects combining EXPORT_FUNCTIONS with inherit (by ionic, thanks for the report!). Please consider the three following snippets: xdg.eclass: EXPORT_FUNCTIONS src_prepare ecm-1.eclass: inherit xdg EXPORT_F