tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Circular dependency for gmake with nls and PREFER_PKGSRC=yes



Le 2019-10-20 16:15, Frédéric Fauberteau a écrit :
ERROR: This package has set PKG_FAIL_REASON:
ERROR: Circular dependency detected
*** Error code 1

Stop.
bmake[3]: stopped in /mnt/ccd0/pkgsrc/devel/gmake
*** Error code 1

Stop.
bmake[2]: stopped in /mnt/ccd0/pkgsrc/devel/ncurses
*** Error code 1

Stop.
bmake[1]: stopped in /mnt/ccd0/pkgsrc/devel/gettext-tools
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/gmake

Could we disable PREFER_PKGSRC only for devel/gettext-tools building
if nls option is enabled for devel/gmake?

Is it correct?

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mnls)
USE_BUILTIN.gettext=    yes
.  include "../../devel/gettext-lib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index