diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-11 16:41:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-11 16:41:32 +0700 |
| commit | 31f6ee7a6d7c55524f672532df5d2e61ff4bfd05 (patch) | |
| tree | e0f37d0e418fb17a38230b0f2ffb2007a0c00062 | |
| parent | 4e24712ceff438e0cdb36e9ac44f3a63b2dcdf84 (diff) | |
| download | google-compute-engine-oslogin-master.tar.xz | |
PKGBUILD: add boost-libs as one of the dependenciesmaster
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
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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' |
