Title: FreeBSD 11.0 clang 3.8.0 compile error · Issue #83 · hypertable/hypertable · GitHub
Open Graph Title: FreeBSD 11.0 clang 3.8.0 compile error · Issue #83 · hypertable/hypertable
X Title: FreeBSD 11.0 clang 3.8.0 compile error · Issue #83 · hypertable/hypertable
Description: Hello, I got the following error in Client.cc [ 32%] Building CXX object src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o In file included from /root/hypertable/src/cc/Hypertable/Lib/Client.cc:24: In file included from /root/h...
Open Graph Description: Hello, I got the following error in Client.cc [ 32%] Building CXX object src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o In file included from /root/hypertable/src/cc/Hypertable/Lib/Cli...
X Description: Hello, I got the following error in Client.cc [ 32%] Building CXX object src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o In file included from /root/hypertable/src/cc/Hypertable/Lib/Cli...
Opengraph URL: https://github.com/hypertable/hypertable/issues/83
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"FreeBSD 11.0 clang 3.8.0 compile error","articleBody":"Hello,\r\n\r\nI got the following error in Client.cc\r\n\r\n\r\n[ 32%] Building CXX object src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.cc:24:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.h:25:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Master/Client.h:37:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/Session.h:25:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/ClientKeepaliveHandler.h:25:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/ClientConnectionHandler.h:25:\r\nIn file included from /usr/local/include/boost/thread/condition.hpp:13:\r\nIn file included from /usr/local/include/boost/thread/condition_variable.hpp:16:\r\nIn file included from /usr/local/include/boost/thread/pthread/condition_variable.hpp:9:\r\nIn file included from /usr/local/include/boost/thread/pthread/timespec.hpp:11:\r\nIn file included from /usr/local/include/boost/thread/thread_time.hpp:11:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_types.hpp:12:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/ptime.hpp:12:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_system.hpp:13:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_config.hpp:18:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/gregorian_types.hpp:19:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_calendar.hpp:17:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_ymd.hpp:16:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_month.hpp:18:\r\n/usr/include/c++/v1/map:837:5: error: static_assert failed \"Allocator::value_type must be same type as value_type\"\r\n static_assert((is_same\u003ctypename allocator_type::value_type, value_type\u003e::value),\r\n ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n/root/hypertable/src/cc/Hypertable/Lib/Schema.h:448:24: note: in instantiation of template class 'std::__1::map\u003cconst char *,\r\n Hypertable::AccessGroupSpec *, LtCstr, Hypertable::PageArenaAllocator\u003cconst char *, Hypertable::PageArena\u003cchar,\r\n Hypertable::DefaultPageAllocator\u003e \u003e \u003e' requested here\r\n CstrAccessGroupMap m_access_group_map;\r\n ^\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.cc:24:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.h:25:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Master/Client.h:37:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/Session.h:25:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/ClientKeepaliveHandler.h:25:\r\nIn file included from /root/hypertable/src/cc/Hyperspace/ClientConnectionHandler.h:25:\r\nIn file included from /usr/local/include/boost/thread/condition.hpp:13:\r\nIn file included from /usr/local/include/boost/thread/condition_variable.hpp:16:\r\nIn file included from /usr/local/include/boost/thread/pthread/condition_variable.hpp:9:\r\nIn file included from /usr/local/include/boost/thread/pthread/timespec.hpp:11:\r\nIn file included from /usr/local/include/boost/thread/thread_time.hpp:11:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_types.hpp:12:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/ptime.hpp:12:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_system.hpp:13:\r\nIn file included from /usr/local/include/boost/date_time/posix_time/posix_time_config.hpp:18:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/gregorian_types.hpp:19:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_calendar.hpp:17:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_ymd.hpp:16:\r\nIn file included from /usr/local/include/boost/date_time/gregorian/greg_month.hpp:18:\r\n/usr/include/c++/v1/map:837:5: error: static_assert failed \"Allocator::value_type must be same type as value_type\"\r\n static_assert((is_same\u003ctypename allocator_type::value_type, value_type\u003e::value),\r\n ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n/root/hypertable/src/cc/Hypertable/Lib/Schema.h:455:25: note: in instantiation of template class 'std::__1::map\u003cconst char *,\r\n Hypertable::ColumnFamilySpec *, LtCstr, Hypertable::PageArenaAllocator\u003cconst char *, Hypertable::PageArena\u003cchar,\r\n Hypertable::DefaultPageAllocator\u003e \u003e \u003e' requested here\r\n CstrColumnFamilyMap m_column_family_map;\r\n ^\r\n/root/hypertable/src/cc/Hypertable/Lib/Schema.h:57:28: error: no matching constructor for initialization of 'CstrAccessGroupMap' (aka\r\n 'map\u003cconst char *, Hypertable::AccessGroupSpec *, LtCstr, PageArenaAllocator\u003cconst char *\u003e \u003e')\r\n m_access_group_map = CstrAccessGroupMap(LtCstr(), CstrAlloc(m_arena));\r\n ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were\r\n provided\r\nclass _LIBCPP_TYPE_VIS_ONLY map\r\n ^\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were\r\n provided\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were\r\n provided\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.cc:24:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Client.h:27:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Namespace.h:29:\r\nIn file included from /root/hypertable/src/cc/Hypertable/Lib/Table.h:28:\r\n/root/hypertable/src/cc/Hypertable/Lib/Schema.h:58:29: error: no matching constructor for initialization of 'CstrColumnFamilyMap' (aka\r\n 'map\u003cconst char *, Hypertable::ColumnFamilySpec *, LtCstr, PageArenaAllocator\u003cconst char *\u003e \u003e')\r\n m_column_family_map = CstrColumnFamilyMap(LtCstr(), CstrAlloc(m_arena));\r\n ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were\r\n provided\r\nclass _LIBCPP_TYPE_VIS_ONLY map\r\n ^\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were\r\n provided\r\n/usr/include/c++/v1/map:824:29: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were\r\n provided\r\n4 errors generated.\r\ngmake[2]: *** [src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/build.make:447: src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o] Error 1\r\ngmake[1]: *** [CMakeFiles/Makefile2:3780: src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/all] Error 2\r\ngmake: *** [Makefile:163: all] Error 2\r\n[root@dev1 ~/hypertable]#","author":{"url":"https://github.com/vampiebar","@type":"Person","name":"vampiebar"},"datePublished":"2017-06-26T01:33:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/83/hypertable/issues/83"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:612979c1-3bff-f961-cced-a43517c304db |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CEE6:3D5977:400282:558724:6A4D38D9 |
| html-safe-nonce | 4f56d42ac042672bc863b9cf81b1020c4293a7c6bc9360c8f5285a6d79f64835 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRUU2OjNENTk3Nzo0MDAyODI6NTU4NzI0OjZBNEQzOEQ5IiwidmlzaXRvcl9pZCI6IjcxMTQzMDYxMjE0ODE2NjQ3MjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | e4fd3d9227dd1e4667cec07b92aa0692a8c26250edf1d925356c2296c7562aa6 |
| hovercard-subject-tag | issue:238422206 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/hypertable/hypertable/83/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7460819976f81f703331e8aef2c81359d7267aa0b8cc2b8b8be00c347b138571/hypertable/hypertable/issues/83 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7460819976f81f703331e8aef2c81359d7267aa0b8cc2b8b8be00c347b138571/hypertable/hypertable/issues/83 |
| og:image:alt | Hello, I got the following error in Client.cc [ 32%] Building CXX object src/cc/Hypertable/Lib/CMakeFiles/Hypertable.dir/Client.cc.o In file included from /root/hypertable/src/cc/Hypertable/Lib/Cli... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | vampiebar |
| hostname | github.com |
| expected-hostname | github.com |
| None | 92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6 |
| turbo-cache-control | no-preview |
| go-import | github.com/hypertable/hypertable git https://github.com/hypertable/hypertable.git |
| octolytics-dimension-user_id | 716226 |
| octolytics-dimension-user_login | hypertable |
| octolytics-dimension-repository_id | 1584552 |
| octolytics-dimension-repository_nwo | hypertable/hypertable |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 19137 |
| octolytics-dimension-repository_parent_nwo | nuggetwheat/hypertable |
| octolytics-dimension-repository_network_root_id | 19029 |
| octolytics-dimension-repository_network_root_nwo | vicaya/hypertable |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 56fc8347865a14e2ec811533d68f929cf4e0ec19 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width