aki2o / emacs-plsense

Provide omni completion for Perl.
29 stars 4 forks source link

chmod +x bin/* #4

Closed rurban closed 10 years ago

rurban commented 10 years ago

The tests fail on unix systems, because only on windows the binaries can be executed without the x permission bit.

aki2o commented 10 years ago

Hi @rurban Firstly are you referring to plsense, aren't you? I had tested and succeeded to install plsense like the following step in Ubuntu12.04.

/tmp$ which plsense
/tmp$ cpanm PlSense-0.10.tar.gz 
--> Working on PlSense-0.10.tar.gz
Fetching file:///tmp/PlSense-0.10.tar.gz ... OK
Configuring PlSense-0.10 ... OK
Building and testing PlSense-0.10 ... OK
Successfully installed PlSense-0.10
1 distribution installed
/tmp$ which plsense
/home/.../bin/plsense
/tmp$ ls -l /home/.../bin/plsense*
-r-xr-xr-x 1 hiroaki hiroaki 27523  9月 25 08:44 /home/.../bin/plsense*
-r-xr-xr-x 1 hiroaki hiroaki 16627  9月 25 08:44 /home/.../bin/plsense-server-main*
-r-xr-xr-x 1 hiroaki hiroaki 11676  9月 25 08:44 /home/.../bin/plsense-server-resolve*
-r-xr-xr-x 1 hiroaki hiroaki 13570  9月 25 08:44 /home/.../bin/plsense-server-work*
-r-xr-xr-x 1 hiroaki hiroaki  9054  9月 25 08:44 /home/.../bin/plsense-worker-build*
-r-xr-xr-x 1 hiroaki hiroaki  5672  9月 25 08:44 /home/.../bin/plsense-worker-find*
/tmp$ plsense -v
PlSense version is 0.10
/tmp$ 

Could you tell me the detail of this issue?

rurban commented 10 years ago

Yes, I mixed it up. See https://github.com/aki2o/plsense/pull/12 With an uninstalled plsense:

main::(t/91_start.t:17): system "$addpath ; plsense $commonopt svstart > /dev/null"; DB<1> sh: 1: plsense: Permission denied