On 12/09/10 18:46, Geof Sawaya wrote:
>> The "-4lRijc" suffix is there only until the command completes correctly.
>> At that point, it is renamed to stamp-man.
> 
> Immediately after make, there is a stamp-man file in agen5, and stamp-man
> looks ljust like you described. (also with perms 600).

Yeah, it starts life as a temp file with limited access permissions.
Now that you've stubbed your toe, it is clear I should add go+r
permissions to it.  Thanks.

>> Two suggestions:
> 
>> 1. make sure "make" finishes before kicking off "make install"
>> 2. when you are building stuff, make sure ${top_builddir}/agen5
>>   is a writable directory.
> 
> Alas, neither of these is the case.
> 
>> If that is not the issue, then more analysis would be needed.
> 
> Well, why does it need to rebuild stamp-man anyway (at the make
> install phase)?  Also, there is no file with the suffix you
> mentioned above after 'make'.  I am running make install:
> 'sudo make install', which would explain write issues with stamp-man . . .
> 
> ?
> 
> Let me know what to check and / or info to give you.

It should not need to rebuild stamp-man.  "Makefile" should
be including that file and that file should correctly set the
dependencies so it is not rebuilt.  Another common dependency
question though:  are all your clocks in sync?  NFS causes
lotsa funny stuff when clocks are awry.  Come to think of it,
you have to be using NFS because root can do whatever it wants
on local directories.

------------------------------------------------------------------------------
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to