This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: heapgen.tcl permission


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]