Skip to content

Commit a4a831c

Browse files
committed
build: comment why partial build cannot be an error
Issue aurutils#1218
1 parent 9eff8fc commit a4a831c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/pacman/aur-build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ while IFS= read "${read_args[@]}" -ru "$fd" path; do
388388
# package group is unavailable (including -debug packages)
389389
printf >&2 '%s: warning: package group partially built\n' "$argv0"
390390
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)
391394
fi
392395

393396
if (( ${#exists[@]} )) && [[ -v results_file ]]; then

0 commit comments

Comments
 (0)