From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Tue, 26 Aug 2014 12:29:59 +0100 Subject: [Buildroot] Analysis of build failures In-Reply-To: <53FC6D1E.1060104@zacarias.com.ar> References: <20140826063010.01540101541@stock.ovh.net> <20140826092929.6787535b@free-electrons.com> <53FC6D1E.1060104@zacarias.com.ar> Message-ID: <53FC6FB7.2000408@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 08/26/2014 12:18 PM, Gustavo Zacarias wrote: > On 08/26/2014 04:29 AM, Thomas Petazzoni wrote: > >>> powerpc | thrift-0.9.1 | NOK | http://autobuild.buildroot.net/results/4510fe02ef3497803ed27bf339dca07b3b073c10/ >> >> src/thrift/async/TEvhttpServer.cpp: In constructor 'apache::thrift::async::TEvhttpServer::RequestContext::RequestContext(evhttp_request*)': >> src/thrift/async/TEvhttpServer.cpp:102:59: error: 'EVBUFFER_DATA' was not declared in this scope >> src/thrift/async/TEvhttpServer.cpp:102:117: error: 'EVBUFFER_LENGTH' was not declared in this scope >> src/thrift/async/TEvhttpServer.cpp: In member function 'void apache::thrift::async::TEvhttpServer::complete(apache::thrift::async::TEvhttpServer::RequestContext*, bool)': >> src/thrift/async/TEvhttpServer.cpp:142:39: error: 'evbuffer_new' was not declared in this scope >> src/thrift/async/TEvhttpServer.cpp:150:41: error: 'evbuffer_add' was not declared in this scope >> src/thrift/async/TEvhttpServer.cpp:159:22: error: 'evbuffer_free' was not declared in this scope >> make[5]: *** [libthriftnb_la-TEvhttpServer.lo] Error 1 >> >> Gustavo, maybe? > > Hi. > It's a conflict between libev and libevent at work here, they both > install /usr/include/event.h hence causing issues. > Isn't that sweet? > I think i've got a solution, i'll send a patch shortly if it pans out. > Regards. > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot > Maybe this is the same problem that is causing tmux to fail: http://autobuild.buildroot.net/results/24f/24f5d0c61b5283fe6ce58b11cb37813ce227fdc8/build-end.log https://sourceforge.net/p/tmux/tickets/152/ -- Vincent