Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 352403

Summary: app-vim/latexsuite-1.8.23.20101027: incorrect permissions on outline.py
Product: Gentoo Linux Reporter: Peter Volkov (RETIRED) <pva>
Component: New packagesAssignee: ferret <ferret-bgo>
Status: RESOLVED FIXED    
Severity: normal CC: vim
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.