[mythtv-users] ATRPMS local repository problem!

Wayne Steenburg w.steenburg at myactv.net
Sun Oct 17 15:44:05 UTC 2004


On Sun, 2004-10-17 at 10:29, Prash wrote:
> Hi People,
> 
> I've created an atrpms local repository using rsync to speed up my install
> but when I try to install using yum it gives me errors when resolving
> dependencies (yum install mythtv-suite) like
> 
> Resolving dependencies
> ........Unable to satisfy dependencies
> Package perl-Text-Kakasi needs kakasi-dict, this is not available.
> Package perl-Text-Kakasi needs libkakasi.so.2, this is not available.
> Package mythweb needs php-mysql >= 4.2.2, this is not available.
> Package perl-Term-ProgressBar needs perl(Term::ReadKey) >= 2.14, this is
> not available.
> Package libmyth needs qt-MySQL, this is not available.
> 
> 
> Any ideas? WHere does atrpms pull these files from? And how can I get
> rsync to pull these files automatically into my local repository?
> 
> I'm using Fedora core 2.
> 
> Here's my rsync script:-
> 
> #!/bin/sh
> DATE=`/bin/date +%Y-%m-%d`
> OUTDIR='./log'
> MIRROR=/home/atrpms
> [ -d $OUTDIR ] || mkdir -p $OUTDIR
> OUTFILE=$OUTDIR/mirror-output-$DATE.txt
> #SOURCE=wftp.tu-chemnitz.de::pub/linux/ATrpms/
> SOURCE=rsync://rsync.hrz.tu-chemnitz.de/ftp/pub/linux/ATrpms/
> /bin/nice /usr/bin/rsync --verbose --progress \
>    --stats --archive --partial \
>    --exclude fedora/1/ \
>    --exclude redhat/ \
>    --exclude fedora/2/en/x86_64/ \
>    --exclude fedora/2/en/i386/RPMS.at-bleeding*/ \
>    --exclude fedora/2/en/i386/RPMS.at-good*/ \
>    --exclude fedora/2/en/i386/RPMS.at-testing*/ \
>    --exclude fedora/2/en/i386/RPMS.at-stable-debug/ \
>    --exclude fedora/2/en/i386/SRPMS.at-bleeding*/ \
>    --exclude fedora/2/en/i386/SRPMS.at-good*/ \
>    --exclude fedora/2/en/i386/SRPMS.at-testing*/ \
>    --exclude fedora/2/en/i386/SRPMS.at-stable-debug/ \
>    --exclude fedora/2/en/i386/at-bleeding*/ \
>    --exclude fedora/2/en/i386/at-good*/ \
>    --exclude fedora/2/en/i386/at-testing*/ \
>    --exclude fedora/2/en/i386/at-stable-debug/ \
>    --exclude fedora/2/en/i386/base/ \
>    $SOURCE $MIRROR \
>    >> $OUTFILE
> 
> 
> 
> TIA
> Prash

You either need to mirror the "official" fedora and freshrpms repo or
make sure they're still in your /etc/yum.conf 

Wayne Steenburg




More information about the mythtv-users mailing list