bugManeage - Bugs: bug #56327, Permission warnings at end of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #56327: Permission warnings at end of configuration when building in group

Submitter:  Mohammad Akhlaghi <makhlaghi>
Submitted:  Wed 15 May 2019 03:48:09 PM UTC
   
 
Category:  Software Severity:  3 - Normal
Item Group:  Crash Status:  In Progress
Privacy:  Public Assigned to:  makhlaghi
Open/Closed:  Open

Wed 15 May 2019 03:48:09 PM UTC, original submission:  

When one group member has already built the project, and another configures their clone of the project to use the same build directory, it may happy that many "operation not permitted" warnings from `chmod' are given in the end.

This is because currently, the configure script only does the installation, but the step where the write-access permission is given to all group members is done by the `for-group' script.

Therefore, if there is any problem during the permission setting for one user (for any reason), the other users are going to confront this problem.

One solution may be to bring the `chmod' call within the configure script. So if there is a problem, the `configure' script doesn't build the Makefile and so the user sees this problem and is able to fix it before the Makefile link is created.

Mohammad Akhlaghi <makhlaghi>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Submitted the item)
  • -email is unavailable- added by makhlaghi
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-05-15 makhlaghi Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code