SPECS: vim-plugin-taglist.spec - R: ctags; adapterized

Elan Ruusamäe glen at delfi.ee
Fri Apr 15 08:15:01 CEST 2005


On Friday 15 April 2005 09:10, Elan Ruusamäe wrote:
> On Thursday 14 April 2005 11:39, you wrote:
> > On Thursday 14 of April 2005 09:52, Elan Ruusamäe wrote:
> > > why don't you put the files to /usr/share/vim/vimfiles?
> > >
> > > you'll need this Requires (described in PLD-doc/BuildRequires.txt):
> > > # %define _vimdatadir %{_datadir}/vim/vimfiles
> > > Requires:   vim >= 4:6.3.058-3
> > >
> > > see vim-syntax-nagios.spec, it uses that dir
> >
> > Nice, I'll fix it unless you will be first.
>
> btw i get this error. when i opened .php file and typed ":Tlist" any ideas?
>
> Taglist: Failed to generate tags for /blah/plah/phpfile.php
> ctags: cannot open temporary file : No such file or directory^@
> Hit ENTER or type command to continue
ok, looks like ctags has hardcoded path to TMPDIR from builder?

open("/tmp/B.94e004/tags.o8aqYo", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 ENOENT (No 
such file or directory)
write(2, "ctags: ", 7ctags: )                  = 7
write(2, "cannot open temporary file", 26cannot open temporary file) = 26
write(2, " : No such file or directory", 28 : No such file or directory) = 28
write(2, "\n", 1
)                       = 1
exit_group(1)                           = ?


$ env|egrep 'T(E)?MP' -c
0



-- 
glen




More information about the pld-devel-en mailing list