You are not logged in.

#1 2025-12-21 19:07:05

componentscience
Member
Registered: 2024-01-05
Posts: 16

Gce oslogin aur package failing at check()

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.git
cd google-compute-engine-oslogin
makepkg -sirc &> gce-oslogin_aur_log

Offline

#2 2025-12-21 20:47:38

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,565

Re: Gce oslogin aur package failing at check()

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

#3 2025-12-22 00:29:47

componentscience
Member
Registered: 2024-01-05
Posts: 16

Re: Gce oslogin aur package failing at check()

Copy that thank you.

Offline

#4 2025-12-22 05:11:33

componentscience
Member
Registered: 2024-01-05
Posts: 16

Re: Gce oslogin aur package failing at check()

Lone_Wolf wrote:

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-oslogin

Manually update pkgver

makepkg -g

Manually update sha26sums() array

makepkg -sirc

PKBUILD:
http://0x0.st/PsnE.txt

stderr:
http://0x0.st/Psn6.txt

Last edited by componentscience (2025-12-22 17:12:30)

Offline

Board footer

Powered by FluxBB