Bug 235

Summary: missing file for install
Product: Sudo Reporter: danielr
Component: ConfigureAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: normal    
Priority: low    
Version: 1.6.8   
Hardware: Macintosh   
OS: MacOS X   

Description danielr 2007-03-12 19:28:31 MDT
Trying to install the full version of sudo, patch12, on MacOSX 10.4 (darwin 8.8.1), I get a "can't find this file" error. Below is what happens when I try to run make install (with configure options --with-editor=/usr/bin/emacs --with-all-insults and --with-logpath=/private/var/log):


littletiger:/Users/danielr/Desktop/sudo-1.6.8p12 root# make install
/bin/sh ./mkinstalldirs /usr/local/bin \
    /usr/local/sbin /etc \
    /usr/local/man/man8 /usr/local/man/man5 \
    /usr/local/libexec
/bin/sh ./install-sh -c -O 0 -G 0 -M 4111 -s sudo /usr/local/bin/sudo
rm -f /usr/local/bin/sudoedit
ln /usr/local/bin/sudo /usr/local/bin/sudoedit
/bin/sh ./install-sh -c -O 0 -G 0 -M 0111 -s visudo /usr/local/sbin/visudo
/bin/sh ./libtool --mode=install /bin/sh ./install-sh -c sudo_noexec.la /usr/local/libexec
/bin/sh ./install-sh -c .libs/sudo_noexec.dylib /usr/local/libexec/sudo_noexec.dylib
cp: .libs/sudo_noexec.dylib: No such file or directory
make: *** [install-noexec] Error 1
littletiger:/Users/danielr/Desktop/sudo-1.6.8p12 root# 



I currently have sudo 1.6.8p9 installed, and I get the same error when I try to install with darwinports. If I do a ls -A in the .libs directory, I get the following three files:
sudo_noexec.la  sudo_noexec.lai sudo_noexec.o

So maybe the file it wants was just not properly created...?
Comment 1 Todd C. Miller 2007-06-19 12:25:06 MDT
Can you try with the sudo 1.6.9 beta version?  It contains a more modern version of configure and libtool.  There is a link to the current beta version on http://www.sudo.ws/sudo/beta.html
Comment 2 danielr 2007-06-21 11:19:18 MDT
(In reply to comment #1)
> Can you try with the sudo 1.6.9 beta version?  It contains a more modern
> version of configure and libtool.  There is a link to the current beta version
> on http://www.sudo.ws/sudo/beta.html
> 

The beta version works with installation...thanks.