Summary: | net-misc/kumofs-0.4.13 - configure: error: Can't find msgpackc library. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | treecleaner |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | Pending removal: 2016-02-06 | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge log
config log |
Description
Toralf Förster
2015-03-11 15:48:29 UTC
Created attachment 398666 [details]
config log
It finds it in my case but later, it fails: gateway/mod_store.cc: In member function 'void kumo::gateway::mod_store_t::res_Set(rpc::basic_shared_session, rpc::msgobj, rpc::msgobj, rpc::auto_zone, rpc::retry<kumo::server::mod_store_t::Set>*, kumo::gate::callback_set, void*)': gateway/mod_store.cc:497:160: error: redeclaration of 'kumo::gate::res_set res' [-fpermissive] GATEWAY_CATCH(ResSet, gate::res_set) ^ gateway/mod_store.cc:444:66: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Set, from, res, err, z, ^ gateway/mod_store.cc:497:385: error: redeclaration of 'kumo::gate::res_set res' [-fpermissive] GATEWAY_CATCH(ResSet, gate::res_set) ^ gateway/mod_store.cc:444:66: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Set, from, res, err, z, ^ gateway/mod_store.cc:497:600: error: redeclaration of 'kumo::gate::res_set res' [-fpermissive] GATEWAY_CATCH(ResSet, gate::res_set) ^ gateway/mod_store.cc:444:66: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Set, from, res, err, z, ^ gateway/mod_store.cc: In member function 'void kumo::gateway::mod_store_t::res_Delete(rpc::basic_shared_session, rpc::msgobj, rpc::msgobj, rpc::auto_zone, rpc::retry<kumo::server::mod_store_t::Delete>*, kumo::gate::callback_delete, void*)': gateway/mod_store.cc:541:166: error: redeclaration of 'kumo::gate::res_delete res' [-fpermissive] GATEWAY_CATCH(ResDelete, gate::res_delete) ^ gateway/mod_store.cc:500:69: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Delete, from, res, err, z, ^ gateway/mod_store.cc:541:397: error: redeclaration of 'kumo::gate::res_delete res' [-fpermissive] GATEWAY_CATCH(ResDelete, gate::res_delete) ^ gateway/mod_store.cc:500:69: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Delete, from, res, err, z, ^ gateway/mod_store.cc:541:618: error: redeclaration of 'kumo::gate::res_delete res' [-fpermissive] GATEWAY_CATCH(ResDelete, gate::res_delete) ^ gateway/mod_store.cc:500:69: note: 'rpc::msgobj res' previously declared here RPC_REPLY_IMPL(mod_store_t, Delete, from, res, err, z, ^ Makefile:540: recipe for target 'kumo_gateway-mod_store.o' failed make[4]: *** [kumo_gateway-mod_store.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../rpc/rpc.h:23:0, from ../rpc/client.h:21, from ../logic/client_logic.h:21, from ./gateway/framework.h:21, from gateway/mod_network.cc:18: ../rpc/address.h: In member function 'uint16_t rpc::address::raw_port() const': ../rpc/address.h:114:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *((uint16_t*)&m_serial_address[0]); ^ In file included from ../rpc/rpc.h:23:0, from ../rpc/client.h:21, from ../logic/client_logic.h:21, from ./gateway/framework.h:21, from gateway/mod_network.cc:18: ../rpc/address.h: In member function 'void rpc::address::set_port(uint16_t)': ../rpc/address.h:145:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((uint16_t*)m_serial_address) = htons(p); ^ mv -f .deps/kumo_gateway-mod_network.Tpo .deps/kumo_gateway-mod_network.Po make[4]: Leaving directory '/var/tmp/portage/net-misc/kumofs-0.4.13/work/kumofs-0.4.13/src/logic' Makefile:748: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/net-misc/kumofs-0.4.13/work/kumofs-0.4.13/src/logic' Makefile:222: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-misc/kumofs-0.4.13/work/kumofs-0.4.13/src' Makefile:349: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-misc/kumofs-0.4.13/work/kumofs-0.4.13' Makefile:234: recipe for target 'all' failed make: *** [all] Error 2 emake failed removed |