Code: Select all
# emerge qt --newuse --deep
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Starting parallel fetch
>>> Emerging (1 of 6) x11-libs/qt-sql-4.4.2
* qt-x11-opensource-src-4.4.2-headers.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* qt-x11-opensource-src-4.4.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* This package requires '~x11-libs/qt-core-4.4.2' to be built with the following USE flags: 'qt3support*'.
* Flags marked with an * are missing.
*
* ERROR: x11-libs/qt-sql-4.4.2 failed.
.....
Code: Select all
# emerge qt --newuse --deep --ask
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-libs/qt-sql-4.4.2 USE="qt3support sqlite -debug -firebird -mysql -odbc -pch -postgres"
[ebuild N ] x11-libs/qt-gui-4.4.2-r1 USE="accessibility cups dbus qt3support tiff -debug -glib -mng -nas -nis -pch -xinerama" INPUT_DEVICES="-wacom"
[ebuild N ] x11-libs/qt-qt3support-4.4.2 USE="accessibility -debug -pch"
[ebuild R ] x11-libs/qt-core-4.4.2 USE="qt3support*"
[ebuild N ] x11-libs/qt-opengl-4.4.2 USE="qt3support -debug -pch"
[ebuild NS ] x11-libs/qt-4.4.2 [3.3.8b-r1] USE="dbus opengl qt3support"
Code: Select all
# emerge --oneshot qt-core
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Starting parallel fetch
>>> Emerging (1 of 4) x11-libs/qt-sql-4.4.2
* qt-x11-opensource-src-4.4.2-headers.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* qt-x11-opensource-src-4.4.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* This package requires '~x11-libs/qt-core-4.4.2' to be built with the following USE flags: 'qt3support*'.
* Flags marked with an * are missing.
*
* ERROR: x11-libs/qt-sql-4.4.2 failed.
...
Any suggestions as to what to do to get out of this?

