You are not logged in.
Pages: 1
Pacman -syu gives me:
error: cannot resolve dependencies for "poppler":
"cairo" is not in the package set
ANy idea how to fix this?
Offline
the developers maybe still moving packages into official, or there is a lag. Give it some time and post back if you still have problems.
Offline
...or you could try another mirror. Cairo was installed fine in my upgrade just a few minutes ago.
oz
Offline
Use ftp.archlinux.org or ftp.archlinux.de, those seem to be fully updated.
Offline
OK i switched to the archlinux.org server and now get this error instead:
error: unresolvable dependencies:
gcc-g77: requires gcc=3.4.3
Any ideas? Should I just wait fo reveything to get sorted out?
Offline
install gcc-fortran
Offline
I'm having the same problem as Jedi.
I've installed the 'r' package, which requires gcc-g77, and gcc-g77 requires gcc=3.4.3.
$ pacman -S gcc-fortran
gcc-fortran: not found in sync db
Anywho, for now, I've removed r and gcc-g77, since I don't need R for the time being.
Offline
pacman -Rc gcc-g77 gcc-gcj
Targets: octave gcc-gcj gcc-g77
Do you want to remove these packages? [Y/n] y
removing octave... done.
removing gcc-gcj... done.
removing gcc-g77... done.
[root /home/mitch]# pacman -S gcc-fortran gcc-gcj octave
Then the update works... thanks guys!
Offline
Pages: 1