Clang error with yay usage

For a while I’ve clang error with yay updates.

==> "3-7"
 -> could not find all required packages: clang =17.0.6

how can I solve this error? I did some search ddg or google but couldn’t found a familiar topic like this.

:: Synchronizing package databases...
 core                                                                140,3 KiB   124 KiB/s 00:01 [########################################################] 100%
 extra                                                                 7,8 MiB  3,17 MiB/s 00:02 [########################################################] 100%
 multilib                                                            142,5 KiB   118 KiB/s 00:01 [########################################################] 100%
:: Searching AUR for updates...
 -> No AUR package found for clang=17.0.6
:: Searching databases for updates...
 -> Packages not in AUR: js102  manjaro-hotfixes  python-manjaro-sdk  web-installer-url-handler
 -> Orphan (unmaintained) AUR Packages: libgda  perl-date-holidayparser
 -> Flagged Out Of Date AUR Packages: python-shiboken2
 -> spectre-meltdown-checker: local (0.46+26+gbd0c7c9-1) is newer than AUR (0.46-1)
 -> tomatoshell: local (r33.8adf0c2-1) is newer than AUR (r31.c8e8ae9-2)
:: 12 dependencies will also be installed for this operation.
    extra/cmake               -> 3.30.2-1
    (make dependency of python-shiboken2)
    extra/qt5-3d              -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-charts          -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-datavis3d       -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-remoteobjects   -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-script          -> 5.15.17-2
    (make dependency of python-shiboken2)
    extra/qt5-scxml           -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-sensors         -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-serialport      -> 5.15.14-1
    (make dependency of python-shiboken2)
    extra/qt5-tools           -> 5.15.14+kde+r4-2
    (make dependency of python-shiboken2)
    extra/qt5-websockets      -> 5.15.14+kde+r2-1
    (make dependency of python-shiboken2)
    extra/qt5-xmlpatterns     -> 5.15.14-1
    (make dependency of python-shiboken2)

:: 7 packages to upgrade/install.
7  aur/anki                 24.06.3-1         -> 24.06.3-2
6  aur/electron26-bin       26.6.10-2         -> 26.6.10-3
5  aur/opera                106.0.4998.28-1   -> 112.0.5197.53-1
4  aur/python-shiboken2     5.15.12-1         -> 5.15.13-2
3  aur/spotify              1:1.2.20.1210-3   -> 1:1.2.42.290-1
2  aur/texlive-full         1:2023.20231108-1 -> 1:2024.20240331-1
1  aur/thorium-browser-bin  124.0.6367.218-1  -> 126.0.6478.231-1
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
 -> Excluding packages may cause partial upgrades and break systems
==> "2-7"
 -> could not find all required packages: clang =17.0.6```

refresh your mirrors…

pamac update -a

Shouldn’t that be:

pamac update -a (without sudo, which should not be used with pamac)

1 Like

Yes, edited… thank you.

1 Like
  • AUR packages are the responsibility of the user.
  • python-shiboken2 is the source of your problem.
    • yay has informed you that this package has been flagged as “out of date”.
    • Do you really need python-shiboken2?
    • The AUR page for python-shiboken2, part of the pyside2 package, should be your first stop when you have a problem with the package.
      • The latest comment (as of 2024-08-21) suggests that installing clang17 (also from the AUR) may help.
      • The second comment suggests that the PKGBUILD has additional, fundamental problems.
5 Likes

From the above list, everything except maybe the browsers has to go in the trash bin in my opinion.
Texlive, electron, spotify are in the repos.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.