You are not logged in.
Hello. I'm running on an x86_64 architecture and I'm trying to upgrade the system, nothing special, but this is the output of my "sudo pacman -Syu": (I ran it a few times without proceeding just in case before copying output, which is why the mirrors are up to date)
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib-testing is up to date
multilib is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "libidn>=1.32", a dependency of "lib32-libidn"
:: The following package cannot be upgraded due to unresolvable dependencies:
lib32-libidn
:: Do you want to skip the above package for this upgrade? [y/N]
My question is, why? What does it mean? Can I do anything about this? Do I NEED to do anything about this? Or am I doomed to be prompted this each time I upgrade? Let me know if there's anything else I can provide. All suggestions appreciated.
Last edited by j33205 (2015-08-04 22:01:05)
Offline
You have [multilib-testing] enabled but not [testing]? Why?
Offline
When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Offline
I got this solved by enabling the testing repository.
This can be done by uncomment [testing] from /etc/pacman.conf
Offline
I got this solved by enabling the testing repository.
This can be done by uncomment [testing] from /etc/pacman.conf
This is not the "solution"... Why would you enable [multilib-testing] and not [testing]? https://wiki.archlinux.org/index.php/Pa … nsupported
Offline
You have [multilib-testing] enabled but not [testing]? Why?
The simple answer is because I uncommented both mulitilibs when I was configuring Arch (obviously), as to why, I have no idea, there is no legitimate reason. I must have been blind up till this point. Quite a stupid mistake.
Now that I have a partially upgraded system, how should I correct it? Should I add the other testing repos or just remove multilib-testing?
Offline
I'd remove [multilib-testing] and resync/downgrade any packages.
Offline
Why are you using any testing repos in the first place? Are you subscribed to the ML?
Offline
Thank you jason.
Offline