Skip to content

Fix bash completion#1201

Merged
AladW merged 1 commit intoaurutils:masterfrom
julio-b:fixbashcomp
Jun 11, 2025
Merged

Fix bash completion#1201
AladW merged 1 commit intoaurutils:masterfrom
julio-b:fixbashcomp

Conversation

@julio-b
Copy link
Contributor

@julio-b julio-b commented Jun 4, 2025

Got this error while building the latest PKGBUILD from aur:

==> Validating source files with sha256sums...
    aurutils-20.5.tar.gz ... Passed
==> Extracting sources...
  -> Extracting aurutils-20.5.tar.gz with bsdtar
==> Starting build()...
sed -e 's|AURUTILS_LIB_DIR|/usr/lib/aurutils|' \
    -e 's|AURUTILS_VERSION|20.5|' aur.in >aur
make[1]: Entering directory '/home/user/src/pkgbuilds/aurutils/src/aurutils-20.5/completions'
bash bash/aurutils.in >bash/aur
bash: ../lib/aur-build: No such file or directory
bash: ../lib/aur-chroot: No such file or directory
bash: ../lib/aur-fetch: No such file or directory
bash: ../lib/aur-pkglist: No such file or directory
bash: ../lib/aur-repo: No such file or directory
bash: ../lib/aur-repo-filter: No such file or directory
bash: ../lib/aur-srcver: No such file or directory
bash: ../lib/aur-vercmp: No such file or directory
bash: ../lib/aur-view: No such file or directory
make[1]: Nothing to be done for 'zsh'.
make[1]: Leaving directory '/home/user/src/pkgbuilds/aurutils/src/aurutils-20.5/completions'

@julio-b julio-b force-pushed the fixbashcomp branch 2 times, most recently from 987dad6 to c07f6d3 Compare June 6, 2025 16:35
While at it, change 'AURUTILS_LIB' from a recursively expanded to
a simply expanded variable, and make the find command more explicit.

Fixes: d98e0fe (lib: formal split)
Co-authored-by: Earnestly <zibeon@gmail.com>
@AladW
Copy link
Member

AladW commented Jun 11, 2025

👍

@AladW AladW merged commit f69c0d6 into aurutils:master Jun 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants