Fix NetBSD build breakage

Error was "pkg_add: A different version of glib2-2.84.4nb1 is already
installed: glib2-2.84.4". Appears to be fixed by adding -u to pkg_add
This commit is contained in:
dmiller 2026-02-16 21:29:10 +00:00
parent a6d9c426e9
commit 4dc84ebef2

View file

@ -152,7 +152,7 @@ jobs:
usesh: true
prepare: |
export PKG_PATH=https://cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -m)/
pkg_add -I autoconf%2.72 automake%1.17 gcc%11 llvm%19 tree pkgconf libnet%1.1 pcre2 gmake dbus
pkg_add -I -U autoconf%2.72 automake%1.17 gcc%11 llvm%19 tree pkgconf libnet%1.1 pcre2 gmake dbus
run: |
export AUTOCONF_VERSION=2.72
export AUTOMAKE_VERSION=1.17
@ -169,7 +169,7 @@ jobs:
prepare: |
export PATH=/usr/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH
export PKG_PATH="http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)/All"
pkg_add gcc13 clang autoconf automake pkgconf libpcap libnet gmake dbus
pkg_add -u gcc13 clang autoconf automake pkgconf libpcap libnet gmake dbus
run: |
./configure
gmake