Hi All,
New to this all, so I apologize in advance for n00b questions.
I was following the guide here:
http://archlinuxarm.org/platforms/armv6 ... provideov3
I go through Step 13, rebooted, tried to run the following:
$this->bbcode_second_pass_code('', 'pacman -Sy udev-automount')
it ended up complaining about
$this->bbcode_second_pass_code('', ':: gnupg and gnupg2 are in conflict. Remove gnupg2? [y/N] ')
If I say no it fails with unresolved dependencies, so I hit Y and let it run, when it was complete I rebooted, the light on the front would bilnk a lot and then stop, I couldn't SSH in, so I followed the directions at the bottom of the page and moved my flash drive to a linux box and re-extracted the root-fs, after doing this, I can now boot up and SSH into the plug, but when I try step 14 again I get the following:
$this->bbcode_second_pass_code('', '[root@alarm ~]# pacman -Sy udev-automount
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
aur is up to date
error: duplicated database entry 'gpgme'
error: duplicated database entry 'gnupg'
error: duplicated database entry 'curl'
error: duplicated database entry 'pacman'
error: duplicated database entry 'bash'
error: duplicated database entry 'shadow'
error: duplicated database entry 'glibc'
error: duplicated database entry 'gmp'
error: duplicated database entry 'libarchive'
error: duplicated database entry 'libldap'
error: duplicated database entry 'kmod'
error: duplicated database entry 'openssl'
error: duplicated database entry 'tzdata'
error: duplicated database entry 'e2fsprogs'
error: duplicated database entry 'pciutils'
error: duplicated database entry 'util-linux'
error: duplicated database entry 'gcc-libs'
error: duplicated database entry 'usbutils'
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]
resolving dependencies...
looking for inter-conflicts...
:: gnupg and gnupg2 are in conflict. Remove gnupg2? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: gnupg and gnupg2 are in conflict')
Any thoughts on how to go about updating the system?
thanks!