Subject: [Boost-bugs] [Boost C++ Libraries] #10559: 1_56 tar file has directories with wrong permissions, will not install
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-28 19:09:51
#10559: 1_56 tar file has directories with wrong permissions, will not install
----------------------------+-------------------------------------------
Reporter: geoffwattles@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: Building Boost | Version: Boost 1.56.0
Severity: Showstopper | Keywords: install directory permissions
----------------------------+-------------------------------------------
Many of the untarred directories in the tar file have the incorrect
following permissions:
drwx------
where group and other permissions are absent, please fix with a recursive
chmod to all found directories (find -type d -exec chmod -R a+rx {} \;) to
have group and other permissions resulting in the following ls -l
drwxr-xr-x
Without that, boost will not install and has many permissions errors.
Thanks.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10559> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC