Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352403 - app-vim/latexsuite-1.8.23.20101027: incorrect permissions on outline.py
Summary: app-vim/latexsuite-1.8.23.20101027: incorrect permissions on outline.py
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: ferret
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-22 11:33 UTC by Peter Volkov (RETIRED)
Modified: 2011-01-24 06:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2011-01-22 11:33:33 UTC
/usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py does not have execution permissions and thus attempt to generate reference list (with F9) ends up with error:

/usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py: wrong permissions

simple command
chmod +x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py

fixes the problem. BTW, there are other scripts
/usr/share/vim/vimfiles/ftplugin/latex-suite/bibtools.py
/usr/share/vim/vimfiles/ftplugin/latex-suite/pytools.py

that may be need this fix too, but I'm not sure as I've just started to use this package and have not checked if these scripts are called directly or are sourced from some other script.
Comment 1 Tim Harder gentoo-dev 2011-01-24 06:51:32 UTC
I've fixed the permissions for outline.py in CVS and I don't think the other two scripts require executable permissions.

Note that app-vim/latexsuite got moved to app-vim/vim-latex (bug #289890) with the same commit.