New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/26032#issuecomment-720001349 Comment: On 2020-10-31 15:49:31-0700, Tristan Ross wrote: > > ### System > > * xuname: `Void 5.8.16_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFF` > * package: `cmake-3.18.2_2` > > ### Expected behavior > CMake should be able to compile without relying on itself > > ### Actual behavior > `xbps-src` reports a cyclical dependency error between cmake and cmake. > > ### Steps to reproduce the behavior > `./xbps-src -N -j 16 pkg cmake` > > **Note**: I'm compiling cmake with `-N` for the OS I'm building that is based on Void Linux. Please upload your build log. CMake shouldn't require cmake to build. It requires cmake-bootstrap instead. -- Danh