You are not logged in.
I'm trying to build a package from the AUR (ttf-ms-fonts), but "makefile" gives me an error about FAKEROOT not being installed. So, I'm trying to install fakeroot. However, whenever I type in "pacman -S fakeroot", none of the servers can find the file!
the output:
[user@computer ttf-ms-fonts]$ sudo pacman -S fakeroot
resolving dependencies...
looking for inter-conflicts...
Targets (1): fakeroot-1.14.5-1
Total Download Size: 0.05 MB
Total Installed Size: 0.20 MB
Proceed with installation? [Y/n] y
:: Retrieving packages from core...
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from archlinux.supsec.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from cake.lib.fit.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from lug.mtu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.osuosl.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from core
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.
[user@computer ttf-ms-fonts]$ I'll try installing it from the fakeroot package page, but does anyone know what's wrong here?
PS. I was doing this as part of an installation of the whole base-devel group. Fakeroot was the only package that didn't install out of:
1) autoconf 2) automake 3) bison 4) fakeroot 5) flex 6) gcc 7) libtool 8) m4 9) make 10) patch 11) pkg-config)
Offline
pacman -Syy
If it doesn't work after that, change mirror and try again.
![]()
Offline
![]()
I did that, and now it installs fine.
Thanks, uhh I forgot that synchronizing databases is a good idea xD
Last edited by NeuroFuzzy (2011-04-18 05:32:44)
Offline