You are not logged in.

#1 2008-02-16 03:22:20

Majorix
Member
Registered: 2008-01-31
Posts: 96

I can't get Yaourt to work!

I am trying to get AUR to work.

I have gotten yaourt to start, but in the end it fails with this:

==> upgrading SVN/CVS/HG/GIT package
missing dependency for logrotate : cron
missing dependency for mkinitcpio : mktemp
missing dependency for sysvinit : util-linux
missing dependency for udev : util-linux
missing dependency for udev : mktemp

However ALL of those packages DO exist on my system.

I don't understand what is wrong...

Offline

#2 2008-02-16 14:35:39

jacko
Member
Registered: 2007-11-23
Posts: 838

Re: I can't get Yaourt to work!

did you get any errors when you made the package? U got something wrong somewhere along the lines.

try this... add this server to your /etc/pacman.conf file

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64

make sure u put i686 instead of x86_64 if u have a 32 bit processor
make sure u uninstalled the old package first.

pacman -Rs yaourt

and then try installing yaourt with pacman,

pacman -Syy yaourt

Last edited by jacko (2008-02-16 14:36:12)

Offline

#3 2008-02-19 09:41:32

wain
Member
From: France
Registered: 2005-05-01
Posts: 289
Website

Re: I can't get Yaourt to work!

This is a problem with coreutils package. Yaourt just run 'testdb' after each install to see if anything is wrong in pacman database.

Offline

#4 2008-02-19 10:35:22

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: I can't get Yaourt to work!

Majorix wrote:

I am trying to get AUR to work.

I have gotten yaourt to start, but in the end it fails with this:

==> upgrading SVN/CVS/HG/GIT package
missing dependency for logrotate : cron
missing dependency for mkinitcpio : mktemp
missing dependency for sysvinit : util-linux
missing dependency for udev : util-linux
missing dependency for udev : mktemp

However ALL of those packages DO exist on my system.

I don't understand what is wrong...

How can you have cron, mktemp and util-linux? These packages don't exist (anymore). They are provided by others, for example
dcron, coreutils and util-linux-ng
What does this say : pacman -Q dcron coreutils util-linux-ng


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2008-02-22 21:22:47

Majorix
Member
Registered: 2008-01-31
Posts: 96

Re: I can't get Yaourt to work!

I have re-installed Arch in the time between, to see if that would improve things.

I will update the thread after I try running Yaourt on that install, but I am not sure if double-posting is allowed. Editing this post wouldn't bump this thread you know.

EDIT: OK I have got it running now. Followed this guide:
http://knightsfamilyhistory.com/michael/node/6

Man it was so simple big_smile

Last edited by Majorix (2008-02-24 04:47:50)

Offline

Board footer

Powered by FluxBB