probably should be a bug for upstream, but i get the attached error (protocol version (mythweb=30,backend=31) emerge --info: Portage 2.1.2_pre1-r3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17 -gentoo-r8 i686) ================================================================= System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz Gentoo Base System version 1.12.5 Last Sync: Tue, 26 Sep 2006 05:30:08 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disable d] ccache version 2.3 [enabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.3.7, 2.0.30 dev-lang/python: 2.3.5-r2, 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 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.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu tdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr /share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf /tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms / /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O3 -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer parallel-fet ch sandbox sfperms strict" GENTOO_MIRRORS="http://open-systems.ufl.edu/mirrors/gentoo http://distro.ibiblio .org/pub/linux/distributions/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo http ://gentoo.cites.uiuc.edu/pub/gentoo/" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/d istfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X Xaw3d a52 aac acpi alsa apache2 apm arts asf audiofile berkdb bitmap- fonts bzip2 cdda cdio cdparanoia cdr clamav cli crypt cups curl dga dlloader dpm s dri dts dvb dvd dvdread elibc_glibc encode esd exif fam ffmpeg firefox flac fo omaticdb gdbm gif gimp gmp gphoto2 gpm gstreamer gtk gtk2 hal i8x0 imagemagick i map imlib innodb input_devices_evdev input_devices_keyboard input_devices_mouse ipod isdnlog java jpeg jpeg2k kde kernel_linux lcms libclamav libg++ libwww lirc lirc_devices_hauppauge live lm_sensors logrotate mad maildir mikmod mmx mmxext mng motif mp3 mpeg mplayer msn mythtv nas ncurses nls nptl nptlonly nsplugin ogg opengl oracle pam pcre perl pic png ppds pppd python qt3 qt4 quicktime readline real reflection rtc samba scanner sdl session spell spl sse sse2 ssl svga tcpd tetex theora threads tiff transcode truetype truetype-fonts type1-fonts udev uni code usb userland_GNU v4l v4l2 video_cards_fbdev video_cards_i810 video_cards_i8 30 video_cards_i915 video_cards_v4l video_cards_vesa visualization vorbis win32c odecs wxwindows xine xinerama xml xml2 xmms xorg xosd xv xvid xvmc yahoo zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGU AS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Created attachment 98097 [details] error page
Here are some updates for this issue: mythweb-0.20-p11188 work fine with mythtv-0.20-p11244 mythweb-0.20-p11188 incompatible with mythtv-0.20-p11281 Look like latest mythtv build changed the protocol version from 30 to 31. I see 2 possible solution here ... revert back to mythtv 0.20 p11244 or create a new ebuild for mythweb to match the new protocol version 31. Personaly I prefer an updated ebuild for mythweb.
This is in the mythweb svn -fixes branch, so I suspect Cardoe is soon to release a new mythweb ebuild. In the mean time, if you want to fix it for yourself check out http://svn.mythtv.org/trac/changeset?new=trunk%2Fmythplugins%2Fmythweb@11279&old=trunk%2Fmythplugins%2Fmythweb@11218 and make the 3-4 line changes required.
Confirmed protocol problem between mythweb-0.20_p11188 and mythtv-0.20_p11281. Using an overlay and patching mythweb with the diff from comment #3 works fine. Still, might be time to rev the plugins :)
I'm aware. The issue is is for ivtv-0.8 support which used v4l2 support they had to update some header files and some info they store in the DB. They had to update because they went with an old spec and don't compile against kernel sources but compile against copies that are in SVN which ended up being out of date with the current release kernels. There will be a new mythweb shortly.
(In reply to comment #3) > This is in the mythweb svn -fixes branch, so I suspect Cardoe is soon to > release a new mythweb ebuild. > > In the mean time, if you want to fix it for yourself check out > http://svn.mythtv.org/trac/changeset?new=trunk%2Fmythplugins%2Fmythweb@11279&old=trunk%2Fmythplugins%2Fmythweb@11218 > and make the 3-4 line changes required. > made the changes, and error went away. thanks for the workaround!
Fixed with mythweb-0.20_p11329