You are not logged in.
I'm encountering an issue while updating my system. During the update process, I receive messages indicating "missing AUR debug packages" for some packages installed on my machine. I'm wondering if this is normal behavior, and if not, how I can resolve this issue.
Could someone explain what's causing these messages and suggest the best course of action? Thank you in advance for any assistance.
yay -Syu
[sudo] password for oiqgj:
:: Synchronizing package databases...
core is up to date
extra 7.3 MiB 35.6 MiB/s 00:00 [--------------------------------------] 100%
:: Searching AUR for updates...
:: Searching databases for updates...
-> Packages not in AUR: gradience-git python-yapsy
-> Missing AUR Debug Packages: hyprwayland-scanner-debug swww-debug
-> Flagged Out Of Date AUR Packages: hyprpicker-git
:: 2 packages to upgrade/install.
2 aur/hyprland-git 0.41.2.r77.3c758db9-1 -> 0.42.0.r1.83a334f9-1
1 aur/python-libsass 0.23.0-1 -> 0.23.0-2
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
-> Excluding packages may cause partial upgrades and break systems
==> ^C
oiqgj-arch in ~ took 8s
❯ yay -Qs swww
local/swww 0.9.5-2
A Solution to your Wayland Wallpaper Woes
local/swww-debug 0.9.5-1
Detached debugging symbols for swww
oiqgj-arch in ~
❯ yay -Qs hyprwayland-scanner
local/hyprwayland-scanner-debug 0.3.4-1
Detached debugging symbols for hyprwayland-scanner
local/hyprwayland-scanner-git 0.4.0.r4.ga048a6cb-1
A Hyprland implementation of wayland-scanner, in and for C++
local/hyprwayland-scanner-git-debug 0.4.0.r4.ga048a6cb-1
Detached debugging symbols for hyprwayland-scanner-gitLast edited by oiqgj (2024-08-12 21:49:36)
Offline
You should be fine unless you specifically need to install debug packages. Check your /etc/makepkg.conf and look in the "OPTIONS" line. I have '!debug' there because I explicitly don't want or need debug packages. I think this'll clear up the messages for you if you don't intend to build debug packages.
Also, in the future, can you please use code tags when pasting from your terminal?
Offline
I take it you previously installed hyperland and swww from the AUR, and because you used yay which prevents you from understanding what it's doing, it also installed the debug packages for each of those. And I gather since that time, you switched to the -git versions and removed the regular versions but not their debug packages (and in the same span of time, the regular versions moved to the main repos).
Do some cleanup to remove packages you have no use for (among them should be yay).
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline