You are not logged in.
when use pacman -Syu,it show following line:
::replace xfree86 with xfree86 form current? [Y/n]y
error:cannot resolve dependencies for xfree86:
fontconfig is not in the package set.
and i looking into the ftp://ftp.archlinux.org/current cannot found the fontconfig package,it look likes the xfree86 package has error dependencies!
Offline
Yea, bolivar just pointed that out to me. Should be fixed now. Sorry.
Offline
I was out for a while and back to the office I have done an pacman -Syu and I received the following error:
:: fontconfig conflicts with xfree86. Remove xfree86? [Y/n]
If I say no, it does not upgrade, if I say yes before removing xfre86 it want to remove everithing connected to it of course.
Suggestion??
Offline
pacman -Rf xfree86
pacman -S xfree86
apt-get install arch
Offline
sorry my bad!
pacman -Rdf
that's
-R: Remove
-d: no Dependency checking
-f: Force
hope this helps you out
apt-get install arch
Offline