Re: [Boost-bugs] [Boost C++ Libraries] #6659: Filesystem compilation broken on Solaris 9 and 10

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6659: Filesystem compilation broken on Solaris 9 and 10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-12 15:11:38


#6659: Filesystem compilation broken on Solaris 9 and 10
----------------------------------------------+-----------------------------
  Reporter: Vasily Sukhanov <basil@…> | Owner: bemandawes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: filesystem
   Version: Boost 1.49.0 | Severity: Regression
Resolution: | Keywords: compilation
----------------------------------------------+-----------------------------

Comment (by Duncan Exon Smith <duncanphilipnorman@…>):

 Another note: `AT_SYMLINK_NOFOLLOW` does not appear to be supported even
 in Linux.
  - See http://www.kernel.org/doc/man-
 pages/online/pages/man2/fchmodat.2.html
  - Quote from flags description:
  {{{
        AT_SYMLINK_NOFOLLOW
               If pathname is a symbolic link, do not dereference it:
 instead operate
               on the link itself. This flag is not currently implemented.
 }}}
  - Quote from `ERRORS`:
  {{{
        ENOTSUP
               flags specified AT_SYMLINK_NOFOLLOW, which is not supported.
 }}}
  - Perhaps it's premature to use `fchmodat()`, especially since its main
 feature -- acting relative to `dirfd` -- is not even being used.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6659#comment:4>
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:09 UTC