Summary: | media-tv/mythtv-0.20_p11444 failed emerge on ~amd64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Drake Donahue <donahue95> |
Component: | New packages | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Drake Donahue
2006-10-28 10:39:08 UTC
Your overlay is probably screwing things up for you. Development of MythTV ebuilds are done on amd64 platforms. It works fine on all my machines. Further info: Executing: USE="opengl mysql qt3 " emerge -av =x11-libs/qt-3* mythtv produced a successful emerge. Executing: USE="opengl mysql" emerge -av =x11-libs/qt-3* emerge mythtv did not. Executing: USE="opengl mysql" emerge -av =x11-libs/qt-3* USE="qt3" emerge mythtv did not. I have no overlay. I have no third party builds. I have mythtv and the rest of myth keyworded as ~amd64, the rest is stable. qt3 appears to be obsolescent. qt4 to be current. 1) You do have an overlay. Your emerge --info clearly shows it. 2) The check that's failing is a very simple one. Attach the output of "cat /var/db/pkg/x11-libs/qt-3.3.*/USE" 3) MythTV does not take a "qt3" USE flag. 4) Don't complain about qt3 being obsolete and being used. MythTV only uses QT3. If you have an issue with that, take it up with upstream. http://www.mythtv.org 5) Using USE flags on the command line is definitely not the right way to do things and can lead to issues. read man portage and man emerge. You will see /etc/portage/package.use is the correct file. In the long run, it's still an issue that only affects your system and no one elses. Since I personally have access to 4 amd64 boxes that run MythTV just fine. |