Hi Sergei Sergei Gavrikov wrote:
> headers finished > /bin/sh: > /home/sg/repo/clean/ecos/packages/services/memalloc/common/current/src/heapgen.tcl: > Permission denied > make[1]: *** [heaps.cxx] Error 126 > make: *** [build] Error 2 > > Unfortunately, it has 644 instead 755 after last CVS update. I did miss > something? The custom make rule for heaps.cxx now assumes that the user has execute permission for heapgen.tcl. On reflection, this is not the most robust approach for anonCVS repositories. I will sort this out. In the meantime: chmod a+x services/memalloc/common/current/src/heapgen.tcl John Dallaway