chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1141: hyde: execute permissions on hyde executable


From: Chicken Trac
Subject: [Chicken-janitors] #1141: hyde: execute permissions on hyde executable
Date: Mon, 14 Jul 2014 23:37:54 -0000

#1141: hyde: execute permissions on hyde executable
------------------------+---------------------------------------------------
 Reporter:  retroj      |       Owner:         
     Type:  defect      |      Status:  new    
 Priority:  major       |   Milestone:  someday
Component:  extensions  |     Version:  4.9.x  
 Keywords:              |  
------------------------+---------------------------------------------------
 I installed hyde by doing:

   $ chicken-install -s hyde

 Chicken-install reported that the hyde executable was installed like this:

   sudo cp -r 'hyde' '/usr/bin/hyde'
   sudo chmod a+r '/usr/bin/hyde'

 This file then did not have execute permission for my user account:

   $ ls -la /usr/bin/hyde
   -rwxr-xr-- 1 root root 82326 Jul 14 19:24 /usr/bin/hyde

 This may or may not be related to the fact that my account's umask is 027
 instead of the more commonly seen 022.

   $ umask
   0027

 I am using chicken 4.9.0 from Debian jessie (current testing).

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1141>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]