Re: [inq-discuss-en] make all not completed in ubuntu 12.04
Brought to you by:
greycat
|
From: Prabhat N. <pra...@at...> - 2013-10-31 07:13:37
|
Thank you for the reply I want to ask you , can Inquisitor be deployed on centos?? Best Regards Prabhat From: Mikhail Yakshin [via Inquisitor: English discussion] [mailto:ml-...@n3...] Sent: Wednesday, October 30, 2013 7:47 PM To: Prabhat Nawani Subject: Re: make all not completed in ubuntu 12.04 Dear Prabhat, Thanks for contacting us, > while i typed make all i am getting the follwing error! > > dpkg-shlibdeps: error: couldn't find library libmpich.so.3 needed by > debian/inquisitor-client/usr/share/inquisitor/test/xhpl_amd64 (ELF format: > 'elf64-x86-64'; RPATH: ''). [...] > make: *** [build-package] Error 2 > > please help me up to fix it! Looks like current Ubuntu's library checker is more strict than the one we use at our systems. If I understand correctly, you should edit build/debian/debian/rules file, find there a string: dh_shlibdeps and replace it with dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info See if it will solve your build problem - although note that you lack MPICH libraries (as listed on that error log) and tests that rely on MPICH would fail (i.e. linpack test). If option won't help, try removing that line completely - that will skip all the shared library checks at all. -- WBR, Mikhail Yakshin ---------------------------------------------------------------------------- -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951 <http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk > &iu=/4140/ostg.clktrk _______________________________________________ inq-discuss-en mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/inq-discuss-en _____ If you reply to this email, your message will be added to the discussion below: http://inquisitor-english-discussion.41408.n3.nabble.com/make-all-not-comple ted-in-ubuntu-12-04-tp4023771p4023772.html To unsubscribe from make all not completed in ubuntu 12.04, click here <http://inquisitor-english-discussion.41408.n3.nabble.com/template/NamlServl et.jtp?macro=unsubscribe_by_code&node=4023771&code=cHJhYmhhdC5uYXdhbmlAYXR0Z XJvLmlufDQwMjM3NzF8LTEyNjE1MDI5NDg=> . <http://inquisitor-english-discussion.41408.n3.nabble.com/template/NamlServl et.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble. naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb le.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3 Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble %3Aemail.naml> NAML -- View this message in context: http://inquisitor-english-discussion.41408.n3.nabble.com/make-all-not-completed-in-ubuntu-12-04-tp4023771p4023773.html Sent from the Inquisitor: English discussion mailing list archive at Nabble.com. |