FS#21731 - [ctags] cannot sort tag file : No such file or directory

Attached to Project: Arch Linux
Opened by Robson Roberto Souza Peixoto (robsonpeixoto) - Wednesday, 17 November 2010, 18:55 GMT
Last edited by Giovanni Scafora (giovanni) - Saturday, 27 November 2010, 21:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I have this script:
=======================================================================
#!/bin/bash

[[ -d ~/.vim/tags ]] || mkdir -p ~/.vim/tags

[[ -z $J2SDKDIR ]] || OTHER="${J2SDKDIR}/include"

ctags -R --sort=yes --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ -f ~/.vim/tags/cpp \
/usr/include /usr/local/include \
${OTHER}

=======================================================================

But, when a run the command, it returns this error:
"ctags: cannot sort tag file : No such file or directory"

The solution is recompile the ctags with --disable-external-sort. (via http://tech.groups.yahoo.com/group/vim/message/89321)

Name : ctags
Version : 5.8-1
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Saturday, 27 November 2010, 21:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in ctags-5.8-2

Loading...