Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: upgrade snag (Read 1462 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

upgrade snag

Code: [Select]
[www3 lib]# pacman -Syu
:: Synchronizing package databases...
 system-testing is up to date
 system is up to date
 world is up to date
 galaxy is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: bash: local (4.4.012-3) is newer than system (4.4.012-2)
:: Replace iproute2-doc with system-testing/iproute2? [Y/n] Y
resolving dependencies...
warning: cannot resolve "libidn2", a dependency of "libpsl"
:: The following package cannot be upgraded due to unresolvable dependencies:
      libpsl

:: Do you want to skip the above package for this upgrade? [y/N]

Re: upgrade snag

Reply #1
Code: [Select]
warning: cannot resolve "libidn2", a dependency of "libpsl"

Don't try to continue the update if you haven't enabled arch testing and/or core repo. Please wait until someone introduced libidn2 into [system-testing]
If I can hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate!

Re: upgrade snag

Reply #2
@artoo said it's in system-testing now

Re: upgrade snag

Reply #3
This is the third thread now started about a single file that also exists in AUR.


Re: upgrade snag

Reply #4
Don't try to continue the update if you haven't enabled arch testing and/or core repo. Please wait until someone introduced libidn2 into [system-testing]


I'm not certain what you mean by this because we ALL have a core repo, don't we?


Re: upgrade snag

Reply #5
Since when did I mention about artix core (system)???

I pretty sure I said arch's core repo explicitly, and no, they are no enabled by default on artix
If I can hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate!

Re: upgrade snag

Reply #6
Code: [Select]
[system]
Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
[galaxy]
Include = /etc/pacman.d/mirrorlist


#[core]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[extra]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch

#SigLevel = PackageRequired
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
Include = /etc/pacman.d/mirrorlist-arch



no - core is ccmmented out.  So I wait?

Re: upgrade snag

Reply #7
Is there still a confusion?
Artix's testing [system-testing]
Probably not in stable [system] yet.
Maybe if you could enable testing, update, get the needed file, disable testing, update, upgrade again, the problem will be gone.

Although aggravated yesterday due to insufficient detailed instruction, it was pretty educational to realize how the Arch repositories work.  Since we are on an Arch branch we might as well learn the ropes.