Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64083 - emerge of mythnews mythweather (0.16) etc fail with mkspecs / QMAKESPEC error
Summary: emerge of mythnews mythweather (0.16) etc fail with mkspecs / QMAKESPEC error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 20:40 UTC by Eric Johnson
Modified: 2004-09-15 07:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Johnson 2004-09-14 20:40:22 UTC
mythtv builds fine but the plugins give the same result described in Bug 56426

As described there (in comment #2) it can be fixed by adding
    export QMAKESPEC="linux-g++"
right in front of
    qmake -o "Makefile" "${PN}.pro"
in the eclass file myth.eclass

I cannot say if this is a sensible thing to do but it does then emerge.
 

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge mythmusic


Actual Results:  
>>> emerge (1 of 1) media-plugins/mythmusic-0.16 to /
>>> md5 src_uri ;-) mythmusic-0.16.tar.bz2
>>> Unpacking source...
>>> Unpacking mythmusic-0.16.tar.bz2 to /var/tmp/portage/mythmusic-0.16/work
nls
>>> Source unpacked.
Creating config.h, config.pro

Configuration settings: 
 
        OpenGL support will be included
        FFTW   support will be included
        SDL    support will be included

Could not find mkspecs for your QMAKESPEC after trying:
        /usr/qt/3/mkspecs
        /usr/qt/3/mkspecs
        /usr/qt/3/mkspecs
        /usr/qt/3
        /usr/qt/3
Error processing project file:
/var/tmp/portage/mythmusic-0.16/work/mythmusic-0.16/mythmusic.pro
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: media-plugins/mythmusic-0.16 failed.
!!! Function myth_src_compile, Line 46, Exitcode 2
!!! (no error message)


Expected Results:  



Portage 2.0.50-r11 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.8-gentoo-r2)
=================================================================
System uname: 2.6.8-gentoo-r2 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control /var/www/localhost/htdocs//mythweb/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apache2 apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups
directfb dv dvd encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java
jpeg kde libg++ libwww lirc mad mikmod motif mozilla mpeg mysql mythtv ncurses
nls nvidia oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime
readline sdl slang spell ssl svga tcltk tcpd transcode truetype usb x86 xml2
xmms xprint xv xvid xvmc zlib"
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-09-15 07:40:40 UTC
In CVS, thanks!