|  | 
 | 
Created on 2008-12-02.15:28:21 by galbolle, last changed 2009-08-27.14:14:33 by admin. 
 
  
   | msg6759 (view) | Author: galbolle | Date: 2008-12-02.15:28:18 |  |  
   | when using make tags, i get the following error:
make: execvp: src/Autoconf.hs: Permission denied
it seems that make is trying to exec src/Autoconf.hs. |  
   | msg6760 (view) | Author: twb | Date: 2008-12-02.22:31:56 |  |  
   | On Tue, Dec 02, 2008 at 03:28:22PM -0000, Florent Becker wrote:
> 
> New submission from Florent Becker <florent.becker@ens-lyon.org>:
> 
> when using make tags, i get the following error:
> 
> make: execvp: src/Autoconf.hs: Permission denied
> 
> it seems that make is trying to exec src/Autoconf.hs.
This will be because there is a rule like
    $(TAGS) $^
and the $TAGS variable is not set.  Making configure.ac look for it,
or adding to autoconf.mk.in the following line should fix it
    TAGS ?= tags
Or similar, I'll have to check the code later. |  
   | msg7020 (view) | Author: thorkilnaur | Date: 2009-01-08.20:47:24 |  |  
   | Set as resolved based on the following.
Best regards
Thorkil
On Monday 08 December 2008 11:14, Eric Kow wrote:
> On Sat, Dec 06, 2008 at 18:26:34 -0800, Trent W. Buck wrote:
> > Sun Dec  7 13:20:13 EST 2008  Trent W. Buck <trentbuck@gmail.com>
> >   * resolve issue1247: avoid reference to removed $CTAGS variable.
> >   This was just a simple typo on my part.
> 
> Applied, thanks!
> -- 
> Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
> PGP Key ID: 08AC04F9
> |  |
 
| Date | User | Action | Args |  | 2008-12-02 15:28:21 | galbolle | create |  |  | 2008-12-02 22:32:00 | twb | set | status: unread -> unknown nosy:
  + twb
 messages:
  + msg6760
 |  | 2009-01-08 20:47:28 | thorkilnaur | set | status: unknown -> resolved nosy:
  kowey, dagit, simon, trentbuck, twb, thorkilnaur, dmitry.kurochkin, galbolle
 messages:
  + msg7020
 |  | 2009-08-10 23:52:31 | admin | set | nosy:
  - dagit |  | 2009-08-25 17:35:21 | admin | set | nosy:
  + darcs-devel, - simon |  | 2009-08-27 14:14:33 | admin | set | nosy:
  kowey, darcs-devel, trentbuck, twb, thorkilnaur, dmitry.kurochkin, galbolle | 
 |