| Summary: | sci-biology/amos: live ebuild (need qt3/qt4 help) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | New packages | Assignee: | Gentoo Science Biology related packages <sci-biology> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | Keywords: | EBUILD, InOverlay |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | [science overlay] | ||
| Package list: | Runtime testing required: | --- | |
| Attachments: | amos-9999.ebuild | ||
|
Description
Martin Mokrejš
2010-12-07 13:15:26 UTC
Created attachment 256579 [details]
amos-9999.ebuild
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. + 19 Mar 2013; Justin Lecher <jlec@gentoo.org> amos-9999.ebuild: + Bump to latest git HEAD, fixes qt problems, #348031 + |