Re: poudriere odd error

From: Ihor Antonov <ihor_at_antonovs.family>
Date: Fri, 09 Sep 2022 14:23:31 UTC
On September 8, 2022 12:15:06 AM UTC, void <void@f-m.fm> wrote:
>Hi, I hope this is the appropriate list for this query. I think I'm right thinking that poudriere would be used by lots of devs?
>
>I'm seeing the following output when poudriere starts
>
>ptsort: cycle involving doxygen-1.9.5,2 and py39-breathe-4.34.0
>ptsort: cycle involving libgd-2.3.3_1,1 and graphviz-2.50.0_9
>ptsort: cycle involving texlive-base-20210325_7 and texlive-texmf-20210325
>ptsort: cycle involving texlive-base-20210325_7 and doxygen-1.9.5,2
>[00:06:30] Balancing pool
>
>It then carries on building.
>
>Is it a port problem, poudriere problem or a problem with the ports tree?
>Need I worry?
>
>TIA,

This looks like a problem with ports. It tells you about cyclic dependencies between packages. It doesnt know whic package to build because of the dependecy cycle.

Ihor