You are not logged in.
Full system upgrade fails because the following dependency cannot be satisfied.
:: gcc-gcj: requires gcc=4.6.1
Any solution?
ty
Offline
Wait for gcc-gjc AUR maintainer to update it or do it yourself.
Offline
same here: how can I update by myself?
Offline
Download the PKGBUILD and change 'depends' to the following
depends=('gcc=4.6.2' 'gtk2' 'file' 'zip' 'libsm' 'libxtst' 'alsa-lib' 'gcc-gcj-ecj'
'libart-lgpl')Change the gcc= to the version of gcc you have. You can follow the package here and get the updated pkgbuild posted by arriagga.
Offline
the package build posted by ariagga doesn't work, it stops saying that
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc-fortran: requires gcc=4.6.1-4
:: gcc-gcj: requires gcc=4.6.1
:: libtool: requires gcc=4.6.1What am I missing? (even conceptually, I mean)
Offline
gcc-fortran and libtool are official packages which were updated to 4.6.2 on okt 30 ..
Maybe the mirror you use is not updated yet, check http://www.archlinux.org/mirrors/status/ .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
(sigh)
I am still stuck;
if I try to update (via pacman) either libtool/gcc-fortran I get that they cannot be updated because gcc-fortran/libtool and gcc-gcj need gcc 4.6.1
if I try to update (via yaourt) gcc-gcj it says that libtool AND gcc-fortran require gcc 4.6.1 (even though gcc-gcj is up to date)
My mirror says that gcc-fortran is at the version 4.6.2-1 and libtool at 2.4.2
My mirror is up to date
Basically I am stuck in a loop.
A solution would be to uninstall gcc-gcj and reinstall it, but pdftk depends on it, and last time I installed it it took something like two hours to complete, I would like to avoid that
Any suggestion?
(edit: thanks for the help!)
Last edited by miguelroboso (2011-11-01 20:56:51)
Offline
Same problem here... ![]()
*bookmarking the thread*
ktr
Offline
you can try the following :
# yaourt -Rdd gcc-gcj
# pacman -Syu
#yaourt -S gcc-gcjIdea is to remove gcc-gcj , without removing pdftk , then upgrade everything and re-install gcc-gcj .
The -Rdd option is a pacman option that tells pacman to skip all dependency checks, i hope yaourt supports it.
(i never use an aur helper, all aur packages i use are build with makepkg, then put in a local repository).
Last edited by Lone_Wolf (2011-11-02 18:32:10)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thank you Lone_Wolf, this worked fine \o/
ktr
Offline