Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 40303

Summary: mythgallery 0.14 fails to emerge
Product: Gentoo Linux Reporter: Cedar McKay <gentoo.3.ohthetrees>
Component: Current packagesAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: HPPA   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild calls ./configure before compiling

Description Cedar McKay 2004-02-03 11:15:50 UTC
mythtv, mythweather, mythvideo, mythmusic all emerged fine.

ACCEPT_KEYWORDS="~x86" emerge  mythgallery
Calculating dependencies ...done!
>>> emerge (1 of 1) media-plugins/mythgallery-0.14 to /

>>> Downloading http://www.mythtv.org/mc/mythgallery-0.14.tar.bz2
--11:11:59--  http://www.mythtv.org/mc/mythgallery-0.14.tar.bz2
           => `/usr/portage/distfiles/mythgallery-0.14.tar.bz2'
Resolving www.mythtv.org... 66.111.39.130
Connecting to www.mythtv.org[66.111.39.130]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42,385 [application/x-tar]

100%[========================================================================>] 42,385       122.96K/s

11:11:59 (122.93 KB/s) - `/usr/portage/distfiles/mythgallery-0.14.tar.bz2' saved [42385/42385]

>>> md5 src_uri ;-) mythgallery-0.14.tar.bz2
>>> Unpacking source...
>>> Unpacking mythgallery-0.14.tar.bz2 to /var/tmp/portage/mythgallery-0.14/work
>>> Source unpacked.
cd mythgallery && qmake mythgallery.pro -o Makefile
cd i18n && qmake i18n.pro -o Makefile
Project ERROR: Missing config.pro: please run the configure script
make: *** [mythgallery/Makefile] Error 2
make: *** Waiting for unfinished jobs....

!!! ERROR: media-plugins/mythgallery-0.14 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! compile problem


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




sagan distfiles # emerge info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22-gentoo-
r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.
1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts avi berkdb cdr crypt cups encode foomaticdb gdbm 
gif gpm gtk2 imap imlib java jpeg kde libg++ libwww mad maildir mikmod mmx 
motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python 
qt quicktime readline samba sasl sdl slang spell sse ssl svga tcltk tcpd 
truetype v4l x86 xml2 xmms xv zlib"
Comment 1 Andreas Hartl 2004-02-04 02:38:37 UTC
Created attachment 24925 [details, diff]
Ebuild calls ./configure before compiling

As with 0.14 mythgallery needs to run ./configure before compiling it. The
gallery supports OpenGL transformation which may en-/disabled at this point,
added support for the "opengl" use-flag for this purpose.
Comment 2 Jelle Kalf 2004-02-04 11:00:53 UTC
ebuild is already fixed in http://bugs.gentoo.org/show_bug.cgi?id=40058
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-02-06 04:05:19 UTC
Fixed in CVS