Opened 12 years ago
Closed 12 years ago
#4733 closed Bugs (fixed)
trunk/ does not build because of problem in filesystem operations.cpp method symlink_status(...)
| Reported by: | Owned by: | Beman Dawes | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | filesystem |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: | schueller.p@… |
Description
Revision [65950] of trunk does not build.
See also Mailing List message: http://archives.free.net.ph/message/20101012.151854.d16a6232.en.html
bjam snippet:
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o
libs/filesystem/v3/src/operations.cpp: In function 'boost::filesystem3::file_type<unnamed>::query_file_type(const boost::filesystem3::path&, boost::system::error_code*)':
libs/filesystem/v3/src/operations.cpp:467: error: no matching function for call to 'symlink_status(const boost::filesystem3::path&, boost::system::error_code*&)'
./boost/filesystem/v3/operations.hpp:209: note: candidates are: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&)
./boost/filesystem/v3/operations.hpp:211: note: boost::filesystem3::file_status boost::filesystem3::symlink_status(const boost::filesystem3::path&, boost::system::error_code&)
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp"
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.2.1/release/threading-multi/v3/src/operations.o...
Note:
See TracTickets
for help on using tickets.

Sigh. Failed to commit a POSIX fix.
Should be OK now.
Thanks for the report,
--Beman