maintainer-feedback requested: [Bug 271646] x11/cinnamon: Circular dependency for libslurm leads to infinite loop
Date: Fri, 26 May 2023 05:40:56 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody) <gnome@FreeBSD.org> for maintainer-feedback: Bug 271646: x11/cinnamon: Circular dependency for libslurm leads to infinite loop https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271646 --- Description --- Running 13.1-RELEASE, with a generic kernel on amd64. On a clean and recent instal of 13.1, I upgraded my ports tree with portsnap auto, and was able to install Xorg through x11/Xorg. But cd'ing into x11/cinnamon and running make install clean (with the proper privileges) ran into a circular dependency with the following libraries: openmpi depends onlibslurm.so - not found slurm-wlm depends on libhdf5_cpp - not found hdf5 depends on libmpich - not found lipmpich depends on libslurm - not found Once the build process hits that dependency it will continue to loop until I manually kill the process. On one attempt when I directed it to a file it produced 12,445 lines.