New comment by 4ricci on void-packages repository https://github.com/void-linux/void-packages/pull/32325#issuecomment-895021769 Comment: `perl-HTTP-Message` is a check dependency of `perl-HTML-Parser`, `perl-HTML-Parser` is a runtime and build dependency of `perl-HTTP-Message`. `./xbps-src -Q pkg perl-HTTP-Message` returns the error: ``` => ERROR: Build-time cyclic dependency perl-HTML-Parser(host), perl-HTTP-Message(host), perl-HTML-Parser(host) detected. ``` `./xbps-src -Q pkg perl-HTML-Parser` returns the error: ``` => ERROR: Build-time cyclic dependency perl-HTTP-Message(host), perl-HTML-Parser(host), perl-HTTP-Message(host) detected. ```