Summary: | [tracker] Migrate ebuilds from qt4.eclass to qt4-r2.eclass usage | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ben de Groot (RETIRED) <yngwin> |
Component: | New packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kensington |
Priority: | High | Keywords: | Tracker |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://dev.gentoo.org/~wired/checks/qt4.eclass.html, http://www.gentoo.org/proj/en/desktop/qt/qt4-based-ebuild-howto.xml, http://qa-reports.gentoo.org/output/eclass-usage/qt4.txt | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 311567, 314929, 395557, 408881, 409677, 409689, 409705, 409761, 409765, 409767, 409775, 409985, 409997, 410025, 410027, 410029, 410031, 410107, 410111, 410157, 410163, 410169, 410377, 410379, 411873, 413551, 413553, 413881, 414009, 414011, 416885, 416891 | ||
Bug Blocks: |
Description
Ben de Groot (RETIRED)
![]() Consult the Qt4-based-ebuild-howto documentation for extended info http://www.gentoo.org/proj/en/desktop/qt/qt4-based-ebuild-howto.xml it seems it's impossible anymore to call eqmake4 with arguments like: MY_QMAKE_FLAG="VAL1 VAL2 VAL3" worked fine with previous eclass i have ebuild in my overlay which executes eqmake4 myapp.pro ENABLED_PLUGINS="plugin1 plugin2" and this doesn't work. just "qmake" works fine. There must be something wrong with your ebuild eqmake4 <project.pro> "<parameter>=<value>" works on eqmake4 Please attach build.log and your ebuild Markos, try to read more closely my message, it contains useful info ;-) PS values separated by space PS2 http://code.google.com/p/rion-overlay/source/detail?r=aa6728412e5bfde85ad4979daf96d2d140312493 when executing qmake in the eclass you must surround ${qmake_args} with quotes to make it work properly All ebuilds have been migrated or removed from the tree. The qt4.eclass was lastrited a month ago and has now been removed. |