Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348031 - sci-biology/amos: live ebuild (need qt3/qt4 help)
Summary: sci-biology/amos: live ebuild (need qt3/qt4 help)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard: [science overlay]
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2010-12-07 13:15 UTC by Martin Mokrejš
Modified: 2013-03-19 07:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
amos-9999.ebuild (amos-9999.ebuild,1.31 KB, text/plain)
2010-12-07 13:15 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2010-12-07 13:15:26 UTC
Hi,
  here is a live ebuild to get us started. It works fine but does not compile GUI apps, which need qt3. If you drop the include paths from the ebuild you will get a fat warning from configure. I think there is a goo chance one get the qt-requiring apps compiled as well. Some Qt3/4 guru please fix the arguments passed to the configure. For example, /usr/bin/hawkeye should appear.
Comment 1 Martin Mokrejš 2010-12-07 13:15:44 UTC
Created attachment 256579 [details]
amos-9999.ebuild
Comment 2 Martin Mokrejš 2010-12-07 13:18:30 UTC
The ebuild as it is now fails with:

icons/Hawkeye.xpm:562: warning: deprecated conversion from string constant to ‘char*’
In file included from main.cc:18:
SplashScreen.hh:14: error: ‘AlignLeft’ was not declared in this scope
SplashScreen.hh:14: error: ‘black’ was not declared in this scope
main.cc: In function ‘int main(int, char**)’:
main.cc:72: error: ‘waitCursor’ is not a member of ‘Qt’
main.cc:74: error: the default argument for parameter 2 of ‘LaunchPad::LaunchPad(QWidget*, const char*, int)’ has not yet been parsed
main.cc:75: error: ‘class QApplication’ has no member named ‘setMainWidget’
distcc[14411] ERROR: compile main.cc on localhost failed
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/sci-biology/amos-9999/distdir/cvs-src/AMOS/AMOS/src/bankViewer'



If you rip away the qt3 stuff it will compile all non-GUI apps fine and install. But that is not optimal.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2013-03-19 07:45:16 UTC
+  19 Mar 2013; Justin Lecher <jlec@gentoo.org> amos-9999.ebuild:
+  Bump to latest git HEAD, fixes qt problems, #348031
+