Bugzilla – Bug 617
Make process in doc folder: Circular dependencies
Last modified: 2014-01-08 14:34:03 MST
After doing ./configure (without any options) Configure executes normally. Make executes but complains of circular dependencies: make[1]: entrant dans le répertoire « /usr/local/src/sudo-1.8.8/doc » make[1]: Dépendance circulaire sudo.cat <- sudo.cat abandonnée. make[1]: Dépendance circulaire visudo.cat <- visudo.cat abandonnée. make[1]: Dépendance circulaire sudo.conf.cat <- sudo.conf.cat abandonnée. make[1]: Dépendance circulaire sudoers.cat <- sudoers.cat abandonnée. make[1]: Dépendance circulaire sudoers.ldap.cat <- sudoers.ldap.cat abandonnée. make[1]: Dépendance circulaire sudoreplay.cat <- sudoreplay.cat abandonnée. make[1]: Dépendance circulaire sudo_plugin.cat <- sudo_plugin.cat abandonnée. I had the same error on Linux (Ubuntu 13.04) and NetBSD 6.01, with both versions 1.8.7 and 1.8.8 of sudo.
It works fine for NetBSD 6.0.1, but it doesn't work for NetBSD 3.1
That is just a warning, not an error. Is make not completing?
I just committed a fix for this which will appear in sudo 1.8.9.
Sudo 1.8.9 is now out.