On 2020/02/07 22:18, Christian Weisgerber wrote:
> On 2020-02-04, Jeremie Courreges-Anglas <[email protected]> wrote:
> 
> > It fails to package though, because of an installed (gmp-6.1.2p3) vs
> > built packages mismatch.  My brain is unavail right now, so I'll let you
> > sort this out. :)
> 
> The problem is that the LIB_DEPENDS resolves to a package spec of
> gmp-*.  We could tighten it with something like this:
> 
>   LIB_DEPENDS-cxx=${BASE_PKGPATH},-main>=${VERSION} \
>                   ${MODGCC4_CPPLIBDEP}
> 
> Or even more specific:
> 
>   LIB_DEPENDS-cxx=${FULLPKGNAME-main}:${BASE_PKGPATH},-main \
>                   ${MODGCC4_CPPLIBDEP}
> 
> Seems odd in that you would want this for just about every
> MULTI_PACKAGES port with a dependent subpackage, but at the same
> time it isn't used in the ports tree.
> 
> I don't know.

Did something change with this? I ran into this with some other port
recently but I'm sure it didn't happen in the past.

Reply via email to