Mantis - Resin
Viewing Issue Advanced Details
2396 minor always 02-04-08 10:40 02-07-08 09:36
norlab  
ferg  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.5  
0002396: File permissions issue with make
bash-3.00# make
cd . && /usr/local/resin/automake/missing aclocal-1.4
bash: /usr/local/resin/automake/missing: Permission denied
*** Error code 1
make: Fatal error: Command failed for target `aclocal.m4'

Permissions are not allowing execution of files within automake.

Notes
(0002726)
lee_saferite   
02-06-08 11:10   
Actually, this error is a little disingenuous.

After fighting with it for a while, I discovered that the automake api version is hard coded into the configure file. simply replacing the hard-coded 1.4 version with whatever your version you have (mine was 1.9) will fix the issue for now. You need to do this and re-run configure.

As for a long term fix, I'm not sure since I'm not familiar with the autoconf/automake system.
(0002730)
ferg   
02-07-08 09:36   
Thanks for checking this.

It looks like there were two issues: 1) permissions of the automake/ files, and 2) the version numbering for ACLOCAL and AUTOMAKE. The next snapshot should resolve this.