You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream pacman was updated to add the debug build flag to defaults. A part of this is installing *-debug packages, that include source code for debugging purposes, when doing package builds. Once installed trying to update the system has yay spit out warning messages like this:
Missing AUR Debug Packages: foo-debug bar-debug
Reproduction Steps
Install latest version of pacman and make sure /etc/makepkg.conf is vanilla.
Build and install an AUR package using yay.
Run yay -Syu
Expected behavior
No warning message about missing AUR packages
Output
Missing AUR Debug Packages: foo-debug bar-debug
The text was updated successfully, but these errors were encountered:
Affected Version
yay v12.2.0 - libalpm v13.0.2
Describe the bug
Upstream pacman was updated to add the
debug
build flag to defaults. A part of this is installing *-debug packages, that include source code for debugging purposes, when doing package builds. Once installed trying to update the system has yay spit out warning messages like this:Reproduction Steps
/etc/makepkg.conf
is vanilla.yay -Syu
Expected behavior
No warning message about missing AUR packages
Output
The text was updated successfully, but these errors were encountered: