You are not logged in.
The error goes like:
#pacman -S gnome-extra
:: group .....
.............
............
resolving dependencies...
error: cannot resolve "t1lib", a dependency of "evince"
error: failed to prepare transaction (could not satisfy dependencies)
:: evince: requires t1lib
can anybody help me? thanks in advance.
Offline
try
# pacman -S t1lib
then
# pacman -S gnome-extra
Offline
Have you updated you pacman database since install (pacman -Sy") If that does not help, try using a different mirror.
Offline
Did you sync your repositories?
pacman -SyOffline
#pacman -Sy
#pacman -S t1lib
error: 't1lib': not found in sync db
try
# pacman -S t1lib
then
# pacman -S gnome-extra
Offline
Looks like a bad mirror then. Change it in the file /etc/pacman.d/mirrorlist.
Last edited by Allan (2008-03-17 08:01:35)
Offline
Yes, I did -Sy,
I am not sure whether it is the mirror problem.
I use mirrorlist file in /etc/pacman.d, maybe I should change the order of the mirror site ?
Have you updated you pacman database since install (pacman -Sy") If that does not help, try using a different mirror.
Offline
double check /etc/pacman.conf
make sure you have
[extra]
Include = /etc/pacman.d/mirrorlist
if you do edit /etc/pacman.d/mirrorlist
and make sure you have Server = ftp://ftp.archlinux.org/$repo/os/i686 in the first line
if any of these were the culprits
do a
#pacman -Sy
then
#pacman -S gnome-extra
Last edited by schizoid (2008-03-17 08:03:39)
Offline
Yes, I did as you mentioned.
1. [extra]
Include = /etc/pacman.d/mirrorlist
2. the only server of ftp.archlinux.org was left
But it still the same problem! :-(
double check /etc/pacman.conf
make sure you have
[extra]
Include = /etc/pacman.d/mirrorlistif you do edit /etc/pacman.d/mirrorlist
and make sure you have Server = ftp://ftp.archlinux.org/$repo/os/i686 in the first line
if any of these were the culprits
do a
#pacman -Sy
then
#pacman -S gnome-extra
Offline
can you post the ouput of
#pacman -Sy
please
Offline
# pacman -Sy
:: Synchronizing package databases...
testing si up to date
core is up to date
extra is up to date
community is up to date
local database is up to date
can you post the ouput of
#pacman -Sy
please
Last edited by qlli (2008-03-17 08:52:43)
Offline
It is definitely on ftp.archlinux.org. Try "pacman -Syy" to redownload the pacman database.. Then post your /etc/pacman.conf and /etc/pacman.d/mirrorlist so we can check for mistakes.
Offline
hmmm not sure if using testing is a good idea
you might want to uncomment that out in your pacman.conf . not that I think thats the problem.
looks to me like there is some issue with your pacman database. I'm not sure how togo about rebuilding so I'll just give you a quick fix for now. run the following
#wget ftp://ftp.archlinux.org/extra/os/i686/t1lib-5.1.2-1-i686.pkg.tar.gz
#pacman -U t1lib-5.1.2-1-i686.pkg.tar.gz
then try
#pacman -S gnome-extrahope this helps
Last edited by schizoid (2008-03-17 09:05:10)
Offline
It works with "pacman -Syy"!
Thanks you very much, as well as schizoid and luca! :-)
It is definitely on ftp.archlinux.org. Try "pacman -Syy" to redownload the pacman database.. Then post your /etc/pacman.conf and /etc/pacman.d/mirrorlist so we can check for mistakes.
Offline
great glad its working.
Offline