Re: make index failing again

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Tue, 21 Jun 2022 08:06:58 UTC
Hello.

Andy Farkas wrote on 2022/06/21 16:27:
> 
> So I've discussed this issue before but now something different
> is annoyingly stopping me from completing a 'make index' in my
> ports tree...
> 

> root:/usr/ports # make index
> Generating INDEX-13 - please wait..--- describe.accessibility ---
> --- describe.arabic ---
> --- describe.archivers ---
> ...
> --- describe.x11-toolkits ---
> --- describe.x11-wm ---
> make_index: Circular dependency loop found: pulseaudio-14.2_4 depends upon itself.
> 
>  Done.

It is probably caused by options.
It can be circulated in the following order

audio/pulseaudio (enabled SOXR)
audio/libsoxr (enabled AVFFT)
multimedia/ffmpeg (enabled PULSEAUDIO)

Regards.