Bug 617

Summary: Make process in doc folder: Circular dependencies
Product: Sudo Reporter: jpelletier <jpelletier>
Component: ConfigureAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: normal    
Priority: low    
Version: 1.8.7   
Hardware: PC   
OS: Linux   

Description jpelletier 2013-10-13 21:43:09 MDT
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.
Comment 1 jpelletier 2013-10-14 15:04:41 MDT
It works fine for NetBSD 6.0.1, but it doesn't work for NetBSD 3.1
Comment 2 Todd C. Miller 2013-10-14 15:36:32 MDT
That is just a warning, not an error.  Is make not completing?
Comment 3 Todd C. Miller 2013-10-23 16:06:40 MDT
I just committed a fix for this which will appear in sudo 1.8.9.
Comment 4 Todd C. Miller 2014-01-08 14:34:03 MST
Sudo 1.8.9 is now out.