Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141864 - media-plugins/mythvideo-0.19 fails to compile
Summary: media-plugins/mythvideo-0.19 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 02:04 UTC by Joacim Wicander
Modified: 2006-07-27 13:25 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 Joacim Wicander 2006-07-27 02:04:19 UTC
media-plugins/mythvideo-0.19 fail to compile with the following error messages:
main.cpp: In function 'void runVideoManager()':
main.cpp:214: error: 'class MythContext' has no member named 'addCurrentLocation'
main.cpp:218: error: 'class MythContext' has no member named 'removeCurrentLocation'
main.cpp: In function 'void runVideoBrowser()':
main.cpp:227: error: 'class MythContext' has no member named 'addCurrentLocation'
main.cpp:231: error: 'class MythContext' has no member named 'removeCurrentLocation'
main.cpp: In function 'void runVideoTree()':
main.cpp:241: error: 'class MythContext' has no member named 'addCurrentLocation'
main.cpp:245: error: 'class MythContext' has no member named 'removeCurrentLocation'
main.cpp: In function 'void runVideoGallery()':
main.cpp:275: error: 'class MythContext' has no member named 'addCurrentLocation'
main.cpp:279: error: 'class MythContext' has no member named 'removeCurrentLocation'
make[2]: *** [main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/mythvideo-0.19/work/mythplugins-0.19/mythvideo/mythvideo'
make[1]: *** [sub-mythvideo] Error 2
make[1]: Leaving directory `/var/tmp/portage/mythvideo-0.19/work/mythplugins-0.19/mythvideo'
make: *** [sub-mythvideo] Error 2


Emerge --info:
Portage 2.1.1_pre3-r5 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.14-gentoo-r6 i686)
=================================================================
System uname: 2.6.14-gentoo-r6 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.12.1
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.3.4-r1, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium4 -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo/ http://mirror.pudas.net/gentoo/ / http://gentoo.eliteitminds.com http://gentoo.mirror.icd.hu/ ftp://mir.zyrianes.net/gentoo/ http://mirror.datapipe.net/gentoo ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac alsa apache2 apm arts avi bash-completion bidi bitmap-fonts bzlib cdda cdio cli crypt cups dlloader dri dts dvb dvd eds emboss encode esd fbcon ffmpeg flac foomaticdb freetype gd gif gnome gnutls gpm gstreamer gtk gtk2 httpd imlib ipv6 isdnlog jpeg kde libg++ libwww lirc live mad matroska mikmod motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl stream svga sysvipc tcpd theora truetype truetype-fonts type1-fonts udev usb vcd vlm vorbis win32codecs wxwindows x86 xml xml2 xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Joacim Wicander 2006-07-27 13:25:56 UTC
My fault. i found a broken libmyth on my system in the LD_LIBRARY_PATH that was the source of the problems...