public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* heapgen.tcl permission
@ 2009-01-09  8:54 Sergei Gavrikov
  2009-01-09  9:07 ` John Dallaway
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Gavrikov @ 2009-01-09  8:54 UTC (permalink / raw)
  To: eCos development list

SYNOPSYS

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?

Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: heapgen.tcl permission
  2009-01-09  8:54 heapgen.tcl permission Sergei Gavrikov
@ 2009-01-09  9:07 ` John Dallaway
  2009-01-09  9:57   ` Sergei Gavrikov
  0 siblings, 1 reply; 3+ messages in thread
From: John Dallaway @ 2009-01-09  9:07 UTC (permalink / raw)
  To: Sergei Gavrikov; +Cc: eCos development list

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: heapgen.tcl permission
  2009-01-09  9:07 ` John Dallaway
@ 2009-01-09  9:57   ` Sergei Gavrikov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Gavrikov @ 2009-01-09  9:57 UTC (permalink / raw)
  To: John Dallaway; +Cc: Sergei Gavrikov, eCos development list

John Dallaway wrote:
> 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

I see. Thank you.

Regards,

Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-09  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09  8:54 heapgen.tcl permission Sergei Gavrikov
2009-01-09  9:07 ` John Dallaway
2009-01-09  9:57   ` Sergei Gavrikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).