We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eff8fc commit a4a831cCopy full SHA for a4a831c
lib/pacman/aur-build
@@ -388,6 +388,9 @@ while IFS= read "${read_args[@]}" -ru "$fd" path; do
388
# package group is unavailable (including -debug packages)
389
printf >&2 '%s: warning: package group partially built\n' "$argv0"
390
printf '%q\n' >&2 "${exists[@]}"
391
+ # This is necessarily a warning, not an error, since makepkg
392
+ # unconditionally prints `-debug` packages even when they will
393
+ # later not be created (#1218)
394
fi
395
396
if (( ${#exists[@]} )) && [[ -v results_file ]]; then
0 commit comments