Version mismatches galore 21 December 2017, 02:09:03 So I switched to Artix the other day to avoid systemd, but I've encountered countless version mismatches with the available packages. I saw the page on the wiki, and enabled the testing repositories, but a lot of my packages still aren't working. Is it possible to use the Arch repositories for these until the Artix ones are more stable?
Re: Version mismatches galore Reply #1 – 21 December 2017, 02:17:27 Quote from: betaredex – on 21 December 2017, 02:09:03So I switched to Artix the other day to avoid systemd, but I've encountered countless version mismatches with the available packages. I saw the page on the wiki, and enabled the testing repositories, but a lot of my packages still aren't working. Is it possible to use the Arch repositories for these until the Artix ones are more stable?The only arch repos you should be using are "extra" and "community".Best regards.
Re: Version mismatches galore Reply #2 – 21 December 2017, 06:18:49 There will keep being dependency version mis-matches till Artix has completely ported all packages to its repos. Until then, I would suggest that you use regular stable (not testing) repos and be cautious while updating. i.e., check the forum, IRC etc. before doing so, especially for large updates.Quote Is it possible to use the Arch repositories for these until the Artix ones are more stable?Well, many Arch pacakges contain systemd dependencies, and may malfunction, so that is not advised.
Re: Version mismatches galore Reply #3 – 21 December 2017, 16:49:15 Well, the main ones I'm having issues with are virtualbox and chromium, which seem to require icu>=60 1 Likes
Re: Version mismatches galore Reply #4 – 21 December 2017, 17:00:57 let's say you have arch pkg that came from core and it is pack4.2-4 and on Artix system it is pack4.1-1 and it shows as mismatch (despite of being problematic or not) You can useCode: [Select]$ pacman -S system/pack4.1-1To replace the arch pkg with the Artix package, so there is no mismatch (pack in repository is older than local... or something).For example try without finally installingCode: [Select]pacman -S system/linuxSee the version number and hit n (no)Code: [Select]pacman -S system-testing/linuxYou will see a later version.The command specifically installs the package from specific repository.If you enable [core] on your pacman.conf then pacman -Sy (update) then Code: [Select]pacman -S core/linux you will install the linux std kernel from arch Last Edit: 21 December 2017, 17:12:45 by fungalnet
Re: Version mismatches galore Reply #5 – 21 December 2017, 18:31:43 Thank you, I didn't know how to specify a cetain repo. It looks like chromium and virtualbox came from the arch repos; should I use an old PKGBUILD that used icu 59 or something? Last Edit: 21 December 2017, 18:36:36 by betaredex
Re: Version mismatches galore Reply #6 – 21 December 2017, 22:00:07 Our system/icu is at 60.2, same as arch's core/icu, which means you've got either a problematic mirrorlist or partially updated mirrors. See the related wiki section. 1 Likes
Re: Version mismatches galore Reply #7 – 22 December 2017, 00:34:49 Well that's super weird then. I don't think I've changed anything from the default mirrorlist (sourceforge is at the top) and I've pacman -Syy'd more times than I can count trying to solve this.Just tested again, it's at 59.1-1.Code: [Select]:: Synchronizing package databases... system 153.4 KiB 902K/s 00:00 [###################################] 100% world 101.2 KiB 506K/s 00:00 [###################################] 100% galaxy 11.8 KiB 0.00B/s 00:00 [###################################] 100% multilib 169.3 KiB 770K/s 00:00 [###################################] 100% extra 1642.5 KiB 2.39M/s 00:01 [###################################] 100% community 4.2 MiB 7.04M/s 00:01 [###################################] 100%warning: icu-59.1-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) icu-59.1-1Total Installed Size: 34.16 MiBNet Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n]
Re: Version mismatches galore Reply #8 – 22 December 2017, 00:53:11 Quote from: betaredex – on 22 December 2017, 00:34:49Well that's super weird then. I don't think I've changed anything from the default mirrorlist (sourceforge is at the top) and I've pacman -Syy'd more times than I can count trying to solve this.Just tested again, it's at 59.1-1.Code: [Select]:: Synchronizing package databases... system 153.4 KiB 902K/s 00:00 [###################################] 100% world 101.2 KiB 506K/s 00:00 [###################################] 100% galaxy 11.8 KiB 0.00B/s 00:00 [###################################] 100% multilib 169.3 KiB 770K/s 00:00 [###################################] 100% extra 1642.5 KiB 2.39M/s 00:01 [###################################] 100% community 4.2 MiB 7.04M/s 00:01 [###################################] 100%warning: icu-59.1-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) icu-59.1-1Total Installed Size: 34.16 MiBNet Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n]You have the old mirrorlist, install the new one from the testing repositories. https://forum.artixlinux.org/index.php/topic,27.0.html
Re: Version mismatches galore Reply #9 – 22 December 2017, 03:59:46 I tried that before, but...Code: [Select]-> % sudo pacman -Syy icu:: Synchronizing package databases... system-testing 12.6 KiB 0.00B/s 00:00 [###################################] 100% system 153.4 KiB 122K/s 00:01 [###################################] 100% world-testing 1016.0 B 0.00B/s 00:00 [###################################] 100% world 101.2 KiB 1265K/s 00:00 [###################################] 100% galaxy-testing 76.0 B 0.00B/s 00:00 [###################################] 100% galaxy 11.8 KiB 0.00B/s 00:00 [###################################] 100% multilib 169.3 KiB 770K/s 00:00 [###################################] 100% extra 1642.7 KiB 4.22M/s 00:00 [###################################] 100% community 4.2 MiB 4.59M/s 00:01 [###################################] 100%warning: icu-59.1-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) icu-59.1-1Total Installed Size: 34.16 MiBNet Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n]
Re: Version mismatches galore Reply #10 – 22 December 2017, 04:44:03 Why are you mixing testing and stable icu is in stable for me. Have you synced the repros correctly with pacman -Syyu , that will force sync and upgrade you system, pacman -S package will install pkages, pacman Syyuu will downgrade after you go back to stable repro when you have borked it if you are lucky. icu-60.2-1 its in the system repro, since 16 December 2017warning: icu-60.2-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) icu-60.2-1Total Installed Size: 35.06 MiBNet Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n]
Re: Version mismatches galore Reply #11 – 22 December 2017, 06:06:16 @betaredex Did you replace your mirrorlist with the new ones?
Re: Version mismatches galore Reply #12 – 22 December 2017, 16:56:35 @physkets I just did. Everything's working now, thanks everyone.
Re: Version mismatches galore Reply #13 – 26 December 2017, 06:11:22 Quote from: betaredex – on 21 December 2017, 16:49:15Well, the main ones I'm having issues with are virtualbox and chromium, which seem to require icu>=60really.. Did you upgrade to icu 60? THis is an old problem that I thought was solved.