From 31f6ee7a6d7c55524f672532df5d2e61ff4bfd05 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 11 Apr 2026 16:41:32 +0700 Subject: PKGBUILD: add boost-libs as one of the dependencies The latest build failed with the following error, g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection \ -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer \ -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -fPIC -Wall -g -I. \ -Iinclude -I/usr/include/json-c -shared \ -Wl,-soname,libnss_oslogin.so.2 nss/nss_oslogin.o oslogin_utils.o \ -o libnss_oslogin-.so -lcurl -ljson-c -lboost_regex 2026-04-11 01:25:42 UTC job: aur_google-compute-engine-oslogin: \ /usr/bin/ld: cannot find -lboost_regex: No such file or directory --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 84e1302..e602796 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,6 +7,7 @@ pkgbase = google-compute-engine-oslogin arch = x86_64 license = Apache depends = boost + depends = boost-libs depends = curl depends = json-c depends = pam diff --git a/PKGBUILD b/PKGBUILD index bce916b..bb35acf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ pkgdesc='OS Login Guest Environment for Google Compute Engine' arch=('x86_64') url='https://github.com/GoogleCloudPlatform/guest-oslogin' license=('Apache') -depends=('boost' 'curl' 'json-c' 'pam') +depends=('boost' 'boost-libs' 'curl' 'json-c' 'pam') source=( "$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz" 'google-compute-engine-oslogin.install' -- cgit v1.3