Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51652 - xmltv-0.5.33 requires XMLTV.PM from 0.5.32
Summary: xmltv-0.5.33 requires XMLTV.PM from 0.5.32
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-21 08:28 UTC by Ian Truelsen
Modified: 2004-05-24 20:12 UTC (History)
1 user (show)

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 Ian Truelsen 2004-05-21 08:28:00 UTC
After upgrading from 0.5.32, when I run tv_grab_na_dd --configure, I get the following:

*ERROR* XMLTV.PM 0.5.32 required

This would seem to indicate that a component from 0.5.32 is required, but it is removed when 0.5.32 is removed.

Is there a way to keep both versions on the system at the same time?

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




Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.26-grsec-2.0)
=================================================================
System uname: 2.4.26-grsec-2.0 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.10
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -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/share/config /usr/share/config /var/bind /var/qmail/alias
/var/qmail/control /var/www/localhost/htdocs"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache emergemail fixpackages sandbox userpriv"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
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://dark-lord.ihtruelsen.dyndns.org/gentoo-portage"
USE="acpi alsa apache2 apm avi berkdb cdr crypt cups encode esd foomaticdb gd
gdbm gif gpm gtk gtk2 imap imlib java jpeg libg++ libwww linguas_en mad maildir
mikmod motif mpeg mysql ncurses nls oggvorbis oss pam pdflib perl png python qt
quicktime readline sdl slang spell ssl svga tcpd tiff truetype virus-scan x86
xml xml2 xv zlib"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-05-21 08:29:37 UTC
changelog from 0.5.33

Changes:
Many of the grabbers were fixed for upstream site changes. tv_grab_na was removed in favour of tv_grab_na_dd and a new tv_grab_na_icons program was added to fetch channel icons. 
Comment 2 Ian Truelsen 2004-05-21 08:43:47 UTC
Yes, I am aware of that, which is why I am making the upgrade. My problem is that the new tv_grab_na_dd seems to require a perl module from 0.5.32 as I stated in the original bug report.
Comment 3 Ian Truelsen 2004-05-23 15:39:49 UTC
I tried installing the new 0.5.34, but the error is the same.
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2004-05-24 16:12:10 UTC
Run 'find /usr -name xmltv.pm' and paste the result here please.
Comment 5 Ian Truelsen 2004-05-24 19:10:03 UTC
dark-lord root # find /usr -name xmltv.pm
dark-lord root # 

Apparently, the file was not found. This is something that should be installed by default I imagine.
Comment 6 Ian Truelsen 2004-05-24 19:45:51 UTC
dark-lord root # find /usr -iname xmltv.pm
/usr/lib/perl5/site_perl/5.8.0/XMLTV.pm
/usr/lib/perl5/vendor_perl/5.8.2/XMLTV.pm
Comment 7 Ian Truelsen 2004-05-24 20:12:00 UTC
Okay, I figured it out. It was reading from the perl 5.8.0 directory, but installing in the 5.8.2 directory. Once I killed the xmltv directory in /usr/lib/perl5/site_perl/XMLTV and the XMLTV.pm in the /usr/lib/perl5/site_perl directory, that solved the problem.