UGENE Forum
https://forum.ugene.net/forum/YaBB.pl
General Category >> Help and How-to >> Raspberry Pi2 and Ugene
https://forum.ugene.net/forum/YaBB.pl?num=1437989649

Message started by dksamuel on Jul 27th, 2015 at 4:34pm

Title: Raspberry Pi2 and Ugene
Post by dksamuel on Jul 27th, 2015 at 4:34pm
Has anyone made ugene work on Raspberry Pi2 (Raspbian 7) :-/

Title: Re: Raspberry Pi2 and Ugene
Post by Olga Golosova on Jul 27th, 2015 at 5:32pm
Not yet  :(

Title: Re: Raspberry Pi2 and Ugene
Post by dksamuel on Aug 13th, 2015 at 3:20pm
I get this error, can you please help, Samuel :'(

src/globals/AppResources.cpp:38:27: fatal error: proc/readproc.h: No such file or directory
compilation terminated.
Makefile.Release:1340: recipe for target '_tmp/obj/release/AppResources.o' failed
make[2]: *** [_tmp/obj/release/AppResources.o] Error 1
make[2]: Leaving directory '/home/pi/Downloads/ugene-1.17.0/src/corelibs/U2Core'
Makefile:46: recipe for target 'release-install' failed
make[1]: *** [release-install] Error 2
make[1]: Leaving directory '/home/pi/Downloads/ugene-1.17.0/src/corelibs/U2Core'
Makefile:263: recipe for target 'sub-src-corelibs-U2Core-install_subtargets-ordered' failed
make: *** [sub-src-corelibs-U2Core-install_subtargets-ordered] Error 2
pi@raspberrypi ~/Downloads/ugene-1.17.0 $

Title: Re: Raspberry Pi2 and Ugene
Post by Denis Kandrov on Sep 1st, 2015 at 6:43pm
Hello, Samuel.

As I understand your OS is based on Debian 7. So it is possible to make the following steps:
1. In command shell execute the command:

Code:
$ apt-cache search procps

You will see something like this:

Quote:
libprocps0 - library for accessing process information from /proc
libprocps0-dev - library for accessing process information from /proc
procps - /proc file system utilities


2. After this you need install development version of procps library:

Code:
sudo apt-get install libprocps0-dev


Then you can try compile the program again.
I also recommend adding the option UGENE_EXCLUDE_LIST_ENABLED=1 for qmake. This option turns off compiling of plugins for developers.


Title: Re: Raspberry Pi2 and Ugene
Post by dksamuel on Sep 14th, 2015 at 12:28pm
Sir I get am error
I_tmp -I../../include -I_tmp/moc/release -I_tmp/ui -o _tmp/obj/release/TreeViewer.o src/ov_phyltree/TreeViewer.cpp
src/ov_phyltree/TreeViewer.cpp: In member function ‘virtual void U2::TreeViewerUI::updateTreeSettings(bool)’:
src/ov_phyltree/TreeViewer.cpp:749:98: error: no matching function for call to ‘qMax(double, qreal)’
src/ov_phyltree/TreeViewer.cpp:749:98: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::updateLegend()’:
src/ov_phyltree/TreeViewer.cpp:910:90: error: no matching function for call to ‘qMax(double, qreal)’
src/ov_phyltree/TreeViewer.cpp:910:90: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::zooming(qreal, qreal)’:
src/ov_phyltree/TreeViewer.cpp:955:113: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:955:113: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp:957:114: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:957:114: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::updateActionsState()’:
src/ov_phyltree/TreeViewer.cpp:1492:134: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:1492:134: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
Makefile.Release:2240: recipe for target '_tmp/obj/release/TreeViewer.o' failed
make[2]: *** [_tmp/obj/release/TreeViewer.o] Error 1
make[2]: Leaving directory '/home/pi/Downloads/ugene-1.18.0-dev/src/corelibs/U2View'
Makefile:46: recipe for target 'release-install' failed
make[1]: *** [release-install] Error 2
make[1]: Leaving directory '/home/pi/Downloads/ugene-1.18.0-dev/src/corelibs/U2View'
Makefile:588: recipe for target 'sub-src-corelibs-U2View-install_subtargets-ordered' failed
make: *** [sub-src-corelibs-U2View-install_subtargets-ordered] Error 2
pi@raspberrypi ~/Downloads/ugene-1.18.0-dev $ ./ugeneui
bash: ./ugeneui: cannot execute binary file

thanks for all your help, :-/ :-/
https://forum.ugene.net/forum/YaBB.pl?action=downloadfile;file=ugeneerror (0 KB | 407 )

Title: Re: Raspberry Pi2 and Ugene
Post by Denis Kandrov on Sep 14th, 2015 at 3:31pm
Now you see the problem with our source code.  :-[
I’ve created an issue in our tracker to fix this.

Title: Re: Raspberry Pi2 and Ugene
Post by Olga Golosova on Oct 29th, 2015 at 6:36pm
Hello, Samuel. The issue should have been solved in the recent UGENE version. You may check it out.

UGENE Forum » Powered by YaBB 2.5 AE!
YaBB Forum Software © 2000-2010. All Rights Reserved.