You are not logged in.
First time building an Aur package here. All dependencies for this package are installed, yet the build fails at the check() function. Any feedback would be highly appreciated. I began a thread in the package url but haven't received a response.
Included below are the sequence of steps, package info, stdout and stderr output, and PKGBUILD file.
Package:
google-compute-engine-oslogin
https://aur.archlinux.org/google-comput … slogin.git
https://aur.archlinux.org/packages/goog … ne-oslogin
Stdout and stderr:
https://0x0.st/Ps0S.txt
PKGBUILD file:
https://0x0.st/Ps0_.txt
Sequence of steps:
git clone https://aur.archlinux.org/google-compute-engine-oslogin.gitcd google-compute-engine-osloginmakepkg -sirc &> gce-oslogin_aur_logOffline
Confirmed, looks like that package needs uipdating as latest version is 20251022.00 .
Edit the PKGBUILD, change the pkgver to that value.
run makepkg -g to update the checksums, then try again.
Moderator Note
Moving to AUR Issues, Discussion & PKGBUILD Requests
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Copy that thank you.
Offline
Edit the PKGBUILD, change the pkgver to that value.
run makepkg -g to update the checksums, then try again.
Updated pkgver, and also the sha256sums() array manually, and still the same result. It definitely got futher in the build process, and actually completes if the --nocheck flag is used. Just need to figure out what's going on with the check() function. Any feedback would be highly appreciated.
Sequence of steps:
git clone https://aur.archlinux.org/google-compute-engine-oslogin.git
cd google-compute-engine-osloginManually update pkgver
makepkg -gManually update sha26sums() array
makepkg -sircPKBUILD:
http://0x0.st/PsnE.txt
stderr:
http://0x0.st/Psn6.txt
Last edited by componentscience (2025-12-22 17:12:30)
Offline