tech-pkg archive

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

Re: pbulk cyclic dependency



>>>--- pkgtools/pkg_install/Makefile 3 Nov 2021 13:37:25 -0000 1.236
>>>+++ pkgtools/pkg_install/Makefile       23 Jun 2023 05:57:27 -0000
>>>@@ -50,6 +50,9 @@
>>> # be rethought.
>>> USE_NATIVE_GCC=                yes
>>>
>>>+# Try to prevent cyclic dependency loop
>>>+USE_CWRAPPERS=         no
...
>> [...], in which case I think I'd prefer to add
>>
>>   NO_PKGTOOLS_REQD_CHECK=yes
>>
>> to cwrappers, as it's more important that pkg_install gets built
>> correctly, and we really should be removing the old shell wrappers at
>> some point.

This change didn't break the dependency cycle; my newly started
9.0 bulk build just failed with

Resolving...
Building...
Cyclic dependency for package:
cwrappers-20220403
pkg_install-20211115
cwrappers-20220403

with the cwrappers change applied.  I've now applied my own
suggestion above and re-running the attempt.

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index