[Mesa-dev] [Bug 90657] [Patch] Mesa 10.6.0-rc1 doesn't build on FreeBSD
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 26 02:06:19 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90657
Bug ID: 90657
Summary: [Patch] Mesa 10.6.0-rc1 doesn't build on FreeBSD
Product: Mesa
Version: 10.6
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Other
Assignee: mesa-dev at lists.freedesktop.org
Reporter: kwm at rainbow-runner.nl
QA Contact: mesa-dev at lists.freedesktop.org
When trying to build the 10.6.0-rc1 release on FreeBSD it spits out the error
below.
CXX api/libclover_la-interop.lo
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:55:38: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
error(cl_int code, std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:69:38: error: reference to type 'const std::string' (aka
'const
basic_string<char, char_traits<char>, allocator<char> >') could not bind
to an lvalue of type 'const char [1]'
build_error(const std::string &what = "") :
^ ~~
./core/error.hpp:69:38: note: passing argument to parameter 'what' here
./core/error.hpp:70:44: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
error(CL_COMPILE_PROGRAM_FAILURE, what) {
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:80:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:87:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:94:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:101:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:108:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:115:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:122:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:129:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:136:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:143:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:150:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:157:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:164:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:171:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:178:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
In file included from api/interop.cpp:24:
In file included from ./core/event.hpp:29:
In file included from ./core/object.hpp:32:
./core/error.hpp:185:40: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
invalid_object_error(std::string what = "") :
^
/usr/include/c++/v1/iosfwd:188:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_string;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150526/a6c4934c/attachment-0001.html>
More information about the mesa-dev
mailing list